Plz explain about Virtual object? What is the situation u r
using , explain with example?
Answer Posted / mohan
Object which is not reconised by QTP as a standard object
(may be because developer hide some of the properties or
object developped in some custom programming languages), in
that case QTP will record the actions on these objects as a
pixel or etc..which we cannot customise further
(customisation required for adding checkpoint etc..). So in
that case we can map these objects to nearest QTP standard
objects class
Ex: If you perform any action on some of Windows calculator
buttons, will be recorded in terms of pixel postion. in
That case you can map this button to WinButton class. and
record again on this button the script will be different -
which is simillar to stnadard class
let me know if u've any doubts
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is the structure for the data driven framework
What is the XML file architecture ?
How to create scenario selector
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
How to remove associated function library?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
What is debugging? How you debug your script?
How to save your test using quicktest professional?
whare exactly we have to use functions and sub routain
How to analyzing the checpoint results?
How many types of object repository in qtp?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
How can you pass value one action to another action?
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 ?
How will you handle java tree in qtp?