what is the object properties settings in the QTP
Answers were Sorted based on User's Feedback
Answer / santhosh
Object properties settings means to see whether the
particular object selected is enabled.disabled,focused,etc
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / santhosh
At checkpoints,we can check the object properties settings
in QTP
For Example,
When we go for checking standard checkpoint for an object
it will link to an object and then it will asks for
confirmation,after clicking "OK" button we will get the
Object properties like,enable,disable,focused,true or false
conditions etc.at that point we can check the state of an
object.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / abhay
We can configure Object properties setting from Tools >>
Object Identification >> Select Mandetory properties and
Assistive properties.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / stl
where we can change settings of the objects . like from
enable to disable .etc
| Is This Answer Correct ? | 0 Yes | 1 No |
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
How do you test DLL files using automation Tool QTP?
A web page has two butons with same properties and rotating in clockwise direction. how to click on any of the button?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
Howcan you differentiate between Exist statement, Exist property, and Exist method??? How they used???
w is datatable
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
please tell me how to identify the index of the link in the web table .links are not constant.example i want to click the link in the inbox ,search the item and click the partcular mail.(mail links count is not constant)
Hi, My application is a web application which was developed by Java. In that application we have applets to do some operations. Is it possible to recognize applets using QTP? If yes, how? pls, help me this
How can we get the result from WindowsXP Command Window? (e.g. After we input 'ipconfig' in command window, how QTP get the result?)
In a webpage how to check the dynamic links that re changing regularly?( without using regular expressions.)