How do you move objects from local object repository to
shared object repository???What are methods?
Answer / kashinath
Go to the Local object repository.
Choose option "Export Local objects" from File Menu..
Select the Shared object repos.
then You will see all the local objects in shared object
repos.( to see it shared object repos. Go to Object
Repository manager, open the shared object repos. and check
your all local objects.)
| Is This Answer Correct ? | 2 Yes | 4 No |
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
Synchronizing test
How will internal and external links be validated and updated? how often?
does test plan is in test strategy or test strategy is in test plan.
hello everyone, can anybody please tell me what are the different recording modes of QTP, and where these recording modes are present in QTP 9.2. Thanks in advance, Gaytri
How the exception handling can be done using quicktest professional (qtp)?
please post the interview questions for QA position in FACTSET
How the exception handling can be done using quicktest professional?
how to invoke the web application through script in qtp
i am entering wrong data or wrong password in a text box and click on submit button .i am getting a popup window with a message Please enter the correct password or data .How can i handle this situation by using QTP.
Through array we can execute the testcase how ? give me example
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?