How do you use the parameters.input parameters and out put
parameters.

Answer Posted / vara

erisation means replacing a constatnt value with varaiable.
For example in calculator application u give value1 and
value2 and then click add.it gives value 3 as result.
so here we e to parameterize value1, value2 as input
parameters, value3 as output parameters

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi,All How to create a link in excel sheet using qtp

3148


Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?

1740


What are the main differences of qtp and win runner?

753


What is quicktest professional window?

699


When ‘option explicit’ keyword is used in qtp?

913






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

2583


What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.

1780


Hybrid framework supports Descriptive programming. Is it true?

804


How do you open adobe acrobat file in QTP and do some testing on that file ?

786


What is qtpro?

760


After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.

6505


What is the Difference between test object and run time object?

754


I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You

1670


what is supply chain management?

2283


How many add-ins comes by default with qtp?

700