what happen in object repository(shared)if we call an
existing action from an external action ? and what happen
in object repository(peraction)if we call an existing
action from an external action ?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
As you said, the existing action already recorded the
objects into object repository pertaining to the when you
call the external action,it will added the objects to the
existing one
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rizwan
when u call to existing action the objects in the
repository will also add and that they are only readable
but not editable v cant make changes to them
| Is This Answer Correct ? | 0 Yes | 0 No |
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
In QTP, If you have list of checkboxes, how can i select a particular checkbox and delete if the checkboxes are changing dynamically?
How to capture screen shots when an error occurs?
Difference between image checkpoint and bitmap checkpoint
What are the Levels of Automation in QTP
How do we Access, retriew and edit the runtime objects in Automation Testing using QTP
How do I get the QTP scripts result in xml format by using vb script function?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
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
If an application name is changing frequently i.e while recording it has name “Window1” and then while running its “Windows2” in this case how does QTP handle?
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
How would you export a script from one pc to another in qtp?