For example one window is there the window contain some of
Check boxes but my question is how many check boxes are
there particular window?
Please solve the problem
gi_raju@rediffmail.com
ippaliraju@yahoo.co.in
Answer Posted / nanda
set objcheckbox = description.create
objcheckbox("class name").value = "WinCheckbox"
objcheckbox("nativeclass").value = "Button"
set get_checkbox = window("XXXX").childobjects(objcheckbox)
count_checkbox = get_checkbox.count
'msgbox count_checkbox
if u want to know the name of each and every checkbox..
for i = 0 to count_checkbox-1
check_name = get_checkbox(i).getROProperty("text")
msgbox check_name
next
If any queries...
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
What is quicktest professional (qtp window?
Where we can use the analog mode and where we can use the low – level mode?
Step 3&4 are repeated until an the object in recognised uniquely.
how to find that tools work well with your existing system?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
How can you identify the browser and its information using the qtp script?
If you are testing a web application then what will you test in that application?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
how to download mercury qtp9.2 ny internet ?
How to record a qtp script ?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
Explain about business process component? types and usage?