can we call a test in another test? how? explain with one
example?
Answer / venkatesh
yes u can . make an action of a test as an resuable action
and then call that action in another test
| Is This Answer Correct ? | 5 Yes | 1 No |
What are different versions in Win Runner ,QTP ,Load Runner and Test Director till now and atleast please let me know new features for each version. Ex QTP8.2,QTP 8.5.QTP9.2 supports Mozilla 2.0
What are the enhancements u did after recording ur script?
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.
What is QTP?
Is there any MS Access addin in QTP?
How to export quicktest professional results to an .xls file?
Once we get the Test Result from QTP.,I Have to convert into Excel file format..Is it possible..Can any gudie me regarding this... For Example : Total Test Case is : XXXXX Test Case passed : XXX Test Case Failed : XXX -------- Total XXXXXX ---------
Can we create a qtp test from qc?
what is the extension of new local object repository?
How does quicktest professional identifies the object in the application?
what is the syntax or command in vbscript to display user message example i want to display "welcome to QTP".
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?