What is object & properties (in QTP)
Answers were Sorted based on User's Feedback
Answer / baskar palani
Object:
Ok button is an object.
Properties:
Label,class,enable,visible is the some of the properties of
an OK button.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / ramu@sunnys
actions to be performed on the object
any object have some properties like x native
class,text,visible,enable etc
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ramu@sunnys
actions to be performed on the object
any object have some properties like x native
class,text,visible,enable etc
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ashok
Object is the combination of properties and its value so
mathematically we can say
object=property+value of properties
yes any action can perform on it.
Prperty nothing but a GUI(graphical user interface)
representation to identify the object. like
enable,height,width etc)
****can visit the site
www.freewebs.oom/softwaretestingguide1
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / satyanarayana
In QTP the objects can be classified in to two types.They
are Test Objects and Run Time Objects.
Run time objects are the real objects present in the
application.Test objects are the references for the runtime
objects created by the QTP while recording.Later these
testobjects are used by the tool to identify the runtime
objects.Both these have some methods and properties
| Is This Answer Correct ? | 3 Yes | 1 No |
Please explain me in detail! How to handle runtime errors in QTP useing recovery senario or with out scenario
Hi All, I'm Akshaya here, could anybody please help me regarding how to import the excel sheet to run time datatable. But Pl. keep it in your knowledge is that excel sheet is opened. Thanks, Akshaya Madali 9823213538
how to capture tool tip in QTP and which check point is needed
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
Set DR= CreateObject("Mercury.DeviceReplay")
Is it mandatory to know abt regular expression in descriptive programming
How do you test DLL files using automation Tool QTP?
How to get the column count and column name from the resultset in the database connection program?
How to access values from Unix OS and how to write..
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?