how to export the result to notepad....for example i want to
enter the user name and pass word and clicking on login
button ......once you click on login button the
corresponding page will open ...in that page you having one
list box ...here you can get either success or failure
........friends here i want export the message what ever i
got either success or failure .....how to export the result
to note pad

Answer Posted / acharya

By Using RO property we can get the value, whether its a success or a failure..and save the value in a variable..
and write a code to open the notepad and append the value stored in a variable in notepad

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to export quicktest professional (qtp) results to an .xls file?

825


Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

1762


Dis advantages of XML checkpoint ?

1786


Why is Client side image is preferred over server side image?

1676


How do you perform Regreession Testing?

1724


why should we give deliver good quality software?

1850


While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?

1684


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

2644


Describe the differences between functions and actions in UFT?

825


Explain the types of properties that quick test learns while recording?

789


which type of testing process are you following in ur company? how to recognize a qtp page?

1605


can i change the runtime properties of an object ? How can i check if a parameter exists in database ?

1675


what is Property......End Property loop? how to write sript for it in QTP

2138


The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)

3033


Hybrid framework supports Descriptive programming. Is it true?

884