JMeter – REST API Testing – A Complete Data-Driven Approach
In this article, I would like to show you a data-driven approach for REST API testing. If you are new to JMeter/REST API Testing, I would like to read this article first to get some idea. Goal: Our aim...
View ArticleJMeter – User Load Distribution Using Throughput Controller
In this article, Lets see how we can distribute the load across the critical scenarios of the application using Throughput Controller in JMeter. Overview: Identifying the Critical business transactions...
View ArticleExtending JMeter – Creating Custom Config Element – Property File Reader
JMeter is one of the best open source tools in the Test Automation Community. It comes with all the possible extensions to come up with our test scripts quickly. To make our life even more easier, It...
View ArticleJMeter – Understanding the Scope of Variables & Sharing among Threads and...
In this article, We will see how we could define variables in JMeter in such a way that they can be accessed by only within the thread all the threads within thread group the whole test plan in global...
View ArticleJMeter – How To Add Grafana Real Time Results In Jenkins Build Description
Overview: Testautomationguru already has released few detailed articles on creating real time results during Performance Testing. If you have not read them before, I would suggest you to check them out...
View ArticleJMeter – How To Do Web Scraping
Overview: We have millions of web sites! They all offer tons of data which can be viewed only by a web browser. Most of the sites do not provide any mechanism to save the data in your local machine we...
View ArticleBest Practices – MicroServices – Contract Testing
Overview: Microservice is a software architectural style in which a software application is developed as a set of loosely coupled, small and modular services. Each service implements a business...
View ArticleJMeter – How To Execute Different Performance Test Strategies
Overview: Load testing, implemented properly and performed throughout the development cycle, can significantly reduce the number of failures experienced by an application. Performance related issues in...
View ArticleJMeter / Selenium WebDriver – How To Trigger Automated Test Execution From Slack
Overview: We use Slack in our organization. You might also be using Slack for communicating information among the team members in your org. Slack is a great tool and it keeps everyone up to date and...
View ArticleJMeter – Understanding Aggregate & Summary Reports Results
Overview: In TestAutomationGuru, we have seen many advanced JMeter/Performance Test result related articles. However I keep getting basic questions from readers that they would like to know how to...
View Article