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
Explain measuring transaction.
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
write script for bitmap image?
what is the difference between data driver & data driven and driver script?
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
How the exception handling can be done using quicktest professional?
What is business process testing(bpt) in qtp?
What is the quicktest professional (qtp) testing process?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Why to use descriptive programming?
What is the keyword view and expert view in qtp?
assume i have few url link how will i dynamically call then using descriptive programming?
How we can import data from database?