What all challenges you have faced during automation and
how you have resolved it?
Answer Posted / ram
1. What to test and what not to test
2. Object recognition
3. Dynamic objects
4. System is not stable
5. Communication
these are the challenges I faced while doing automation testing
Ram
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain the concept of object repository & how qtp recognizes objects?
How to record a qtp script ?
What are the steps involved in the recovery scenario wizard?
What is quicktest professional (qtp window?
What are output values and why they are used ?
How can get count of list box?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
When Recovery scenario actually starts while testing the application?
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)
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
In qtp, how you can exit for loop?
How qtp recognizes the object?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Explain how qtp identifies objects?
How can you write the scripts that operate on different objects depending on run-time information?