Upgrade to Pro — share decks privately, control downloads, hide ads and more …

QAスタブ ~テストデータを自動生成してリリース効率アップ!~

Avatar for Yuta Okazaki Yuta Okazaki
September 26, 2024

QAスタブ ~テストデータを自動生成してリリース効率アップ!~

PayPay / Rakuten Group / Techtouch - QA Night #1 発表資料
https://qa-night.connpass.com/event/327008/

Avatar for Yuta Okazaki

Yuta Okazaki

September 26, 2024
Tweet

Other Decks in Technology

Transcript

  1. 2

  2. 3

  3. 4

  4. 5

  5. 7

  6. 8

  7. 9

  8. 10

  9. 12

  10. 14

  11. 15

  12. 16 GET /api/point?user=1234 HTTP1.1 HTTP1.1 200 Content-Type: application/json { "user":

    1234, "point": 5678 } { "request": { "method": "GET", "urlPath": "/api/point", "queryParameters": { "user": { "equalTo": "1234" } } }, "response": { "status": 200, "body": "{\"user\":1234,\"point\":5678}", "headers": { "Content-Type": "application/json" } } }
  13. 20

  14. 23

  15. 24