can we call a test in another test?
Answers were Sorted based on User's Feedback
Answer / baba fakruddin
If we have no.of actions, what would we do AjReddy?
We can't call test from another test. We can call only
Reusable actions and Library Files
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vasavi
By default all the script will be recorded in the action
itself. So there will be one action for each test(action1).
We can call this action form that test
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ajreddy
yes u can
but u have to make it that action reusable action
| Is This Answer Correct ? | 2 Yes | 4 No |
Is there any option in QTP to add Java add-in after instaling the QTP?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
What is smart identification?
what is the use of VIRTUAL OBJECTS? explain ?
take one exmple and write on that discriptive programe in qtp?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
How do you change Logical Name of the object in test script?
How to invoke Mozilla from QTP thru VB Script
I am automating a Java application. This application is developed using SWT. I am not able to get the GUI object. Even i tried with Java add-in. In tutorial it states SWT is not supported any idea. Anybody worked in such appln. My question is whether it is possible to record the GUI object of SWT appln. how it is possible.
QTP Data Table Having 10 records with 10 to 15 fields(lets say).now i want to get alternative records from datatable.pls can any one answer it?
in which case & which method we can use "native" property of an object ?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!