Home » Interview » Technology

What is the BEST WAY to write test cases?

Correct Answer: 1) List down usecases (taken from business cases) from function specs For each use case write a test case and categorize them into sanity tests, functionality, GUI, performance etc Then for each test case, write its workflow 2) For a GUI application - make a list of all GUI controls For each control start writing test cases for testing of the control UI, functionality (impact on the whole application), negative testing (for incorrect inputs), performance etc

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion