lundi 22 juin 2020

How to use BDD that a product splits in between several teams

Context: In our business, we have multiple products and multiple teams that deal with each product. I work for the team that read data from different sources to our main database. There are other teams that read the data and produce APIs and some other teams use that API to produce charting tools or Desktop, mobile application and etc.

Problem: A small change of data, the loading team can cause regression in products and breaks easily. The data team doesn't have the full picture of how other teams use the data and their business features.

How to use BDD to solve this Is it possible to use BDD here (or what is the correct approach/framework)? From the point of view of the data loading team, what are the boundaries? Do I write the test for the data reading tools like APIs or charting tools?

Aucun commentaire:

Enregistrer un commentaire