what are the areas that cannot be tested using an automated
tool? list a few
Answer Posted / pradeep chauhan
difficult areas like:
1. product that have frequent GUI changes.
2. products that always must comprise new
enhancements/changes.
3. gaming products where the expected result is always
varying as per the user input.
4. testing of photography (involving varying pixel size)
5. testing of deods.
6. eye testing equipments software.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
What is the limitation to XML Checkpoints?
How many types of actions are there in quicktest professional?
How you create new action in qtp?
The hybrid framework can be implemented for any application. Is it true?
What are the key points to create a framework in QTP for oracle forms?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
how to test use the quality control .how to verify the image verification
Object repositories types, which and when to use?
How to interact tool & application build in QTP?
How to remove associated function library?
how to prepared for first for the first interview?
Difference between action & Reusable action?
Suppose I want fail that check point? How can you do that?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian