How can i parameterize the standard checkpoint using Excel
sheet where my expected values are there??
suppose i want to test a application with diffent value and
want to run 5 iteration?? for each iteration, values will
be exported from excel sheet as input. Now i will store
some expected values in the excel sheet, which i want to
check in the application whether expected equals to actual
value???
can any one help me
Answer / vikram
First Insert the Standard Checkpoint for the desired statement using Insert --> Standard checkpoint,u have to keep the QTP tool in recording mode for this.
After the checkpoint has been inserted then a script will be generated in the QTP, now
1. Right click on the checkpoint statement
2. Select the option checkpoint properties
3. Select the option parameter
4. Click on the parameter option button
5. Select the desired column name
6. Click on OK
7. Click on Ok
Like this u can parameterize the checkpoints.
| Is This Answer Correct ? | 5 Yes | 6 No |
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
i can done the project with QTP in that time i can say how many members in my team size?
What In-string function will do?
How to use the object spy in quicktest professional 8.0 version?
what is objectidentification?
.qfl extension for which file? where vl use it
Explain about the Test Fusion Report of QTP?
How to connect to oracle(sqlserver) database to QTP
what is a test strategy & what is the difference between test strategy & test plan?
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Given a string variable contain a full name (last name, first name), using vbscripting, how can you extract first and last name and save them into two different variables.