Selenium is a de-facto testing framework for web applications
...RECENT BLOG

2020 / 2 / 27

2020 / 2 / 27

2020 / 2 / 27

2020 / 2 / 27

2020 / 2 / 27
Regular Expression Extractor uses regular expression string to fetch some values from response of one request and pass it on to another request. The value(s) which is extracted can be stored in any variable and can be used for reference in any further request in the test plan. Values can be extracted from Response Body, Response/Request Headers, URL, Response Code and Response Message of the request when you add this Post Processors to it.
Using of Regular Expression Extractor in a test plan, will save us a lot of time in creating or enhancing a test plan.
Adding Regular Expression Extractor in a test plan:
Choose a request in a Test Plan from which you want to extract the value and Right click the request and select Add >>Post Processors >>Regular Expression Extractor .
Fields of Regular Expression Extractor:
Example: Below is the response data of the login request which we have and we need pass ID for the next or further requests in the Test Plan.
Response data:
{"ID":37035,"FirstName":"Tom","LastName":"S","UserName":"Tom","EmployeeID":"EMP005150","ProgramID":"311","ProgramRoleID":"237"}
By adding Regular Expression Extractor post processor to the login request and fields of the post processor can be defined as:
The special characters used for regular expressions are:
RegExp Tester: We have RegExp Tester in View Result Tree to test regular expressions directly on sampler response data.
This is all about the Regular Expression Extractor in JMeter and its usage. Read more blogs related to JMeter and various aspects of testing here.
2020 / 2 / 27
2020 / 2 / 27
2020 / 2 / 27
2020 / 2 / 27
2020 / 2 / 27
Can Selenium be used for Testing ?
Mock Frameworks vs. Microsoft Fakes