Open writerity-marina-funatsu opened 4 months ago
@writerity-mami-asakura
お疲れ様です!お手すきの際レビューをお願いいたします。
参考:https://qiita.com/Keiji_otsubo/items/69d196cf02dc7d3663b6
上記、ほぼ参考資料のコードコピペで完了してしまったため、constで定義せずに記述する方法を考えてみようと思い、色々試したところ一応合格が出ました。
こちらも間違っているところがあれば教えていただけますと幸いです。
@writerity-marina-funatsu 課題お疲れ様でした!合ってます!
Purpose of this assignment
Understand how to write test script in Postman Postmanでのテストスクリプトの書き方を理解する。
Assignment 1
Please write a test script to check if we can get product information from 下記のプロダクト情報を確認するテストスクリプトを作成する。 https://fakestoreapi.com/
What to do:
Create GET request for getting product id = 10 / Product id =10のプロダクトを取得するGETリクエストを作成する
https://fakestoreapi.com/products/
Write a test script
The things to check (What test script should check)/テストスクリプトに含めるべきこと
Reference
Test Script for Postman https://learning.postman.com/docs/writing-scripts/test-scripts/