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 / 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 |
how to declare a variable in vbscript using vbscript
what does create object actually do when you call it in vbscript?
What are the 2 ways in which a variable can be declared in the vbscript language?
Difference between dim,public and private variables in vb script?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
To get data from table which method will be used in QTP
can u test the application without add-in?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
0 Answers College School Exams Tests,
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
Which event is triggered when mouse focus comes out of an element in the vbscript language?
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
What is the difference between for loop and while loop?