Software Testing

(3) Random Testing

How does GUI Random Testing (Random Testing Approach) work?

Why challenging?
  • Large amount of operations possible (e.g. clicking buttons, menus, text fields, etc.)
  • Small changes might change GUI significantly
 

Idea

Generate test cases for GUI automatically by triggering random UI events

Disadvantage

Some functionality might only be accessed after a sequence of events

Diskussion