what are the areas that cannot be tested using an automated
tool? list a few

Answer Posted / sailaja

if we wnat to test the background color of a particular
object we can test thru qtp but its very easy to check
manually.


Please let me know if i am wrong.


Sailaja

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is qtpro? What is quick test pro?

555


Explain the differences between table and db checkpoints?

573


By using QTP can we record any log files written by the application which is in execution?

1471


write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..

1799


what type of automation is follwed in the project?

1478






Explain the concept of object repository and how QTP recognizes objects?

546


What is data driver in qtp?

572


What is the short cut keys for the following?

640


What do you to script when objects are removed from application?

610


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)

1408


what is clean sweep?

1877


Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance

1519


What is difference between Recording time object identification and Run time (Execution) time.

1003


Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.

1607


Mention what are the different types of recording modes in qtp? Which will be used when?

557