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 / uday
The expectated answer for these kind of questions is using
descriptive programming.
If you create single webedit object, then u can use it for
100 webedit objects.
set editObj=description.create
editObj("micclass").value="webedit"
set editChildObjCol=b().p().childobjects(editObj)
for i=1 to 100
editChildObjCol(i).click
next
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
what function you write to do database testing with the help of qtp?
Tell me about your project? please help me how to tell about insurance project
What are the views available in qtp?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
What is difference between run time object and test object?
How are actions and functions different in QTP?
What are the different recording modes?
Explain hybrid framework with advantages and disadvantages?
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
give me an example where u used good judgement and logic in solving a problem
How to creating an output value using quicktest professional (qtp)?
How to execute a winrunner script in quicktest professional?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?