Software Testing Flashcards
1
Q
Smoke Testing
A
- the purpose is to quickly test only the most essential functions.
- some people refer it as “build acceptance testing” (BAT) and “confident test”
2
Q
Regression Testing
A
- to test product integrity after an update or change
- to make sure the application still functions properly after any code additions or updates
- regression test suites run automated test either on the whole program or just the changed portions of the program