How to get reporting at test step level instead of test case level what surefire currently provides
I am running my test via jenkins and i have surefire plugin which generates xml reports in my workspace. But this report has run status of all test suites and all test cases. Each test case will have failed test step information too. I want a way by which i can have run status of each test step whether failed or passed. Can some one help here if we can do this with surefire plugin or with some other way/plugin. Thanks a lot.4.4KViews0likes7CommentsNullPointerException at com.eviware.soapui.impl.wsdl.teststeps.ProJdbcRequestTestStep
Hi there, we're seeing the following stacktrace in our build logs. Any ideas what might be causing this? Step "Empty orders tables" calls a stored procedure. We're using Ready! API 1.5.0. 14:23:04,640 INFO [SoapUIProTestCaseRunner] Running TestCase [BulkImportTestData] 14:23:04,703 INFO [SoapUIProTestCaseRunner] running step [Empty orders tables] 14:23:21,429 INFO [SoapUIProTestCaseRunner] Assertion [JDBC Timeout] has status VALID 14:23:21,429 INFO [SoapUIProTestCaseRunner] Assertion [JDBC Status] has status VALID 14:23:21,429 INFO [SoapUIProTestCaseRunner] Assertion [XPath Match Update Count] has status VALID 14:23:21,431 ERROR [AbstractTestCaseRunner] Error notifying listener after step java.lang.NullPointerException at com.eviware.soapui.impl.wsdl.teststeps.ProJdbcRequestTestStep.a(ProJdbcRequestTestStep.java:111) at com.eviware.soapui.impl.wsdl.teststeps.ProJdbcRequestTestStep.applyEnvironment(ProJdbcRequestTestStep.java:87) at com.eviware.soapui.impl.wsdl.teststeps.ProJdbcRequestTestStep.resetEnvironment(ProJdbcRequestTestStep.java:93) at com.smartbear.ready.cmd.runner.pro.SoapUIProTestCaseRunner.afterStep(SoapUIProTestCaseRunner.java:272) at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.notifyListenersAfterStep(AbstractTestCaseRunner.java:273) at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.runTestStep(AbstractTestCaseRunner.java:243) at com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner.runCurrentTestStep(WsdlTestCaseRunner.java:47) at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:148) at com.eviware.soapui.impl.wsdl.support.AbstractTestCaseRunner.internalRun(AbstractTestCaseRunner.java:1) at com.eviware.soapui.impl.wsdl.support.AbstractTestRunner.run(AbstractTestRunner.java:130) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)Solved3.1KViews0likes5CommentsReadyAPI 1.9.0 JDBC Request converted all received SQL column names to the upper case
I have recently upgraded from 1.8.5 to 1.9.0 and see this issue - now i have to rebuild all my assertions - Please let me know is there any global setting which can control this behaviour? Product - Ready API 1.9.0 - SOAPUI NG1.2KViews0likes2CommentsTest report in Ready API 1.8.0 ?
I am usingReady API 1.8.0 I give below command in windows CMD "testrunner.bat -FPDF -R"JUnit-Style HTML Report" -c"Clients" D:\Official\TFS\EP Program Agile\EP\Dev\TestTools\ReadyAPI\BCCC-Regression.xml" It gave below error "'testrunner.bat' is not recognized as an internal or external command,operable program or batch file." Please help me in creating PDF and HTML style reports. Thanks, Ravi707Views0likes1CommentHow to search and replace in all requests in a project?
Hi, is there any way to do asearch and replace in all requests in a project? We have a URL in all requests of our project and I have to change that. I know that I could edit the project file in a text editor. I just wonder if there is support in the UI to do it. Thanks in advance.3.7KViews1like7CommentsCan I use relative path in SoapUI NG data source test step?
Hi, with the data source test step in SoapUI NG, is there any way to specifiy a filename relative to the directory of the project file? Ideally I would like to write something like ${ProjectDirectory}/myExcel.xlsx to avoid using absolute paths. I'm using Ready! API 1.5.0. Thanks in advance.Solved4.3KViews0likes2Comments