Friday, January 25, 2019

Jenkins Overview Jenkins is an powerful open source automation server. It is platform independent . You can combine with any tool unparalleled plugin ecosystem to support practically every tool as part of your delivery pipelines. It is widely used for continuous integration & continuous delivery  Jenkins History Jenkins was originally...

Wednesday, January 16, 2019

Step by step Jenkins Tutorial for Testers In this course you will learn about Jenkins. Famoust CI tool. Jenkins - Tutorial course content Jenkins - Overview Jenkins - Installation Jenkins - Configuration Jenkins - Management Jenkins - Setup Build Jobs Jenkins - Unit Testing Jenkins - Automated Testing Jenkins - Notification Jenkins - Reporting Jenkins - Metrics...

Friday, January 11, 2019

I was facing this issue when I was trying to run JMETER from CMD/ Command prompt / Non Gui, Even JMETER was working fine in GUI mode. To run I started JMETER in Bin path of JMETER and ran below query C:\tools\apache-jmeter-5.0\bin> jmeter -n -t "C:\Users\incvelh\Desktop\JMETER\HTTP Request.jmx" it was giving me error JMETER is not a recognized...

Wednesday, January 9, 2019

 To parse JSON response we need to use JSON Extractor and Bean Shell Post Process (Here we need some do coding) Add JSON Extractor & Bean Shell post processor to thread group Right click on Thread Group> Add>Post Processor JSON Extractor & Bean Shell post processor added to thread group  We are capturing “geoAddressId” and will save it...

Monday, January 7, 2019

How to pass variable data in JMETER request How to use CSV data set config in Jmeter for passing varible data in JSON request  To create real-time scenario we need to pass variable data in request. For this we can use “CSV data set config”. Right click on Thread group > Add> Config Element> CSV Data Set Config You will see CSV data set config...

Popular Posts