What are the advantages of Automation objects than Test
Objects?
Answers were Sorted based on User's Feedback
Answer / ashish srivastava
Automation Object is very different from Test Object .
Automation Object are created when you want to perform some
action outside the QTP Like Opening QTP from outside without
Clicking on the QTP Icon
Test Objects is the Collection of Objects Stored in the
Object Repository
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rachnasingh
the advantage of automation object is different of other
object.depend on theobject subject.there are so many object
in this ocean.
| Is This Answer Correct ? | 1 Yes | 8 No |
With help of object repository,we can able to write the descriptive program manually?
what are the challenges you have faced while testing web based application using the automation tools ?
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b
What is the basic concept of quicktest professional (qtp)?
In a webtable, lets say there are 10 records and 1 column. let say "image" is available for 1st,2nd and 3rd records and 4th onwards image is not available. How to recognise for that cell image is available or not?
Which object repository we use in real time and can we merge 2 object repostiory and how?
WHAT IS ENVIRONMENT VARIABLES?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
Hello everybody, can we maintain the state of page in QTP? 1. suppose i opened a notepad text file i entered some text and changed the font type and font size and saved that file. 2. Now next time when i will open a new notepad file it is showing me that font type and size which i changed in my previous step. 3. Here i want that QTP should capture the default setting i.e. it should maintain the state of the page. Thanks in advance, Gaytri
Hi friends, I have heard that it is required to have an application hosted in the same machine where we use QTP. Otherwise QTP may identify the objects incorrectly. Please clear me is it true.
Define object spy ?
dears, I have one question for QTP.If my software is english and defined objects is english name. But, if my software has support MUI, under this case that my objects in the QTP can't work, because the QTP can't catch the objects name. In this case, is anybody know how to solve this problem? Thanks a lot.