1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT
RECOGNIZED BY QTP
Answers were Sorted based on User's Feedback
Answer / pavi
We can define virtual objects only for objects on which we
can click or double-click and that record a Click or
DblClick step.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / chinmaya
Virtual Object means A object that behaves like a standard
object but qtp does not identify that object.
Here we can mapping from custom classes to standard classes.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sahadeva
VO Used for map the non-standard objects into standard objects
qtp is not identify the non-standard objects at the time we
can use virtual object wizard to map that objects into
standard objects
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / siva
Literally "Virtual" Meaning: not physically existing as
such but made by software to appear to do so....this is the
exact meaning from the OXFORD Dictionary.
Here, The object "Exists" at AUT, but our QTP for some
reasons is unable to identify, let it be a button or any
object under test. It doesn't make any sense saying that-
"Testing is getting retarded caz' QTP is unable to
identify the object" but the object is there at AUT. so, in
this scenario we are making the QTP to treat the object as
Virtual object.
Thank you
siva.....
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / shaun d
There's no need to ever use a virtual object. Quick Test
Pro will find every object that you need to complete a
transaction. Virtual Objects are useless.
| Is This Answer Correct ? | 1 Yes | 4 No |
How to handle the exceptions using recovery scenario manager in QTP?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
How to use custom checkpoints in QuickTest Professional?
Give me some real time point of way where exactly we can conduct audits?
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
Explain about Table and DB Checkpoints?
Why we are selecting QTP for testing ?
Hello, I am working on automating unix application using QTP via terminal emulator.Recording and playback works as i execute my test case. I need to parameterise my data now. Steps to be followed 1. go to the application TeWindow("TeWindow").Window("Connect").WinButton ("Connect").Click 2. Make a transaction to an account I am able to make transaction one at a time (one person when i run the script) and the script is as below and works fine. TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "./4ee.sh" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "a21100002" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "tcccc" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "test" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "6" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "xexit" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync 3. Now i need to Make a transaction to the account for the list of people available from data table. How do i do this? Please let me know if you can Thanks, Chaya
Can you list some technologies that support qtp?
Hi Small doubt . i am working as Contract employee in XYZ comany thrw ABC Consultancy. so. How i write my resume ? In Professional experience Column. plz send urgent
Write VB script to test given number is Prime Number
what is smart identification?