Thank you Raghav, for the wonderful session. This is a very good quick start guide for first time users, creating SOAP UI tests on Jenkins. Thanks -Raghavendra
@RaghavPal5 жыл бұрын
You're welcome Raghavendra
@MNAndoMN6 жыл бұрын
Thanks a lot. Very informative for the firsts steps with Jenkins to run SopaUI.
@RaghavPal6 жыл бұрын
You're welcome Andranik
@GotYourWallet6 жыл бұрын
Thank you this is excellent for someone who is new to both Jenkins and SoapUI!
@RaghavPal6 жыл бұрын
Glad to know this
@ratnaji7453 жыл бұрын
Thank you for the shortcut to reach the command prompt and its nice session it's useful
@RaghavPal3 жыл бұрын
You are welcome
@oram87876 жыл бұрын
Thanks bro..ur teachings r simple and easy to understand..👍
@RaghavPal6 жыл бұрын
Glad to know this.
@somanathmore37774 жыл бұрын
Thanks A lot to you this is really helpfull for me 🙂
@RaghavPal4 жыл бұрын
Most welcome Somanath
@priteshkhambekar9 ай бұрын
Hi Raghav, Do we have video that show how we can run SOAPUI test cases into Azure DevOps pipeline? Thanks
@RaghavPal9 ай бұрын
Not yet Pritesh
@priteshkhambekar9 ай бұрын
@@RaghavPal Ok Raghav Thanks
@seetashewale39312 жыл бұрын
hello, Raghav sir . I tried Jenkins in many different ways and as well referred many videos to download but after trying all possible ways , I'm approaching to you in my system Jenkins is not working. please can you help me to get rid out of this problem. I stuck here from 6-7 days till today i might have run all rest and might have moved to postman.
@RaghavPal2 жыл бұрын
Hi Seeta, what is the problem, will need more details, error messages, logs, etc.
@seetashewale39312 жыл бұрын
@@RaghavPal thank you, thank you, thank you very much. Jenkins now ,I reached to create our own API on db. Json server. but whenever I come back to Jenkins and git again I need your help, please.
@RaghavPal2 жыл бұрын
Sure, can let me know whenever you need help
@athulliapaulose5 жыл бұрын
Hi Raghav I am running soap ui project from terminal - i am mimicking the way we run from jenkins. But i get this error "java.lang.IllegalStateException: Scheme 'https' not registered" for the REST calls. do you have any solution for this.
@RaghavPal5 жыл бұрын
Hi Athullia, I was checking for this online. This can help community.smartbear.com/t5/SoapUI-Pro/HTTP-test-case-Java-Error/td-p/37707
@madhupradhan92774 жыл бұрын
Hi Raghav, I am trying to execute a testCase but after Launching TestRunner getting error as Error occurred during initialization of VM Could not reserve enough space for 2097152KB object heap
@RaghavPal4 жыл бұрын
Hi Madhu, check if this helps - community.smartbear.com/t5/SoapUI-Open-Source/Error-occurred-during-initialization-of-VM/td-p/39480 Also check in case you are using 64 bit SoapUI on 32 bit machine
@lokeshugalmugale71344 жыл бұрын
Hi Raghav , getting below error , i searched on google for this error but not getting solution, Please help Configuring log4j from [C:\Program Files\SmartBear\SoapUI-5.6.0\bin\soapui-log4j.xml] log4j:ERROR setFile(null,true) call failed. java.io.FileNotFoundException: global-groovy.log (Access is denied)
@RaghavPal4 жыл бұрын
Hi Lokesh, are you admin on your system, try to run as administrator Here are some other options you can try 1. This is access rights issue, go to C:\Program Files\SmartBear\SoapUI-5.3.0\bin\soapui-log4j.xml and look for the File param values (e.g. in the GLOBAL_GROOVY_LOG appender) Set the value of the global-groovy.log to a path your current user has access to. E.g. your user directory. 2. This is a users comment: within the c:\Users\username\.soapui and .soapuios folders a plugins folder exists, (with soapui closed) I renamed the folders to something other than plugins (i.e. XXplugins), then the testrunner works without erroring out for both cmd line invocation and within soapui Ref stackoverflow.com/questions/39415710/soapui-free-edition-can-we-execute-the-tests-via-command-prompt-and-take-advan community.smartbear.com/t5/SoapUI-Open-Source/TestRunner-throwFailureException/td-p/96613
@priteshkhambekar Жыл бұрын
Nice Video
@RaghavPal Жыл бұрын
Thanks Pritesh
@mehakverma34006 жыл бұрын
Hi Raghav, I want to execute my ReadyAPI project from Jenkins, using GitHub. Can you please help what will be the command? Can i directly use the shell command or i need to create a pom.xml file?
@RaghavPal6 жыл бұрын
Hi Mehak, you can put your commands to run the ReadyAPI project in jenkins and put your project on GitHub. In Jenkins provide your github url and also select Poll SCM in trigger section. For help on git and github you can see this series - GIT & GITHUBkzbin.info/aero/PLhW3qG5bs-L8OlICbNX9u4MZ3rAt5c5GGJENKINS kzbin.info/aero/PLhW3qG5bs-L_ZCOA4zNPSoGbnVQ-rp_dG
@SwarupDasCaz6 жыл бұрын
Thanks for this guide. I've followed your steps exactly same way & the test starts. Although the same testrunner command executes the steps correctly in UI mode or in terminal, In Jenkins after 3rd step (All plugins loaded) no more further step occurs. The next step which is supposed to happen is "[WsdlProject] Loaded project from...." Any help on debugging this please. P.S- I'm using Soapui 5.4.0 free version hosted in Linux server & accordingly trying to run the shell in jenkins.
@RaghavPal6 жыл бұрын
Hi Swarup, pls send me the commands you are using. Also your jenkins and soapui project are on same system?
@giladhershcovitz18494 жыл бұрын
Awesome! thank you very much.
@RaghavPal4 жыл бұрын
You're welcome Gilad
@jitendermaurya97172 жыл бұрын
Where to place soap ui license in jennkins
@RaghavPal2 жыл бұрын
Hi Jitender, To configure the SoapUI Plugin for Jenkins, follow these steps: 1. Install the SoapUI Plugin on Jenkins 2. Go to "Manage Jenkins" > "Configure System" and scroll down to the "SoapUI" section. Here, you can specify the location of the SoapUI installation 3. On Jenkins job add a "SoapUI" build step In the "SoapUI Settings" section, specify the location of the SoapUI test project file and any additional arguments that you want to pass to the test runner 4. If you are using a licensed version of SoapUI, you will need to provide the license file. To do this, you can either place the license file in the default location specified in the SoapUI installation directory, or you can specify the location of the license file in the "SoapUI Settings" section of the build job
@testingtrail6 жыл бұрын
Just in case you want to use Jenkins Pipeline this code should work: node{ stage('Running SOAP UI legacy tests') { dir('C:/Program Files (x86)/SmartBear/SoapUI-5.4.0/bin/'){ bat '''testrunner.bat -s "" -c "" "/.xml"''' } } }
@imtiyazmohammed95846 жыл бұрын
Thanks a lot. Really helpful. Do you provide training too?
@RaghavPal6 жыл бұрын
Hi Imtiyaz, what topics are you interested in.
@radhikasatam78445 жыл бұрын
Thanks Raghav, This video is very helpful. I have followed same steps but facing one problem. Jenkins is showing successful build though my testcase is failing. Any solution for this issue?
@RaghavPal5 жыл бұрын
Hi Radhika, pls check the logs to see what the failure is for. Ideally the job should get failed if any test fails
@fitcircleyuliastar96205 жыл бұрын
How multiple people can collaborate on SoapUI (OS version) project effectively (via git?) - add/modify tests? I know pro version has that capability but can this be done with free version too?
@RaghavPal5 жыл бұрын
Hi, for free ver, you can do from git command line, You can watch this - kzbin.info/aero/PLhW3qG5bs-L8OlICbNX9u4MZ3rAt5c5GG
@fitcircleyuliastar96205 жыл бұрын
@@RaghavPal , Do you have an example how to do this for soapUI project (not just generally) - interested as the project is an xml file - how does that get updated and reloaded? I'm using git for some other Selenium/TestNg testing (different project) but cannot see a bigger picture of how to have everything setup to do that with the project I'm building in SoapUI
@RaghavPal5 жыл бұрын
I will try to take this up but can take some time
@nikhilthombare20945 жыл бұрын
Hi Raghav, How to Generate HTML report in Jenkins using soapUI free version (.xml file) ? please tell any command for that??
@RaghavPal5 жыл бұрын
Hi Nikhil, if you get junit xml reports, In Jenkins job, in post-build actions, you can select Publish JUnit reports and provide the location. After this you can also add another plugin in Jenkins called Test Result Analyzer. If you are getting reports from junit xml it will automatically show you graphs and charts
@nikhilthombare20945 жыл бұрын
@@RaghavPal Hii Raghav, i tried above configuration but its showing failure Right now, I am use this command in Windows batch command below: "C:\Program Files (x86)\SmartBear\SoapUI-5.5.0\bin\testrunner.bat" "C:\Users\Administrator\Desktop\maven soap\Project-1-soapui-project.xml" -------------this command only generate junit report in folder Also in post build Publish HTML report in that give the path but only Generate blank htmlpublisher-wrapper report i want generate HTML report like we generate in Jmeter , ZAP, etc please tell for this which command for that or any configuration?
@nikhilthombare20945 жыл бұрын
@@RaghavPal thanks Raghav, I am able to generate test result analyzer report , but can you please tell me where these reports save if i want to send this client then how can i send it
@RaghavPal5 жыл бұрын
Hi Nikhil, I don't think you can get the physical files or the reports in graphical format separately. You can still search for this online. SoapUI open source does not have many features for reporting. In case CSV reports will work for you you can get them by following these steps - dzone.com/articles/how-to-achieve-csv-reporting-in-soapui-open-source-1
@vbfelipe5 жыл бұрын
Hi, i tryed and its work...but i cant see the request and the response on the results, only if passed....can you help me ?
@RaghavPal5 жыл бұрын
Hi, I did not get you, what exactly do you need, Anything diff from what shown in the video? In case you are looking for reports on Jenkins, you will need to add some plugins
@vbfelipe5 жыл бұрын
@@RaghavPal Hi Rag. I'm gonna try to explain. In soap Ui if i run the test manually, i send the request and i got a response ( xml ). But if i run the test in jenkins, when i check de log, it doesn't show the request and the response. I put a fail assertion on soapui ( text that doesent exist on response xml ) and when i run agin the test on jenkins, its show the resquest and response xml . But when the test pass with no error. Its only show me a short log only with a sucess message.
@RaghavPal5 жыл бұрын
Pls show me the commands
@pratyushtripathy14634 жыл бұрын
showing error testrunner.bat is unrecognised
@RaghavPal4 жыл бұрын
Hi Pratyush, have you set env variables. Pls check this stackoverflow.com/questions/29093357/testrunner-bat-is-not-recognized-as-an-internal-or-external-command-operable community.smartbear.com/t5/SoapUI-Open-Source/testrunner-bat-is-not-recognized-as-an-internal-or-external/td-p/42551 Also ensure if you set variables for a specific user, it should be the same user running jenkins