Editorial / Best Answer
Satyesha
Hi,
test Objects: Any object on which you are going to perform testing, on the basis of recorded object descriptions by QTP is called test objects.
To Identifying a test Object there are two types of Properties i.e.
1.TO Prop: (Test Object Properties)-These are the Object properties captured by QTP
in the form of Object repositories, durring recording of script/or added by you to code in case of a descriptive code.
2. RO Prop:(Runtime Obj Properties) -These are the properties which will be attain by an Object in the real time/Run time of application Under test.
Note:While playing back an script Qtp will compare To properties stored in ORs with the RO properties if a suitable match found then Qtp will perform the recorded Action of that object else throw an exception.
Test Objects
Profile Answers by kishore12345 Questions by kishore12345
Questions by kishore12345
Editorial / Best Answer
SatyeshaProfile Answers by Satyesha Questions by Satyesha
Hi,
test Objects: Any object on which you are going to perform testing, on the basis of recorded object descriptions by QTP is called test objects.
To Identifying a test Object there are two types of Properties i.e.
1.TO Prop: (Test Object Properties)-These are the Object properties captured by QTP
in the form of Object repositories, durring recording of script/or added by you to code in case of a descriptive code.
2. RO Prop:(Runtime Obj Properties) -These are the properties which will be attain by an Object in the real time/Run time of application Under test.
Note:While playing back an script Qtp will compare To properties stored in ORs with the RO properties if a suitable match found then Qtp will perform the recorded Action of that object else throw an exception.
Related Answered Questions
Related Open Questions