Among all the check points what is the most important
checkpoint?
Answer Posted / deepti palagiri
we make use of check points very rarely. but all r imp,
depends according to the functionality of application.
| Is This Answer Correct ? | 0 Yes | 0 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)
How to find the difference between 2 dates in qtp?
Explain xml checkpoints.
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
Key word driven framework
What is the use of sendkeys and what are send keys
What the differences are and best practical application of Object Repository?
Why to use descriptive programming?
What is Unicode Compatibility?
Explain how to use QTP to check broken links on a page?
Can anybody post some real time scenario in qtp? please its very urgent.
what is the diff b/w assistive and mandatary rules of object repository in QTP???
How to explain a banking project in interview as a test engineer???
what is description object?
What is system testing and what are the different types of tests you perform in system testing?