Forum Discussion

HarryYang's avatar
HarryYang
Senior Member
7 years ago

soapUI Pro requirement export/import issue with testcase same name in different testsuites

soapUI Pro requirement export/import issue with same testcase name in different testsuites.

 

Reproduce steps:

Having project structure as:

Testsuite1-testcase00

                -testcase11

Testsuite2-testcase00

                -testcase22

Requirement1: link testcase: (total 4)

Testsuite1-testcase00

                -testcase11

Testsuite2-testcase00

                -testcase22

 

1) export the requirement to csv1

2) remove the requirement

3) import the csv1 file

Requirement1: link testcase: (total 3)

Testsuite1-testcase00

                -testcase11

Testsuite2-testcase22

 

Issue:

 Testsuite2-testcase00 is lost.

I think the issue is due to that: in the csv export file, it only record the testcase name instead of with testsuite name together.

And in my case, in testsuite1 and testsuite2, they have testcase: testcase00 with same name.

 

No RepliesBe the first to reply