did you perform retesting(DATA DRIVEN test) using functions
with out using datatable methods
how can you perform retesting using functions
Answer Posted / raj
May be solution i'm providing is not a DataDriven but it is
useful.
We can access the object property at runtime and then append
something in the property and then again insert into the object.
Like we have a text box amount having value = 10
So we can use
value1 =
Browser(".*").Page(".*").WebEdit("amount").GetroProperty("value")
value1 = value1 + 1
Browser(".*").Page(".*").WebEdit("amount").Set value1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
How many number of actions possible in qtp?
how do u plan test automation?
What is qtpro? What is quick test pro? What is a quick test professional?
What is the use of text output value in quicktest professional?
In qtp, how you can get the last character from a string?
What is text/text area checkpoint?
when to start the automation?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
What are the main differences of qtp and win runner?
How does you pass optional arguments in qtp?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
How to analyzing the checpoint results?
could any help me please, how to work on visual foxpro application using UFT
There is an excel file of 1 to 100 sheets how you will iterate through it?