|
Problem
When running a GUI script with a function call which uses custom DLL(s) declared in a header file (SBH file) from Rational® TestManager, the test passes with an information message of:
Rational TestManager: [22.24.6.2]: rtgap.dll function GAPTaskExecute failed
These DLL(s) are put in the dll folder of the project's datastore, and the project location is specified with the UNC path.
When running the same script from Rational® Robot, there is no error message.
When running a script without a function call from Rational TestManager, there is no error message.
Cause
When running a GUI script with a function call which uses custom DLL(s) in a SBH file from Rational TestManager, you need to specify the complete path to the DLL(s).
Solution
To resolve the issue, the user can do either of the following;
1. Declare with the complete path name of the DLL(s)
2. Declare "dll\xxx.dll" in the SBH file when the custom DLL(s) files are put in the dll folder of the project's TestDatastore |
|