JMeter
でテストを実行しようとしていますが、応答アサーションで特定のフォーマットのテキストが必要ですが、要求に応じて動的に変更することができます。Jmeterでの動的応答アサーションの作成
{
"method": "<<Getting from the csv config file",
"student_id": "<<getting from the csv config file>>",
"term_id": "<<Getting from the csv Config file>>",
"crns": [{
"status_cd": "<<A numeric code from the response>>",
"section": "<<N or Y from response>>",
"message": "<<String value from response>>",
"crn": "<<Getting from the csv config file>>"
}]
}
私は上記の形式
感謝をJSON Path言語を使用する方法を学習しJSON Path - Getting StartedとAdvanced Usage of the JSON Path Extractor in JMeterを参照してくださいを使用して数回クリックするだけでインストールすることができますあなたの反応。 \t リンクに記載された手順を実行していますが、このエラーが発生しますアサーションエラー:falseアサーションエラー:trueアサーションエラーメッセージ:テストに失敗しました:メッセージに/ json_receive {"method": "ADD"、 "student_id" : "0442448"、 "term_id": "217287"、 "c rns":[{"status_cd": "000"、 "section": "Y"、 "message": "*" json_receive {"method": "ADD"、 "student_id": "0442448"、 "term_id": "217287"、 "crns": "209228"}} ":" {"status_cd": "000"、 "section": "Y"、 "message": "成功登録済み"、 "crn": "209228"}}} – Ram