Forum Discussion

vishwapriya1_s's avatar
vishwapriya1_s
Occasional Contributor
13 years ago

Running keyword tests from another test

Hi ,



I have grouped all common routines (keyword tests) in one project. I want to use these keyword tests in other projects in the same project-suite.



So I added the needed keyword test as reference. But, when I run the parent test and it calls the other keyword test, it is not able to get details on the mapped objects and gives out this exception:



"Unable to find the object WindowsTaskManager. See Additional Information for details. "



Is there a better way to organize my tests?



Thank you

Vish



1 Reply

  • Have you merged the name-mapping of the project where you created the KDT into the new project?



    If the KDT use NameMapping, it will need that the Aliases and Mapped Objects are also found in the NameMapping of the other projects where you want to use them.