Answer Posted / raja83
hi i am not understanding your question clearly
1)you can pass datasheet value to test during run time
DataTable.SetCurrentRow(1)
var= Datatable.Value("Column Name","Sheet name")
2) you can write value to datasheet during run time
DataTable.SetCurrentRow(2)
Datatable.Value("Column Name","Sheet name") = Value
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is the advantages and disadvantages of using functions instead of re usable actions
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
Difference between action & Reusable action?
What are test settings and global settings?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
What is the file extension of the code file and object repository file in QTP?
How would you export a script from one pc to another in qtp?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
What are the different kinds of test steps?
How you debug your script?
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
Define object spy ?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
Did the scripts need lot of maintenance? If yes, why?