From the course: Microsoft Azure DevOps Engineer Expert (AZ-400) Exam Tips

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Design a testing strategy

Design a testing strategy

- [Instructor] A test strategy is a set of guidelines that explains what type of testing needs to be carried out and how it will be performed. There are a number of testing types to choose from, but for the importance of the exam, I will be covering the following. Integration testing. This is a popular, as well as an important type of testing, where individual software modules are combined and tested as a group. An example would be, when we check login and sign up features in an e-commerce app, we view them as separate units. The purpose of integration testing is to find defects and faults between multiple interfaces of software. Load testing. Load testing is a type of performance test that checks how systems function under a heavy load of concurrent users performing online transactions over a particular point in time. This is important as you may, for example, have your e-commerce website running during a Black…

Contents