What is output value in QTP? Why do we use the output value
in QTP?How many types of output values are there in QTP?
what are their respective usage in QTP?
Answer Posted / nilesh banjare
Please find out the solution for Task 3 Output Values.
Dialog("Login").WinEdit("Agent Name:").Set Datatable.Value ("Username",Global)
Dialog("Login").WinEdit("Password:").Set Datatable.Value ("Password",Global) @@ hightlight id_;_3409322_;_script infofile_;_ZIP::ssf1.xml_;_
Dialog("Login").WinButton("OK").Click
If Window("Flight Reservation").Exist Then
Datatable.Value("ErrorMessage",1)="No Error"
wait 10
Exittest
End If
Dialog("Login").Dialog("Flight Reservations").Static("Agent name must be").Output CheckPoint("ErrorMessage")
dialog("text:=Flight Reservations").WinButton("text:=OK").Click
Dialog("text:=Login").close
Thanks,
Nilesh Banjare
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you convert manual test cases to automated test cases?
How can I use Call dlls in QTP ?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
Define object spy ?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
if anyone has idea of the interview procedure in covansys, plz send me a mail?
How to use parameterization in qtp?
Hi How to retrieve data from web element line by line?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
How to add synchronisation points in qtp?
What are the different types of action?
Which functionalities of QTP used in banking project? pls any say answer?
Explain the concept of how quicktest professional identifies object?
What is Test Fusion Report in QTP?
What is the syntax for how to call one script from another?