there are having 10 checkboxes..how can i check only first
5 check boxes by using descriptive programing..
Answer Posted / naazneen
set desc_obj=description.create
desc_obj("micclass").value="WebCheckBox"
set obj=Browser("creationtime:=0").page("title:=.*").ChildObjects(desc_obj)
for i=1 to 5
obj(i).set "ON"
next
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
How you can decide which type of object repository you have to use?
What are the common defects found in your project? (in qtp interview)
Can anybody post some real time scenario in qtp? please its very urgent.
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
In qtp, explain what is keyword driven automation framework?
How to test fly out menu in qtp?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
When should I use smart identification?
What are the properties you would use for identifying a browser and page when using descriptive programming?
What is the recovery scenario in qtp?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
Generic function to search for the unique link in webtable and click on it
How to recognise the webelement and verifying that webelement is enabled?
How to start recording using quicktest professional (qtp)?