Asset | File name extension | Comments |
---|---|---|
Projects | .project | This enables the project to be seen and imported by another user. |
Schedules | .testsuite | |
Tests | .testsuite | |
Custom code | .java | Put any custom code that you have written
for a test under source control. Put this code under the src folder for the project; for example, in src\custom. This code must be versioned as a single logical unit with the test that includes it (that is, the code and the test should be versioned together). |
Datapools | .datapool | |
Locations | .location | |
Results | .trc*xmi | Results assets, which are not visible in
the Test Navigator, contain the data used to create reports and should
be under source control. To see these assets, start the Navigator
view, and perform the check out and check in operations from this
view. Store the results in a separate results folder, which you can specify when running a schedule or test. |