If there are 100 checkboes in a page then how can we select all chexkboxes at once through descriptive programing in QTP using vb script.
Please send the answers...
Answer Posted / pravati
set obj=Description.create()
obj("micclass").value="Webcheckbox"
set checkboxobj=Browser("micclass:=Browser").page("micclass:=page").childobjects(obj)
msgbox checkboxobj.count
for i=0 to checkboxobj.count -1
checkboxobj(i).set "on"
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
how u will evaluate the tool for test automation?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
what is command for executing files?
Hi Samrat, Thank u very much, what u said it is right.
can anyone tell me from where i can download qtp demo or crack version
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
How do you create regression test packs?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
How to check which add-ins are associated with a test in qtp?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Which features or drawbacks of QTP lead to the upgrade for a newer version?
What is keyword view in qtp?
in a web page How to check and display a particular word from a paragraph?