Forum Discussion

andnyb's avatar
andnyb
New Contributor
15 years ago

Importing suites with tests including "Run TestCase" step

There are problems importing and exporting test suites into a project if test cases include "Run TestCase" test steps. Whenever the a testsuite gets exported and later imported the "Run TestCase" test steps points to a test step in the first of all test suites in the project insted of to the correct test case in the current project.

Example

TestSuite1
\- Preamble TestCase // [B]
TestSuite2
\- Preamble TestCase
\- TestCase
\- "Run TestCase"->"Preamble TestCase" (in TestSuite2) // [A]


After export and import the "Run TestCase" A step always points to the preamble test case B in the the top test suite. Note, it always points to the top test suite no matter which the current test suite is.

Anyway this is a very annoying problem since we are working in projects that have frequent updating of test suites through export/import.
No RepliesBe the first to reply