what is run-time object property in Object spy in QTP9?

Answers were Sorted based on User's Feedback



what is run-time object property in Object spy in QTP9?..

Answer / sivareddy

The properties of the object should be added at the runrime
postion only.
test object propert means : The properties of the object
are added whenever you are record the script.

in objecct spy Two types properties are there
1)Run time object property 2) Test object property

Is This Answer Correct ?    4 Yes 2 No

what is run-time object property in Object spy in QTP9?..

Answer / ravi kumar

object spy displays 2 types of properties for selected object

1) Test object property
2) Run time object property
Object spy displays Run time object properties of the
selected object in Spy window

Test object property are available during script edit mode
Run time object properties are available during run session.
you can access the those properties and run time and work
with them

Is This Answer Correct ?    1 Yes 0 No

what is run-time object property in Object spy in QTP9?..

Answer / param

Run time Object Property: Property of an object at run time.
run means while execution. Property of a run time object
might change depending upon the action in run time.
ex: Text property of a winedit object will change when we
give some data input(ex- username and password).

GetROProperty is the method which is used to get the run
time object property.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

What are the key elements available in test result window?

0 Answers  


i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?

0 Answers  


How to call a function in QTP?

4 Answers  


CAN I CALL A FUNCTION IN ACTION.IF YES PLEASE HELP ME

2 Answers   TCS,


How we can call the scripit from another scripit in QTP?,Not a call Action

12 Answers  






What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If

3 Answers   IIT,


How to get line numbers in your editor in expert view?

2 Answers  


How can I map test requirement to Test Set (multiple test cases)? Under test lab, I have multiple test cases. I would like to map 1 requirement to all test cases under that test set (in test lab)? Currently, I think QC only allow mapping 1 test requirement to 1 test case. Instead I would like to map 1 test requirement to multiple test cases under one test lab.

4 Answers   CarrizalSoft Technologies, DST Global Solutions,


dears, I have one question for QTP.If my software is english and defined objects is english name. But, if my software has support MUI, under this case that my objects in the QTP can't work, because the QTP can't catch the objects name. In this case, is anybody know how to solve this problem? Thanks a lot.

2 Answers   CyberLink,


i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.

0 Answers  


Both static and dynamic arrays are handled by the vb script. Is it true?

0 Answers  


VB scrip has a special command named LBound, which returns the starting index of an arry. What are the possible indexes an array can start with? options are given below. and one only the correct answer. pl select it 1. any index 2. only even non-negative 3. only 0 4. any non-negative integer

1 Answers  


Categories