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
Hi,All How to create a link in excel sheet using qtp
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
What are the main differences of qtp and win runner?
What is quicktest professional window?
When ‘option explicit’ keyword is used in qtp?
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 framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Hybrid framework supports Descriptive programming. Is it true?
How do you open adobe acrobat file in QTP and do some testing on that file ?
What is qtpro?
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.
What is the Difference between test object and run time object?
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
what is supply chain management?
How many add-ins comes by default with qtp?