1) 100 test boxes there in application. how to click 100
test boxes using vb script? 2) 100 objects there in web
page,how we will store that 100 objects repostries?
Answer Posted / taj
HOW CAN U CLICK A EDITBOX.?
ANS HERE IS:
CNT=EDITCHILDOBJ.COUNT
FOR I=0 TO CNT-1
EDITCHILDOBJ(i).set "xyz"
next
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is test object?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
How to find the name of the machine where you are running your automation scripts in qtp?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
How many add-ins comes by default with quicktest professional (qtp)?
How to check feasibility of the appliction?in automation testing?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
How many types of recording modes in the qtp?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
What are parameterizing tests?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
How to find the length of the string in qtp?
What are the types of environment variables in qtp?
Explain the difference between data driven testing and parameterization ?