/images/avatar.png

Let's talk Azure

Azure Load Testing Series - Create and run a load test

About this blogHey folks!, We have already seen a brief about a high level overview of azure load testing in the first blog of this series. In this blog we will see how to create and run a load test in Azure. Create Load test resource Creating resource In your azure portal select + create a resource and search for Azure Load Testing ( It is still in preview stage when this blog was created )

Azure Load Testing Series - Accessing bearer token in Jmeter between different thread groups using BeanShell Assertion

About this blogHey folks!, In this blog we will see how to pass bearer token dynamically between two different thread groups using bean shell assertions. We will continue with the same Mock API that we used in our previous blog Mock APIIn order to cover the scenarios, I have used a mock API that exposes token endpoint and a dummy GET endpoint. Mock API Mock Oauth Token endpoint Extract token between two thread groups using BeanShell assertions Creating two thread groups Now we can move our existing “Get access token” HTTP request to newly created thread group Create BeanShell assertion Now we can set a property similar to global variables that can be referenced in other thread groups In the script window type below command 1 props.

Azure Load Testing Series - Accessing bearer token in Jmeter using JSON extractor

About this blogHey folks!, In this blog we will see how to pass bearer token dynamically while running the test plans. Mock APIIn order to cover the scenarios, I have used a mock API that exposes token endpoint and a dummy GET endpoint. Mock API Mock Oauth Token endpoint Extract token within a thread group using JSON Extractor Configuring GET endpoint with HTTP Header manager Create ThreadGroup and Add HTTP request , ThreadGroups->Add->Sampler->HTTP Request Create HTTP Request for GET endpoint : https://httpbin.

Azure Load Testing Series - Configure Jmeter

About this blogHey folks!, In tis blog we will see in detail about Apache Jmeter. GUI walkthrough Jmeter TestPlan It can visualized as a script for running tests It helps us to define the sequential flow of our business use case It is saved in form of JMX extension file which is required in Azure Load Testing framework to run tests Jmeter ThreadGroups It represents the group of threads Jmeter will be using during the load test.

Azure Load Testing Series - Setup

About this blogHey folks!, In tis blog we will see what are the pre-requisites to run performance testing in Azure Load Testing framework. Purpose of load testing In order to say that application is ready to move into production , we might need to know how it will perform in real user scenarios or how it will be affected by normal and peak loads. It allows us to identify the bottlenecks/defects in your architecture

AzPark: SWA - Architecture

About this blogHey folks!, In this blog we will see about the high-level architecture of our Az-Park site Az-Park architecture will be constantly updated, the one as part of this blog is the initial version as of dated 2nd October 2021 Cost incured in the past monthMy total cost of Az-Park is less than ₹50 per month . For the demo purpose I have moved Azure cognitive services to standard plan , so that everyone can try out the feature.