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
Answers were Sorted based on User's Feedback
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 |
Answer / testguru
question is not clear.If you can repeat the question with
some more details there might be possible solution for it.
Always be positive.
waiting for the question?
| Is This Answer Correct ? | 0 Yes | 0 No |
interviwer asks what is data table? my ans is Data table is an internal Excel file of QTP...intervier not happy with this also? can u post any other answer?
What are the Features & Benefits of Quick Test Pro ?
what is output value in QTP and how it can be used in automation testing
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Explain in brief about the QTP Automation Object Model.
can u store QTp frame work folders in VSS? If Not where u store those?
what type of automation is follwed in the project?
Describe the differences between functions and actions in UFT?
Give one example of Standard checkpoint in qtp 10?
Could some one explain me how to create folder on the desktop from QTP?? This is an interview question
explain structured testing? plz guys with exp. do answer
What are the automation metrice in your project?