there are having 10 checkboxes..how can i check only first
5 check boxes by using descriptive programing..
Answer Posted / nuka raju
Dim objCheckbox
set objCheckBox=Description.Create()
objCheckBox("micclass").Value="WebCheckBox"
set objChildObjects=Browser("micclass:=Browser").Page
("micclass:=Page").Childobjects(odesc)
for i=1 to 5
objChildObjects(i).Checked
Next
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
Explain the concept of object repository and how qtp recognises objects?
can i compare two databases using QTP ?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
Can you brief the hurdles you faced during Automation testing?
What is the expert view?
How you can make an action as re-usable action?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
How to open a new test using quicktest professional?
What are the automation metrice in your project?
Can we run test with out adding object in object repository? How it is possible?
how will you load the test cases in ddt?
Explain different recording modes?