Home United States USA — software How to Perform Chaos Testing in LoadRunner Using Gremlin

How to Perform Chaos Testing in LoadRunner Using Gremlin

117
0
SHARE

This post will detail the steps on how to run chaos experiments in LoadRunner Professional using Gremlin integration.
Join the DZone community and get the full member experience. Chaos testing is a subset of chaos engineering. Think of performance testing as a subset of performance engineering. Simply put, you break things on purpose and learn how you can make your systems reliable. To integrate Gremlin with LoadRunner Professional 2022, the following prerequisites are required: To demonstrate the integration, let us use an EC2 instance on AWS with nginx installed on your favorite Linux distro. Login to your AWS console and spin up an instance. In this example, let us use Ubuntu. Once the instance is spanned up, SSH into it to install nginx and Gremlin. Launch http:// to view the nginx home page. If you do not see the nginx home page as below, please validate the security groups. The next step is to download and install Gremlin on the Linux box. Login to your Gremlin account. On the home page, you can find the steps to follow. After successful installation, let us configure the Gremlin Control Plan using the Team ID and Secret Key. Enter the below command and hit enter to copy the Team ID and Secret Key. To grab the Team ID, go to your Company > Team > Configuration. To grab a Secret Key, check your registered email ID or you can reset it. Once the configuration is successful, you should get the below success message.

Continue reading...