can we call a test in another test? how? explain with one
example?
Answer Posted / 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 |
Post New Answer View All Answers
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
What are the factors on which script execution time is dependent?
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
What the differences are and best practical application of Object Repository?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
Which scripting language used by quicktest professional (qtp)?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
can i compare two databases using QTP ?
Define Canvas view of UFT?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
What is qtpro? What is quick test pro? What is a quick test professional?
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
what is the difference btn risks & Therads in the Test plan documentation?