Senior
Which should be performed first: smoke testing or regression testing?
sobes.tech AI
Answer from AI
Smoke testing is performed before regression testing. It serves as a quick check of the main functions of the application after build or changes to ensure that the system as a whole is working and ready for more in-depth testing. If the smoke tests pass successfully, then regression testing is conducted, which verifies that the new changes have not broken existing functionality.