JMeter Fetch Data from JSON Response in Jmeter | JMeter API Performance Testing

Поделиться
HTML-код
  • Опубликовано: 19 сен 2022
  • This video explains complete steps to Read or Get Data from JSON Response in Jmeter
    JOSN body used in the video :
    {
    "resourceType": "Patient",
    "identifier": [ { "system": "urn:oid:1.2.36.146.595.217.0.1", "value": "123786" } ],
    "name": [ {
    "family": "Chalmers",
    "given": [ "Peter", "James" ]
    } ],
    "gender": "male",
    "birthDate": "1974-12-25"
    }
    Steps to achieve this :
    1. Create a simple test suite and add a Post request
    2. Add assertion and listener to validate the result
    3. Add a Post Processor JSR223 Post Processor and write simple lines of code to read data from the JSON response
    Performance Testing using JMeter
    How to Read Data from JSON Response
    Extract data from JSON Response
    Fetch data from JSON
    To Learn JMeter step-by-step for Beginners to Advanced level, If you like this video subscribe to my channel Software Automation Experience and keep tuning up for new videos.
    You can check the below useful videos on my channel
    1. How to Automate Rest API using Jmeter | API Automation testing
    • Steps to Achieve REST ...
    2. Install JMeter and Launch it from any folder
    • How to install JMeter ...
    3. Create First Jmeter Test Suite - CI Automation Suite for Rest API Project from scratch
    • Creating First Test in...
    4. Read Test Data from CSV file in Jmeter - CSV Data Set Config - Data Driven Testing
    • JMeter : How to Read D...
    5. Write data to CSV file |CSV Data Set Config
    • JMeter : How to Write ...
    6. Property File Reader - config.properties file in Jmeter
    • JMeter : How to Load C...
    7. Jmeter Plugins Manager
    • JMeter : How to Use Pl...
    8. Read Configurations in Jmeter using Step by Step Debugger
    • JMeter : How to Load C...
    9. Jmeter result files generation after every test suite execution
    • JMeter : How to Genera...
    10. Read CICD Pipeline Results in Jmeter
    • JMeter How Analyze Jme...
    1. Jmeter Non GUI mode - Execute test suite from Command Line Interface
    • JMeter How to Run Jmet...
    12. How your Jmeter test suite should look like
    • JMeter Test Suite Fram...
    13. Set and Read Variables and Property values in Jmeter
    • JMeter Variables and P...
    14. Generate HTML Report for JMeter Test Suite Run
    • JMeter How to Create H...
    #json #jmeter #apiautomation #json #automationtesting #api #apiautomation #performancetesting #softwaretesting #softwaretester #softwaretesters #softwaretestingsolutions #softwaretestingtraining #softwaretest #sdet #jmeterresults #TestSuiteResults #CICDresults #pipelineruns #jmetercicd #CommandLine #CLI #JmeterUsingComand #maturetestsuite #aspectsofjmetersuite #completetestsuite #setvariables #setproperty #htmlreport #generatehtmlreport #JmeterResults #JmeterReport
  • НаукаНаука

Комментарии • 3

  • @nethravathiveeranna4941
    @nethravathiveeranna4941 2 дня назад

    Hi - I need to read the response header instead of response body, can you please advise?

  • @adelinab
    @adelinab 9 месяцев назад

    awesome! it worked!! thank you!!

  • @natashakaul2132
    @natashakaul2132 3 месяца назад

    Hi Sir
    I get only 6 digit OTP in plain text.
    No json
    In this case what should I do?
    Can you please help.