Chapter 7: GUI & Web Testing, Automation Flashcards
1
Q
What is GUI testing
A
process of testing a product that uses a GUI
2
Q
GUI testing approaches
A
- manual
- semi automated (capture replay)
- automated
3
Q
Capture/Playback process
A
- tester interact with GUI
- tool captures events
- tester can replay
4
Q
Issues with Capture/Playback process
A
When GUI changes, input sequences may no longer be valid
5
Q
A