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
How to do call a output parameter from one action to another action??/
Describe function procedure in vbscript.
How will you compare keyword and expert view?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
How qtp recognizes the object?
How to call a test from another test?
Explain about datafile/verification of date file when file is not available in local system?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What is the synchronization point in qtp?
What are the different recording modes?
Have you faced any problems with object repository?
Hi All, How to get repeated word in string . Thanks Balaji
What is throw object?
What are the views available in qtp?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods