简体   繁体   中英

Example - regression testing

There remain two questions:

  1. When I add or modify a module in the implementation of a use case it is necessary to repeat the tests to verify that other use cases have not been influenced by the modification.
  2. This test is called regression testing.

Do you think that this is Right?

You may be right on your understanding. Regression testing is an activity performed to ensure the different functionalities of the system are still working as expected and the new functionalities added did not break any of the existing ones.

Secondly, you generally write automated tests or do manual testing to the above mentioned testing. It could be a combination of API/UI/Unit tests run periodically. Regression testing can be performed in various phases of the SDLC, it all depends on the context.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM