hi all
QTP recognizing objects
as "string_1","string_2","string_3","string_4" like that
but when using FOR LOOP for these.QTP not proceeding further
can i declare these _1,_2,_3,_4 as a single variable
Answer Posted / sandipgami84
u can use Refular Expression
string_1,
string_2,
string_3,
string_4,
string_ Is Same... Not Change
string_.* u USE.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different properties of an web object
What is the XML file architecture ?
breef description of batch testing ?
Explain about the test fusion report of quicktest professional (qtp)?
What environment does qtp run in?
How to create a standard checkpoint ?
What are the different attribute used with regular expression?
Why do we use breakpoints in QTP?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
What is expert view and keyword view?
What is action? How many types of actions are there in qtp?
Explain the concept of object repository and how QTP recognizes objects?
when to start the automation?
How to add synchronisation points 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")