Action not found when calling a reusable action with a nested reusable action UFT
Question ID: 108190
1
0

I am receiving an "Action Not Found" error message when running a script that calls a reusable action that contains nested reusable action. The calling script does not show the nested reusable action as an external action. Other scripts on other machines seem to be able to load the nested action without issue. It is possible that the creator of the script changed the name of the nested reusable action at some point.

Marked as spam
Posted by (Questions: 22, Answers: 6)
Asked on February 28, 2018 7:34 pm
599 views
Answers (1)
0
Private answer

Has the name changed in ALM? I have found that to be a problem since ALM does not reach into UFT tests and make changes. Here the best way is to add the new exist action (Renamed action) to the test by

1. Open test that is pointing old test/action name.
2. Go to the point in the editor where the RunAction is pointing to the old test/action.
3. Go to the menu > Design > Call to Existing Action.
4. Create the new pointer to new test/action.
5. Select location > After the Current step.
6. Press the O.K. button.
7. Update the new RunAction with the old RunAction parameters.
8. Remove the old RunAction.

Marked as spam
Posted by (Questions: 2, Answers: 98)
Answered on February 28, 2018 7:35 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top