ContributionsMost RecentMost LikesSolutionsRe: How to run soap ui test suites through jenkins (without maven) Hi, Sorry for delayed response I was off sick . Now I treid with the latest command you mentioned but getting same error. :( Building in workspace E:\Hudson\jenkins_CL2020\workspace\Soapui Tests FATAL: org/jenkinsci/plugins/workflow/job/WorkflowRun java.lang.NoClassDefFoundError: org/jenkinsci/plugins/workflow/job/WorkflowRun If possible,please try to see. Re: How to run soap ui test suites through jenkins (without maven) Hi, Thanks for your response. Please tell me about -> "-EDefault environment. I coudnt understand it. Otheriwse I have tried to give beow command in "windows batch command" under BUILD in jenkins and it failed. cd "C:\Program Files\SmartBear\SoapUI-5.3.0\bin" testrunner.bat -a -f "C:\Program Files\SmartBear\Reports\CPC" "C:\Users\Desktop\soapuiProjects\abc-soapui-project.xml" How to run soap ui test suites through jenkins (without maven) Hi, With help of smartbear community , I have achieved scheduling the soapui test suites through windows task scheduler, now I want to run it using jenkins . Is it possible to do so without Maven (I know nothing about Maven and very new to Jenkins. ) I tried to look for soap ui - jenkins integration but got very confusing articles. I also tried to implement what ever I found on community. 1.I am using Soap ui 5.3.0 open source 2.Hudson Jenkins (just a URL i have as developers in my team are using). 3 . I created a freestyle project in jenkins 4. Configured it with below windows batch command: cd "C:\Program Files\SmartBear\SoapUI-5.3.0\bin" testrunner.bat -a -f "C:\Program Files\SmartBear\Reports" "C:\Users\Desktop\projects\ABC-soapui.xml" But when i build it , it gives error : is there any plugin required ? or do i need to install anything. Building in workspace E:\Hudson\jenkins_CL2020\workspace\Soapui Tests FATAL: org/jenkinsci/plugins/workflow/job/WorkflowRun java.lang.NoClassDefFoundError: org/jenkinsci/plugins/workflow/job/WorkflowRun Re: How can I schedule the tests to run automatically one a day Hi Pratap, Thanks much for the useful information you shared. I got the solution as suggested by you and some one else as wellon my other post (by mistake I had created two posts for same query ), using windows task scheduler . You can find the complete solution in below post. https://community.smartbear.com/t5/SoapUI-Pro/How-can-I-schedule-the-tests-to-run-automatically-one-a-day/m-p/166585/highlight/false#M37554 Thanks again for your time :) Re: How can I schedule the tests to run automatically one a day Hi, Thanks a ton for sharing the information. I did excatly what you told and achieved it. Except for creating basic task I used create task, schedule failed when i did it using basic task option, may be I did something but worked with create task . Thanks again !! Re: How can I schedule the tests to run automatically one a day oh ok.. sorry I understood wrong. Ok.. but how to schedule it to run at 8:00 AM daily. ? Re: How can I schedule the tests to run automatically one a day Hi, I tried opening the testrunner.bat file but it never opens. It just shows a screen and disappears. but i will give a try by using cmd. Re: How can I schedule the tests to run automatically one a day Hi Pratap, Thanks for your response, I have soapui installed and have all the projects & test suites in my local machine. Can you please guide a little more on below point : You need to develop a script which can call soapui internally to process further. Please see attached image for soap ui projects. Re: How can I schedule the tests to run automatically one a day Thanks for the information Musaffir, Out of the points you mentioned. I have tried doing- Use SoapUI command line runner and configure Jenkins job to use that. I got some commnads to give to schedule , buit the build failed each time with different errors. When I tried to search the errors on internet, I got confusing stuff like plugins, maven etc. I am new to Jenkins and know nothing about Maven :( Also as mentioned by you in my other post -> "Then create Jenkins Job where you have your SoapUI project ( it could be either in a version control system, or in local jeknins dir itself)" I could not understand what is meant by ->version control system, or in local jeknins dir itself I have a jenkins url used by developers in my team and after login to that URL I did below: 1.Created a project . Please see attached images 2. Configured it . 3. Gave periodic run 4. Command sepecifying the loaction of project & reference to test suite. Please let me know if this is the process to schedule soap ui test suites using jenkins or anything else is required whcih I am not doing ?. Do i need to install any plugin to schedule my soap ui (open source) tests with jenkins ? Hi, I am trying really hard to schedule automatic runs of my test suites in soap ui (open source), but not able to find any solution. Before giving up, i want to try if we can schedule the test suites using Jenkins. Can anyone please guide if we need to install any plugin or jar to integrate soap ui with jenkins. I have tried searching on google and smartbear community but did not find any answer.