0

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.

4

1 回答 1

1

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

于 2017-01-13T08:22:20.330 回答