Answer Posted / pujar
There r 6
1 Std
2 Txt
3 Txt area
4 Data base output value
5 xml output value (from application)
6 xm output value (from resources)
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you configure QTP AND Test director?
How to get Traceability matrix from TD?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
What are the types of object repository?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
How to run a test using quicktest professional (qtp)?
How will you handle java tree in qtp?
What is the use of an object spy tool in qtp?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
Does quicktest professional is unicode compatible?
How to use the object spy in quicktest professional 8.0 version?
Describe the differences between functions and actions in UFT?
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 you can find the absolute value of the number in qtp?