What is the entry criteria and exit criteria for your test
automation
Answers were Sorted based on User's Feedback
Entry Criteria: Use to determine that test plan is ready to execute
1. Setup test environment that is required for particular test plan
2. S/W or application has been installed successfully.
3. All required / specified per-requisite are there.
Exit Criteria: Use to determine that it is the time to stop testing like...
1. All major functionalists have been cover as specify in test plan
2. All test cases are completely executed or not
3. S/W or application is bug free (up to 80%) and no higher priority
or higher severity bug in application.
4. All the documents should be reviewed, finalized or signed off.
| Is This Answer Correct ? | 6 Yes | 7 No |
Answer / xyz
Entry criteria is: Selected set of test cases with design
steps(optional) provided.
Exit criteria: All manual test cases converted into
automation scripts.
| Is This Answer Correct ? | 9 Yes | 14 No |
QTP Testing Process?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
what are the functions availabla in QTP? what are the data types in QTP?
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
How to Compare two database tables by using QTP?Please give me code details.
hi i want write code for "test engineer" in this i want write reverse how ca plz let me know through script
What is the Obect Repository type, we use in Automated Testing..in Real time.. Pls anybody can give the answer.. Thanks in advance...
how will we run batch tests in qtp what is the process to run the multiple test sets?
In qtp,how to interact tool & application build?
How will you check a web application for broken links using qtp?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
How to find which type of Framework is suitable for which type of application?