Forum Discussion

hazem_borham's avatar
hazem_borham
Occasional Contributor
15 years ago

TestSuite does not execute a cloned testcase

I'm using the setup script section in my Test Suite to clone a test case, however, when I execute the testsuite it only runs the previously existing testcase.

Example.

Before running:

TestSuite 1
>> TestCase 1

After running:

TestSuite 1
>> TestCase 1 - OK
>> TestCase 2 (Is created but not run)

11 Replies