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 |
How to run a test using quicktest professional?
hi,i have a pblm in qtp,im testing an webappl in which different types of error pop up messages are displayed which qtp is not differentiating or it is not recognising. how do i make it recognise different popup errorm messages while writing script?
how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script
How to use Environment parameterization in QTP? Explain with an example.
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
How to export data present in Datatable to an ".xls" file?
Explain the use of action split in qtp?
how we can do web browser using parametarisation in QTP ?
how you will do cookie testing using QTP?
How do you convert manual test cases to automated test cases?
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
What is diffrence between Global variables and Environment variables...Anybody can give me answer..Thanks in advance..