Answer: First of all we have the test cases (or test scripts) that are written based on the requirement document. This pretty much covers what functionalities to test. Therefore, looking at the test cases tells us what to test in the application. Thanks Prakash
Above answer was rated as good by the following members: SUSHALL
This will be decided while doing test planning based on application type and most appropriate and suitable method to be used as well as type of data to be used to verify and validate the developed product. Example : Suppose we have data base application we have to test at different data like valid or invalid data etc. or Web application- we test response time etc. -Mukesh Chauhan Bangalore
Answer: First of all we have the test cases (or test scripts) that are written based on the requirement document. This pretty much covers what functionalities to test. Therefore looking at the test cases tells us what to test in the application. Thanks Prakash