Google News
logo
Database Testing - Interview Questions
How can you write test cases from requirements and do the requirements represent the exact functionality of AUT (Application Under Test)?
To write test cases from requirements, you must first conduct a thorough functional analysis of them. Then you evaluate suitable test case design methodologies for building the test cases, such as equivalence partitioning, black box design, cause-effect graphing, and so on. Yes, the specifications detail the AUT's capabilities in great detail.
Advertisement