what is virtual object?
Answers were Sorted based on User's Feedback
Answer / r.u.b.r
Sometimes QTP is not able to recognize advanced technology
objects.to recognize the type of objects we will use Virtual
Object
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / piyooshcs
There r 2types of object classes in qtp standard and custom
class. we can force qtp to map custom class to standrd
object class this phenomena is called virtual object.
| Is This Answer Correct ? | 1 Yes | 0 No |
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
Currently i have designed my script based on the test cases present in Quality Center. I want to run my script from quality center. Can anyone help me to get the code which will connect QTP with Quality Center and execute the test cases?
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
How to use QTP for Regration testing, plz tell as with short Example of login window? plz tell as....
hi, for QTP TRAINING......SURESH REDDY SMART SOLUTIONS sr.nagar IS BEST OR NOT? how faculty teaches?
Hi, Any one have the crack for QTP 10.0,if so could you please send it to phanijuly10@gmail.com
how to parameterizing values from an excel sheet in Quick test professional?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
If the objects hierarchy is changing from build to build, then how you will handle that condition?
Hi, My problem is as follows. I recorded a script that created Object repository of each action i recorded. But later I added one more step (which was to enter data in a textfield) into the script through expert view. But as no repository for this newly added step exists in the test, my script fails. So please help me to sort this problem that how can I create object repository of a new step in an existing test. Thanks everyone
Hi,i have 3 years of experience in manual and Automation qtp.present i am searching for job in automation qtp 2Yrs,How to Explain the interviwer Roles and Responsibilites.please help me.
What is checkpoint in qtp?