Just wanted to know if anyone is working on a Enterprise system[healthcare or so} and slowly moving into Cloud. IF so, what is

K K's picture
K K asked on March 20, 2020 - 5:12am | Replies (1).

Just wanted to know if anyone is working on a Enterprise system[healthcare or so} and slowly moving into Cloud. IF so, what is the testing strategy adopted for testing the Enterprise system currently and  how are they planning to do the testing as we move into Cloud

1 Answer

Mark Bullock's picture

We write mostly behavioral tests, mocking out external dependencies (database and API calls), to test the bulk of our code.

We write unit tests when necessary.

We write contract tests for external dependencies, like APIs we call.

We write GUI or API end to end tests for critical workflows.

We do manual testing for almost everything.

We review all code pull requests.

We use continuous integration, running unit and behavioral tests. We use continuous deployment, running contract and end to end tests.

StickyMinds is a TechWell community.

Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.