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
Why script error occur in between recording in qtp?
what is clean sweep?
What are the check points can be inserted without recording?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
what is the diff b/w assistive and mandatary rules of object repository in QTP???
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
When do go for loop condition in test?
if our qtp vb Script may be Currepted then What we want do?
In Remote acess server how u run a test?
Mention what are the different types of recording modes in qtp? Which will be used when?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
Explain the features and benefits of quick test pro(qtp)?
How to open a new test using quicktest professional (qtp)?
Explain the concept of object repository and how QTP recognizes objects?
How many types of recording modes in qtp? Describe each type with an example where we use them?