Answer Posted / prasad
we can call action by using the following statement.
RunAction"ActionName",oneiterations,parameters.
we can also call the action by making the action as reusable
and call the action as "call to existing action".
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
your coming from electrical backgroung..but y ur coming to software side?
can i compare two databases using QTP ?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
How will you compare keyword and expert view?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
what is the difference between development and testing
Describe how Smart Identification is used
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
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
Suppose I want fail that check point? How can you do that?
UFT 12.02 which ALM version will support
Is text area check point supports for web applications?
What is an optional step in qtp ?
Did the scripts need lot of maintenance? If yes, why?
How often were they executed?