What is output value?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?

851


Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.

1842


What are the advantages of Object Repository?

816


How to find the length of the string in qtp?

771


Explain about the test fusion report of quicktest professional (qtp)?

746


What are the advantages of parameterization ?

805


Explain how to use QTP to check broken links on a page?

771


what is output value in QTP and how it can be used in automation testing

1706


Explain how qtp identifies object?

832


For which type of project the iterative model is suitable?

1566


How can get count of list box?

847


What is standalone database?

1984


I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

1665


What is the Command used to start the QTP

1707


How will you check a web application for broken links using qtp?

772