Google News
logo
QTP/UFT - Interview Questions
Differentiate the type of test cases that can be automated and cannot be automated.
* We cannot automate Test Cases that require human interference.

* Tests that need to be executed repeatedly should be automated.

* Tests that need to be tested with multiple sets of data are automated.

* Test cases are based on requirements that changes repeatedly cannot be automated.

* The newly designed Test Cases are not automated. They should be executed at least once manually.
Advertisement