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
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?
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.
What are the advantages of Object Repository?
How to find the length of the string in qtp?
Explain about the test fusion report of quicktest professional (qtp)?
What are the advantages of parameterization ?
Explain how to use QTP to check broken links on a page?
what is output value in QTP and how it can be used in automation testing
Explain how qtp identifies object?
For which type of project the iterative model is suitable?
How can get count of list box?
What is standalone database?
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)
What is the Command used to start the QTP
How will you check a web application for broken links using qtp?