types of output value in details.

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


Please Help Members By Posting Answers For Below Questions

How do you configure QTP AND Test director?

1698


How to get Traceability matrix from TD?

936


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?

1738


What are the types of object repository?

840


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

2064


1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?

1707


How to run a test using quicktest professional (qtp)?

779


How will you handle java tree in qtp?

828


What is the use of an object spy tool in qtp?

769


in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?

1565


Does quicktest professional is unicode compatible?

699


How to use the object spy in quicktest professional 8.0 version?

760


Describe the differences between functions and actions in UFT?

818


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

2632


How you can find the absolute value of the number in qtp?

753