What is the difference between "call to action" and "call
an existing action"
Answer Posted / sridhar mallepally
Sowmya,
You are right. We should use the Call to Copy of action
only when we need the change the code and if there is no
change needed we can use Call to existing action and we can
edit the data which is coming from the external action. I
prepared a detailed document with questions and also
answers and it is available on my website
http://www.questionsforinterview.com which will answer all
such questions.
Sridhar Mallepally
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is meant by Output Value in UFT?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
Give me some real time point of way where exactly we can conduct audits?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
What is quicktest professional (qtp window?
In qtp, how you can exit for loop?
What are the types of environment variables in qtp?
How can I change object description or check point values in qtp?
How can you pass value one action to another action?
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 find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
What is the difference between per-action and shared?