can u tell me the the cost of automation tool QTP
?
Post New Answer View All Answers
What is the Difference between test object and run time object?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
How to use output values in qtp ?
Where you are storing your script?
Explain the concept of object repository and how qtp recognises objects?
how to explain a claims and insurance project?
please any one can explain the keyword driven framework. with gmail example.
What is qtpro? What is a quick test professional?
How would you export a script from one pc to another in qtp?
what is the hierarchy to use properties in descriptive programming
To which environments does quicktest professional supports?
What is synchronization point in QTP?
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 are the steps involved in the recovery scenario wizard?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?