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 / mohammed zakir
CNT=EDITCHILDOBJ.COUNT
FOR I=0 TO CNT-1
EDITCHILDOBJ(i).set "xyz"
next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between local and shared object repository in qtp?
how do u plan test automation?
What are table and db checkpoints?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
who QTP recognizes the object stored in object repository?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
give me the code to save all messages of inbox of gmail into a folder and notepad
What are output values and why they are used ?
Describe function procedure in vbscript.
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
What contains Data Driven Framework document in qtp?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
Explain the difference between data driven testing and parameterization ?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
What is data driver in qtp? Where we use it?