there are having 10 checkboxes..how can i check only first
5 check boxes by using descriptive programing..
Answer Posted / satish
set x=description.create
x("micclass").value="WinCheckbox"
set y=Browser("title:=.*).page("title:=.*").childobjects(x)
print x.count
for i=1 to 5 step 1
x(i).set "on"
next
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
Give the syntax to import/export xls into qtp.
Explain the difference between check point and output value?
what is the difference between development and testing
We stored into the objects OR and then write the scripting
What are the challenges you faced during you entire life automation ?
What is the descriptive programming?
What is test object model in quicktest professional (qtp)?
what is the difference btn risks & Therads in the Test plan documentation?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Which recording modes need more memory?
How many types of run modes are there in qtp?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?