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.
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.
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.
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
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.
About this blogHey folks!, In this blog let’s see how to implement authentication flow in our Angular application and also will cover how to emulate this flow in our local development.
Azure Static Web App authenticationSWA provides a streamlined authentication experience. By default , you have access to three providers that is pre-configured or you do have option to register a custom provider
Standard plan Custom authentication however is only available in Standard Plan By default Azure provides us with two built-in roles