05-02-2011, 05:25 PM
I am not sure about your first question. Find the rest of the answers
2:
To associate OR to multiple actions you have to write for each action
Like:
Here you can also write action name in the bracket instead of action index.
3.
if you use external action then there is no way you can use associate OR for that external action.
You have to use the OR which are already associated with external action.
2:
To associate OR to multiple actions you have to write for each action
Like:
Code:
qtp_App.Test.Actions(1).ObjectRepositories.Add "C:\Shared OR.tsr"
qtp_App.Test.Actions(2).ObjectRepositories.Add "C:\Shared OR.tsr"
Here you can also write action name in the bracket instead of action index.
3.
if you use external action then there is no way you can use associate OR for that external action.
You have to use the OR which are already associated with external action.