testrunner.bat execution
Hi! Does anybody know what could be causing this during testrunner.bat execution? ReadyAPI-3.4.0 "C:\Program Files\SmartBear\ReadyAPI-3.4.0\bin\testrunner.bat" -r -a -j "-fC:\Users\XXX_XXX-XXXX-XXXXXI\AppData\Local\Jenkins\.jenkins\workspace\XXXXX\XXXXXX" "-RJUnit-Style HTML Report" -FXML "-EXXXXXXX" C:\ReadyAPI_TEST\XXX-readyapi-project.xml" at com.smartbear.ready.cmd.runner.SoapUITestCaseRunner.throwFailureException(SoapUITestCaseRunner.java:714) at com.smartbear.ready.cmd.runner.SoapUITestCaseRunner.runRunner(SoapUITestCaseRunner.java:551) at com.smartbear.ready.cmd.runner.pro.SoapUIProTestCaseRunner.runRunner(SoapUIProTestCaseRunner.java:132) at com.smartbear.ready.cmd.runner.AbstractSoapUIRunner.run(AbstractSoapUIRunner.java:328) at com.smartbear.ready.cmd.runner.AbstractSoapUIRunner.runFromCommandLine(AbstractSoapUIRunner.java:188) at com.smartbear.ready.cmd.runner.pro.SoapUIProTestCaseRunner.init(SoapUIProTestCaseRunner.java:100) at com.smartbear.ready.cmd.runner.pro.SoapUIProTestCaseRunner.main(SoapUIProTestCaseRunner.java:96) Build step 'Execute Windows batch command' marked build as failureSolved1.1KViews0likes2Commentstestrunner.bat - new folder for each test run
Is there a way to have testrunner.bat generate a new test results folder named with for example a date-time stamp with each test run? -f<directory> Specifies the root directory, where the runner will save test result files. If the directory does not exist, ReadyAPI will create it. Tip: If the directory exists, ReadyAPI will overwrite report files in it. Example: -fC:\Work\ReadyAPI-test-resultsSolved803Views0likes1CommentTest Suites in parallel - Invalid boolean value ''
Running Test Suites inparallel from testrunner.bat gives these kinds of errors at random: java.lang.Exception: Failed to prepare the test step [DataSource]; org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException: Invalid boolean value '' The issue disappearswhen running in sequence. Has this issue been fixed in a later version of ReadyAPI?I'm currently on 2.7.0 Thanks!Solved1.6KViews0likes4CommentsReceiving JVM error in jenkins when using testrunner.bat
Team, We are doing Continuous Integration with Jenkins by using SoapUI NG TestRunner. Daily 50 plus jobs are running in it. At times, we could see the below error in the job log, ------------------------------------------------------------------------------- The process cannot access the file because it is being used by another process. C:\Users\...\AppData\Local\Temp\jfxrtpath The process cannot access the file because it is being used by another process. The process cannot access the file because it is being used by another process. C:\Users\...\AppData\Local\Temp\readyxmx The process cannot access the file because it is being used by another process. Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. Invalid maximum heap size: -Xmx Build step 'Execute Windows batch command' marked build as failure Recording test results readyapi.bat had -Xmx2048m. Not sure what caused this issue. We believe, it is not following any patterns , it occurs randomly for some jobs. Please suggest solution for this issue and let us know, if you need any further details.Solved4.8KViews0likes7Comments