SoapUI Beginner Tutorial 18 - How to run SoapUI tests on Jenkins | SoapUI with Jenkins

  Рет қаралды 37,607

Automation Step by Step

Automation Step by Step

Күн бұрын

Пікірлер: 62
@mayankjain9941
@mayankjain9941 4 жыл бұрын
Thank you Raghav, for the wonderful session.
@RaghavPal
@RaghavPal 4 жыл бұрын
Most welcome Mayank
@davanthi5325
@davanthi5325 Ай бұрын
Hi How to see the SOAP port in jenkins
@nishant3399
@nishant3399 5 жыл бұрын
Such a simple way of teaching. Kudos @raghav pal
@RaghavPal
@RaghavPal 5 жыл бұрын
Thanks for watching Nishant
@raghavendrakothamangala6328
@raghavendrakothamangala6328 5 жыл бұрын
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
@RaghavPal
@RaghavPal 5 жыл бұрын
You're welcome Raghavendra
@MNAndoMN
@MNAndoMN 6 жыл бұрын
Thanks a lot. Very informative for the firsts steps with Jenkins to run SopaUI.
@RaghavPal
@RaghavPal 6 жыл бұрын
You're welcome Andranik
@GotYourWallet
@GotYourWallet 6 жыл бұрын
Thank you this is excellent for someone who is new to both Jenkins and SoapUI!
@RaghavPal
@RaghavPal 6 жыл бұрын
Glad to know this
@ratnaji745
@ratnaji745 3 жыл бұрын
Thank you for the shortcut to reach the command prompt and its nice session it's useful
@RaghavPal
@RaghavPal 3 жыл бұрын
You are welcome
@oram8787
@oram8787 6 жыл бұрын
Thanks bro..ur teachings r simple and easy to understand..👍
@RaghavPal
@RaghavPal 6 жыл бұрын
Glad to know this.
@somanathmore3777
@somanathmore3777 4 жыл бұрын
Thanks A lot to you this is really helpfull for me 🙂
@RaghavPal
@RaghavPal 4 жыл бұрын
Most welcome Somanath
@priteshkhambekar
@priteshkhambekar 9 ай бұрын
Hi Raghav, Do we have video that show how we can run SOAPUI test cases into Azure DevOps pipeline? Thanks
@RaghavPal
@RaghavPal 9 ай бұрын
Not yet Pritesh
@priteshkhambekar
@priteshkhambekar 9 ай бұрын
@@RaghavPal Ok Raghav Thanks
@seetashewale3931
@seetashewale3931 2 жыл бұрын
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.
@RaghavPal
@RaghavPal 2 жыл бұрын
Hi Seeta, what is the problem, will need more details, error messages, logs, etc.
@seetashewale3931
@seetashewale3931 2 жыл бұрын
@@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.
@RaghavPal
@RaghavPal 2 жыл бұрын
Sure, can let me know whenever you need help
@athulliapaulose
@athulliapaulose 5 жыл бұрын
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.
@RaghavPal
@RaghavPal 5 жыл бұрын
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
@madhupradhan9277
@madhupradhan9277 4 жыл бұрын
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
@RaghavPal
@RaghavPal 4 жыл бұрын
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
@lokeshugalmugale7134
@lokeshugalmugale7134 4 жыл бұрын
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)
@RaghavPal
@RaghavPal 4 жыл бұрын
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
@priteshkhambekar Жыл бұрын
Nice Video
@RaghavPal
@RaghavPal Жыл бұрын
Thanks Pritesh
@mehakverma3400
@mehakverma3400 6 жыл бұрын
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?
@RaghavPal
@RaghavPal 6 жыл бұрын
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
@SwarupDasCaz
@SwarupDasCaz 6 жыл бұрын
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.
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Swarup, pls send me the commands you are using. Also your jenkins and soapui project are on same system?
@giladhershcovitz1849
@giladhershcovitz1849 4 жыл бұрын
Awesome! thank you very much.
@RaghavPal
@RaghavPal 4 жыл бұрын
You're welcome Gilad
@jitendermaurya9717
@jitendermaurya9717 2 жыл бұрын
Where to place soap ui license in jennkins
@RaghavPal
@RaghavPal 2 жыл бұрын
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
@testingtrail
@testingtrail 6 жыл бұрын
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"''' } } }
@imtiyazmohammed9584
@imtiyazmohammed9584 6 жыл бұрын
Thanks a lot. Really helpful. Do you provide training too?
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Imtiyaz, what topics are you interested in.
@radhikasatam7844
@radhikasatam7844 5 жыл бұрын
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?
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Radhika, pls check the logs to see what the failure is for. Ideally the job should get failed if any test fails
@fitcircleyuliastar9620
@fitcircleyuliastar9620 5 жыл бұрын
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?
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi, for free ver, you can do from git command line, You can watch this - kzbin.info/aero/PLhW3qG5bs-L8OlICbNX9u4MZ3rAt5c5GG
@fitcircleyuliastar9620
@fitcircleyuliastar9620 5 жыл бұрын
@@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
@RaghavPal
@RaghavPal 5 жыл бұрын
I will try to take this up but can take some time
@nikhilthombare2094
@nikhilthombare2094 5 жыл бұрын
Hi Raghav, How to Generate HTML report in Jenkins using soapUI free version (.xml file) ? please tell any command for that??
@RaghavPal
@RaghavPal 5 жыл бұрын
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
@nikhilthombare2094
@nikhilthombare2094 5 жыл бұрын
@@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?
@nikhilthombare2094
@nikhilthombare2094 5 жыл бұрын
@@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
@RaghavPal
@RaghavPal 5 жыл бұрын
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
@vbfelipe
@vbfelipe 5 жыл бұрын
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 ?
@RaghavPal
@RaghavPal 5 жыл бұрын
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
@vbfelipe
@vbfelipe 5 жыл бұрын
@@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.
@RaghavPal
@RaghavPal 5 жыл бұрын
Pls show me the commands
@pratyushtripathy1463
@pratyushtripathy1463 4 жыл бұрын
showing error testrunner.bat is unrecognised
@RaghavPal
@RaghavPal 4 жыл бұрын
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
SoapUI Beginner Tutorial 19 - How to create API MONITORS | AlertSite
10:47
Automation Step by Step
Рет қаралды 16 М.
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
SoapUI Tutorial #30 - Run TestCase, TestSuite, Project from CommandLine
12:41
Software Testing Mentor
Рет қаралды 1,6 М.
Jenkins Tutorial #8 - Run Test Cases from Github using Jenkins
9:19
Software Testing Mentor
Рет қаралды 29 М.
SoapUI Beginner Tutorial 6 - How to Get and Set Properties through GROOVY scripts
18:56
Integrate Jenkins in Postman
10:54
Postman
Рет қаралды 10 М.
SoapUI Beginner Tutorial 8 - GROOVY Scripting in SoapUI | Getting Started
22:18
Automation Step by Step
Рет қаралды 94 М.