cruisecontrol - selenium rc with cruise control - testng error message - could not instantiate 'test' -


I am currently trying to establish cruise control to run my Selenium test suite. As far as everything works fine till I run the build, I got the following message:

Calling target (s) [execute-test] in the build file C: \ Project \ src \ build.xml
C is entering: \ Project \ src \ build.xml ...
Exit C: \ Project \ src \ build.xml
Work Space = "C: \ Project \ src \ build. Xml: 30: "name =" encrypt "time =" 0 seconds "- target name =" execution-testing "time =" 0 seconds " Execute 'C: \ Program Files Switch to (x 86) \ Java \ jdk1.6.0 'with the argument:' _06 \ JRE \ bin \ java.exe -ea '' -classpath '' C: \ TestNG; C: \ TestNG \ TestNG-5.9-jdk15.jar; C: \ TestNG \ Commons-lang-2.0 .jar; C: \ TestNG \ TestNG-5.9-jdk14.jar '' org.testng.TestNG '' @C: \ Docume ~ 1 \ Server ~ 1 \ Local ~ 1 \ 1 \ testng10509 \ Temp '

' Executable Characters around the debate are not part of the command. [Parser] is running:
C: \ project \ src \ TestSuite.xml
[TestRunner] Testing in parallel mode in 'testInpagePlacement' : False
[RunInfo] Adding method selector: Organization .testng.internal.XmlMethodSelector @ 9664a1 Priority: 10
[ClassHelper] could not illustrate testcase1: testcase1
[ClassHelper] should not be exemplified Could testcase1: testcas E1 ============================================== ==== [Smoke Exams]
[Total Test Runs: 0, Failures: 0, Abandoned: 0] ======================= ============================================ [No class found in classpath: testcase1]
Org.testng.xml.XmlClass.getSupportClass at (XmlClass.java: 55)
org.testng.internal.Utils.xmlClassesToClasses (Utils.java:79)
org.testng.TestRunner.initMethods (TestRunner .java: 289) org.testng.TestRunner at .init (TestRunner.java0035)
at org.testng.TestRunner.init (TestRunner.java197)
at org.testng.TestRunner. (TestRunner.java:141)
ORG testng.SuiteRunner $ Defau LtTestRunnerFactory.newTestRunner (SuiteRunner.java:488)
at org.testng.SuiteRunner.privateRun (SuiteRunner.javaociety50)
at org.testng .SuiteRunner.run (SuiteRunner.java204)
at org.testng.TestNG.createAndRunSuiteRunners (TestNG.java:877) org.testng.TestNG.runSuitesLocally (TestNG.java:842)

org. Testng.TestNG.run (TestNG.java:751)
at org.testng.Testng.privateMain (testng.java:914)
at org.testng.TestNG.Main (testNG.java:887) < The tests failed.

It was run on a network server, I tested testuite.xml locally and everything works fine. I think this is a configurable problem with the network server, please tell me if my assumption is wrong and tell me in the right direction to fix this issue.

Thank you.

You do not have classes (tests and target classes).


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -