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”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly