1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT
RECOGNIZED BY QTP
Answer Posted / 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 |
Post New Answer View All Answers
Why we load add-ins in qtp?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
There is an excel file of 1 to 100 sheets how you will iterate through it?
How can you write the scripts that operate on different objects depending on run-time information?
HOw to add the recovery file at runtime to the test file .
Difference between action & Reusable action?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Can any suggest me what is exposure testing?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
Explain data driven framework?
what is the difference between modular framework & datadriven framework
How you know that a test case is a regression test case
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression