Answer Posted / kiran.b
gettoproperty("text")
=to get the property from the qtp , which it is using at
run time.
or
getroproperty("text")
=to get the property from the application , which itis at
the run time.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
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 vmodel?advantages and disadvantages of vmodel?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
Hoe can we do retesting using functions please give the code for it using login page
what is run-time data?
can any body give the banking domain concepts/links
How will internal and external links be validated and updated? how often?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
how to find that tools work well with ur existing system?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
What is the difference between per-action and shared?
Explain xml checkpoints.
What is keyword view?
Explain the terms test and business component?
What test cases can you automate using QTP?