30 Days of API Testing Day 30: Complete Exercise 4

I using the Postman for Ex4. I did update the my Exercise 3 to complete this exercise.

Here is my work:

  • Create the bookingdata.csv file for the data
    image

  • Update the body of request to booking to using the data from file instead using the hard-code data.
    image

  • Running the collection with the data file:
    image
    Note: To make sure the data is correct, using the Preview button
    image

  • Here is the result:
    image

P/s: The code on Katalon for this exercise is so cool. I challenge myself do this exercise again on Katalon :smiley_cat:

3 Likes