DbUnit Tests with SilkCentral

61 views Asked by At

I´m trying to execute DbUnit Tests with SilkCentral in a remote Virtual Machine that works like a execution server. The Alltests.class directory is in \\p6621va\ucd\ucdmain_TEST\bin\es\bde\aps\ucdmain\ias\tests\AllTests.class and it contents the suiteTests. I need to specify the AllTests.class Classpath , I`ve done like this according the documentation:

enter image description here

It returns the following error:

enter image description here

How can I specify the Classpath?

Thanks in advance.

1

There are 1 answers

0
user7413770 On BEST ANSWER

You need to specify the class with its package and the classpath without.

Classpath: \p6621va\ucd\ucdmain_TEST\bin. Test class: es.bde.aps.ucdmain.ias.tests.AllTests