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
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
How many add-ins comes by default with quicktest professional?
How software tester can use constants and variables in scripts?
diff between qtp versions from 8.5
How you know that a test case is a regression test case
Can launch two instances of qtp on the same machine?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
What is a reusable action?
How is the Bitmap checkpoint different from Image checkpoint?
What is the difference in testing a client-server application and a web application?
How to find a window is minimized or not
What are the different ways to invoke an application using QTP?
How to test fly out menu in qtp?
Can any suggest me what is exposure testing?
What are the different attributes used with regular expression?