for example one window is there, the window contains how
many edit box's i want script? i know the script but that is
not exact answer....
The script is like this ..........
set a=description.creation()
a("Native class")="WinEdit"
b=window("Flight Reservation").childobject(a).count
msgbox b
if u found exact answer please getback to me?
raju.ippali@gmail.com
9823257761
Answer Posted / rayudu
Your script is right but need to do some modifications
set a=description.create()
a("micclass").value="WinEdit"
b=window("Flight Reservation").childobjects(a).count
msgbox b
Now you can get the results
Before going to execute you have to add the Flight
reservation Properties to the repository
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can we create a qtp test from qc?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
How to use output values in qtp ?
what is impact analysis on regression testing?
How can I change object description or check point values in qtp?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
What are the different types of qtp test assets and their extensions?
If you are testing a web application then what will you test in that application?
hi nani my doubt is how does qtp process metrix related to software process.
what is the advantages and disadvantages of using functions instead of re usable actions
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
what you mean by artifact,milestone...
can the activities of test case design be automated?
What is object spy in quicktest professional?
Explain calling sub procedure.