What is output value?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
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 ? | 1 Yes | 0 No |
Answer / suja s
An output value is a step in which one or more values are
captured at a specific point in your test and stored for
the duration of the run session.The values can later be
used as a input at a different point in the run session.It
is stored duting run-time in the data table and can be
retrieved later
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bantanahal haribabu
it can retrieve the value of the property of object,database fields values,the text presentation objects and it can store on datatable in the test results window.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
Pls Solve Error(SAP-CRM):- Cannot identify the specified item of the SAPNavigationBar object.Canfirm that the specified item is included in the object's item collection.
In a shared Object Repository in QTP if some object is changed how can the other script which is using the same object can be known
what is descriptive.create()in qtp?
I want to check in the data table(Globalsheet) column exist or not through script .If column not exist only proceeded to next step Pls tell me how to proceeded?
Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with example?
what r the executing modes in QTP
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
I have to automate excel features using qtp in this i need to open instance of excel in different ways like double click on file, drag & drop options, File > open option but i know the 2 ways to open the excel instance 1 is by creating the object and another is to open the excel file in already opened instance of excel through sendkeys through qtp. But i m not geting how to open excel file through double click and drag and drop option through qtp script plz help me out anyone can thanks in advance
What is the standard timing delay for web based application in qtp?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
I have to automate webpage. If I click one hyperlink2 it will take 2 hrs to open. How to automate hyperlink2?
4 Answers Cap Gemini, Polaris,