- JMeter Cookbook
- Bayo Erinle
- 130字
- 2021-08-05 17:36:28
Introduction
When testing applications, it is important to know how to handle the responses from the several requests that constitute the test script. In this chapter, we will tackle how to deal with various server responses for applications under test. These include handling XML, JSON, and HTML responses. It's even more important to know how to extract information contained in those responses, as you might need them to feed data dynamically to your script down the execution chain. Preprocessors and postprocessors, as their names imply, are applied before and after samplers respectively to extract information from server responses, which can then be stored and used later down the execution chain. In the later recipes, we cover how to handle file uploads with JMeter and assert the correctness of such responses.
- Building Computer Vision Projects with OpenCV 4 and C++
- 數據產品經理高效學習手冊:產品設計、技術常識與機器學習
- Python廣告數據挖掘與分析實戰
- 一個64位操作系統的設計與實現
- 跟老男孩學Linux運維:MySQL入門與提高實踐
- 金融商業算法建模:基于Python和SAS
- 新基建:數據中心創新之路
- Hadoop大數據開發案例教程與項目實戰(在線實驗+在線自測)
- 聯動Oracle:設計思想、架構實現與AWR報告
- Deep Learning with R for Beginners
- PostgreSQL高可用實戰
- Oracle 11g數據庫管理員指南
- 數字化轉型實踐:構建云原生大數據平臺
- 領域驅動設計精粹
- ECharts數據可視化:入門、實戰與進階