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 / vishwas

hi, though i've not used QTP in any proj, i've xperience in
that tool

o/p values are used for end to end usage. i.e if u r
creating a contact, searching that contact,& editing it,(in
different actions) instead of creating data table in each
actions, o/p the contact while creating itself into the
global sheet. the remaining two actions can utilize the
value from global sheet. thus u r minimizing the size that
yr script occupies by avoiding the creatoin of data tables
in each sheet.

Is This Answer Correct ?    14 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which recording modes need more memory?

571


what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent

1330


how to post xml data from QTP scripts to any application?

1495


What are the trigger events in qtp?

568


What is the file extension of the code file and object repository file in QTP?

589






What are the benefits of qtp?

548


What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this

1395


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

533


Where you are storing your script?

627


What are the things(properties, and other details) will be recorded while recording an object using normal recording?

1484


any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in

3430


How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?

521


This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?

1463


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

2565


How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?

3046