Suppose one object is changed in a project after delivering
the project.Where we will update that object? it can be
present in many scripts so can we update all the scripts?
Answer / shyam.meghansh
Let tell one thing ... it depends on the Framework u use.
We will have a mail or common Repository, if any object is
changed we will update that object in the Repository.
*********************
If any more querys them mail to me
testingwithshyam@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
How may types of defects identify application or your currently working application?pls give me answer..
How to change the scripts from Per-Action object repository to shared object repository
what is the diff b/w assistive and mandatary rules of object repository in QTP???
Write a function which returns the addition of two numbers. give the value of the numbers outside the function.
Explain what the difference between Shared Repository and Per_Action Repository
what is the difference between development and testing
Hello Everybody, Can anyone tell me that in QTP how to count the number of webelements from the object repository. Please provide the code. Thanks in advance, Gaytri
Explain Checking XML....
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is keyword view and Expert view in QTP?
what is the difference between IE & Netscape in web testing on a log in page