What is output value?
Answers were Sorted based on User's Feedback
Answer / naren
An output value is a value retrived during the test run and
entered into your data table. You can subsequently use this
output value as input data in your test. This enables you
to use data retrived during a test in other parts of the
test.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vasavijuvvadi
An Outputvalue is a step in which one or more values are
captured at a specific point in Test and stores for the
duration of Run.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shankar.majji
Output value enables us to view the value of an object
while running. Output values retrive the data from the
objects and output them into the data table.
| Is This Answer Correct ? | 0 Yes | 2 No |
In a webtable,a list of values are there,rightnow one values shows,later random another values shows,but how to retrieve the random value in webtable.
difference between GetROProperty and GetTOProperty
How do you test siebel application using qtp?
why we use sendkey method in qtp?
write a script to close all open browser in qtp except one browser whose name is xyz
Lets say,flipkart website...in search button we have entered category[i.e watches] it displays some items...question is how to test price displayed each product is correct or not through qtp
How to give Table check points?
How to test a web application using QTP?there is no any .exe file in web app,then how we can take the application for testing
Hi Friends, How to trap an error message on Web page through QTP. Example:- When I put wrong user id or Password on a web page, I get the error message. So when I add the error object in Reposatory, every time it shows as Login Failed Object exist, eventhough using corret login details. And if I do the same without adding the object it shows as object not found. This might be because while recording QTP takes every new page as _1 _2 _3 and so on. as below. Browser("XXXXX").Page("XXXXX_1"). >>login Browser("XXXXX").Page("XXXXX_2"). >>Inbox Browser("XXXXX").Page("XXXXX_3"). >>Sent Items I used below code. Browser("XXXXX").Page("XXXXX").WebEdit("firstname").Set strFN Browser("XXXXX").Page("XXXXX").WebEdit("lastname").Set strLN Browser("XXXXX").Page("XXXXX").WebEdit("userid").Set strUserID Browser("XXXXX").Page("XXXXX").WebEdit("password").Set strPass Browser("XXXXX").Page("XXXXX").WebButton("Login >").Click If Browser("XXXXX").Page("XXXXX_2").Image ("msg_icon_error").Exist 5 Then Reporter.ReportEvent micFail, "XXXXX", "Login Failed!" ExitRun (It shows login failed ever after login is passed. Else Reporter.ReportEvent micPass, "XXXXX", "Login Successful!" End If Please find out a way for me here, and provide me with the correct code. Thanks in Advance.
What is User defined function in QTP
who is the best faculty in HYD? Nageshwar rao or GC reddy?
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.