Forum Discussion
groovyguy
8 years agoCommunity Hero
I have a feeling we'll need more than just logs in this instance. We may need to see your actual request(s) that are triggering the error to happen.
- mano27118 years agoNew ContributorThanks Msiadak... Please find my Explanation & expectation below : 1. We are trying to automate the test suite in Bamboo build master below is the script we configured in the build. testrunner.bat -s4.1_Driver_Test_Suites -j -fD:\ReadyApiSuiteIntegration\IntegrationSuiteReport "-RTestSuite Report" "-EDefault environment" -I D:\phase5_fusion_5.0\completeProject 4.1_Driver_Test_Suites – suit name with regression test cases which runs around 3hrs -4hrs in local machine. 2. First we tried the regular test suite with 10 test cases which runs below 1 min and its runs successful in the local machine and even in Bamboo build master tool. 3. After successful completion with the small test suite we planned for the regression test suite to automate the process easy. 4. In local machine if we run regularly I mean by clicking the PLAY symbol on the regression suite its running properly and not getting any exceptions in logs and generating report successfully. 5. So we configured the same suite path which mentioned in the step 1. In bamboo master build, but it’s getting failed with many exceptions and not generating report. 6. We tried to execute the same in local machine by right clicking on the test suite and selecting the Launch TestRunner. 7. It will execute the test suite normally in the local machine, here the issue occurring with many exception majorly for every test case we are getting NullpointerException, for some of the case we are getting the UnsupportedEncodingException… after running sometime around 10-15 min test runner is getting failing with HeapMemorySPace issue and hanging the system and CPU percentage is reaching the 100%. Request is very Big XMl file we cannot attach here :)
Related Content
Recent Discussions
- 19 days ago