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 |
any body want to learn qtp with real time concept on Banking domain contact ciraaj@gmail.com
Wat is the command used to add an object(properties) to an object repository?
How to parameterize a text field and the same field as combo field on next page. Means inserting values in Text field will appear in the combo field. for example country name, state name. Kindly reply it is urgent !!!
How can you merge two Object Repositories?
Through array we can execute the testcase how ? give me example
what is active screen,keyboard view?
any one can send me the concepts of qtp
What is test harness?
What is Object Spy in QTP?
What does mean by Scope of Automation?n How we defined it?
Hi,All How to create a link in excel sheet using qtp
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?