Testing shared assets with Engineering Test Management
You can make test projects and assets shareable in Engineering Test Management. By sharing assets, any computer with your product, that is connected to Engineering Test Management can execute a test or schedule.
Before you begin
-
Assets in the adapter workspace might be deleted or overwritten with newer versions when updates are made to the shared location.
-
If you change the shared location in the adapter workspace, the entire project is removed from the adapter workspace.
-
Test results are stored in a different project, called RQM_Results, and are never deleted. The Engineering Test Management test result page links to the correct location.
-
All *.testsuite tests and schedule files
-
The /src directory if you use custom code
-
All *.dp dataset files
-
All *.location location files
-
All digital certificates
-
All WSDL and SOA security files
Custom code Java™ classes in the shared assets cannot use libraries that are outside the workspace. If your custom code must use such a library, then copy the library into the project, and update the classpath to use the local copy.
Procedure
- Create a shared directory on the computer that hosts the
UNC file system that contains the test projects to share.For example, create a directory called: C:\MyRemoteWorkspace.
- Copy the test projects to share into the shared directory.
If a project is stored in source control software, then copy it from there.
-
Check that the Engineering Test Management
server can access the shared directory by using UNC paths.
For example, the \\MyServer\RPTRemoteAssets\ path must be mapped to the C:\MyRemoteWorkspace directory.
- In Engineering Test Management, specify the directory that contains the actual test projects that are located in the shared directory.
- Verify that you have correctly specified the UNC shared
directory by browsing for the shared resource. Ensure that the first
dialog box contains the projects at the first level.You must not have intermediate directories between the UNC shared directory and the project directory.