what are the metrics in general we use in testing
Answer / sri
General test metrics that is collected is:
1.No of test cases prepared, executed, passed, failed
2. Defect Density
3. Effort spent for preparing test cases and testing
| Is This Answer Correct ? | 4 Yes | 0 No |
What is LoadRunner?
What is keyword view in qtp?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?
wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?
what is the latest version of QTP? Main difference between 9.2 and 10 version
can we run the scripts of qtp 8.2 in the qtp7.0?
How many ways is to parameterize the value?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
How to work with multiple browsers when opened in the window, write the script for it
How many types of run modes are there in qtp?
i am entering wrong data or wrong password in a text box and click on submit button .i am getting a popup window with a message Please enter the correct password or data .How can i handle this situation by using QTP.