• Validate Add Place Api's

    2:44:35 PM / 00:00:07:455 Pass

    Validate Add Place Api's
    03.12.2025 2:44:35 PM 03.12.2025 2:44:42 PM 00:00:07:455 · #test-id=1
    PassVerify if place is successfully added into the AddPlaceAPI
    Given Validate Add place API payload name "Pavan" languauge "Hindi" and phonenumber "9533745789"
    When user call "AddplaceApi" using "POST" http request method
    Then validate Api call is success status code is 200
    And "status" code is "OK"
    And Validate the name "Pavan" should match with getresponse "GetplaceApi" with using "GET" https request method
    Given get the delete payload
    When user call "DeleteplaceApi" using "POST" http request method
    Then validate Api call is success status code is 200
    And "status" code is "OK"

Started

Mar 12, 2025 02:44:34 PM

Ended

Mar 12, 2025 02:44:42 PM

Features Passed

1

Features Failed

0

Features
Scenarios
Steps

Timeline

Tags

NamePassedFailedSkippedOthersPassed %
@Addplace 2 0 0 0 100%