what is the use of VIRTUAL OBJECTS? explain ?
Answer Posted / avdhesh yadav
You can teach QuickTest to recognize any area of your
application as an object by defining it as a virtual
object. Virtual objects enable you to record and run tests
on objects that are not normally recognized by QuickTest.
Avdhesh Yadav
Hewitt Mumbai
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
How QTP identify the system time that's changes every seconds?
How to find the length of the string in qtp?
What environment does qtp run in?
Without using gui map editor we can recognize the application in winrunner ?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
What are the properties you would use for identifying a browser and page when using descriptive programming?
What is difference between run time object and test object?
How will you declare a variable in qtp?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
Hybrid framework supports Descriptive programming. Is it true?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?