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 |
What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?
Explain advantages and disadvantages of ddf?
How u perform exception handling in QTp,what is other name for ths?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.
How to analyzing test results using quicktest professional?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
Can we directly automate testscripts accrdoing to requirements
2 Answers CitiGroup, Novartis,
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
Is it possible to call from one action to another action in qtp?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
For ex we are doing automate testing in that can we do some part of application recording, some part descriptive programing and some part general VB scripting like that .............