Prepare for your Next Interview
This is a discussion on qtp within the QTP forums, part of the Software Testing category; what is meant by virtual objects...
|
|||
|
Re: qtp
Virtual literally means which is not real....
For example you have an image which actually acts as a button. But to aviod problems in recognising this kind of objects you can make a virtual object of this as a Button. Now your image which you click will be identified as a button..... This is the basic concept behind Virtual Object |