what is the object properties settings in the QTP
Answer Posted / 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 |
Post New Answer View All Answers
Step 3&4 are repeated until an the object in recognised uniquely.
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
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
can any one say that where we can download the QTP trail version ??????????
What are the check points can be inserted without recording?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
If I change the property value at runtime is it effect is object repository?
Hi Samrat, Thank u very much, what u said it is right.
How does qtp identify the object in the application?
What is throw Object?
what type of framework u r using in ur organization
give me the code to save all messages of inbox of gmail into a folder and notepad
What is the pros and cons between QTP and Rational Robot
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is