difference Between Call Run action and copy of action?
Answer Posted / ram.polavarapu
CALL RUN ACTION->We can not do any modifications in script
by calling the call run action
copy of action->we can do any modification in the script by
using call to copy of action
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
tell me abt a time when u had to go above &beyind the call of duty to get the job done
What is the architecture of your project? Can any one answer for this question plz........
What are the different types of recording modes?
What are the views available in qtp?
What is object spy in quicktest professional (qtp)?
How does QTP identify an object?
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
what is stepin & stepout?
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
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
How to open a new test using quicktest professional (qtp)?
Can we run multiple QTP scripts one after the other without manual intervention? How?