this q asked in applabs, q is: QTP should open google.com
page and enter "qtp" in one edit(search) box and click
search and should open google.com again and enter "job" in
edit(search) box and click on search. I tried this but
getting error "Edit(search) box matches more than one
object", could anyone this question plz..
Answer Posted / alagu palaniappan
Hi,
For this u have to use regular expression in the editbox
if u use regular expression u can give dynamically changing
values that qtp can also able to identify
ALAGU PALANIAPPAN
CHENNAI
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many types of procedures are available in the vbscript language?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
how to increasing the numbers in a given text box please write a vb script
Explain the support of asp for vb script functionality?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What are the naming conventions while declaring a variable in the vbscript language?
what is used of Property........End Property loop ? how to write the script for it?
What is the difference between for loop and while loop?
What are keywords in the vbscript language?
What are string functions in vbscript?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
How will you convert a string to lower case string using vbscript?
Which in-built function related to an array joins substrings into one string in the vbscript language?