Started

Apr 4, 2025 07:34:24 pm

Ended

Apr 4, 2025 07:34:35 pm

Features Passed

1

Features Failed

0

Features
Scenarios
Steps

Timeline

Tags

NamePassedFailedSkippedOthersPassed %
@DeletePlace 1 0 0 0 100%
@AddPlace 2 0 0 0 100%

System/Environment

NameValue
version 10
os windows
  • Validating Place API's

    7:34:25 pm / 00:00:10:328 Pass

    Validating Place API's
    04.04.2025 7:34:25 pm 04.04.2025 7:34:35 pm 00:00:10:328 · #test-id=1
    PassVerify if Place is being Succesfully added using AddPlaceAPI
    Given Add Place Payload with "Varshini" "English" "abc cde center"
    When user calls "AddPlaceAPI" with "POST" http request
    Then the API call got success with status code 200
    And "status" in response body is "OK"
    And "scope" in response body is "APP"
    And verify place_Id created maps to "Varshini" using "getPlaceAPI"
    PassVerify if Place is being Succesfully added using AddPlaceAPI
    Given Add Place Payload with "Genelia" "Tamil" "hello hi center"
    When user calls "AddPlaceAPI" with "POST" http request
    Then the API call got success with status code 200
    And "status" in response body is "OK"
    And "scope" in response body is "APP"
    And verify place_Id created maps to "Genelia" using "getPlaceAPI"
    Given DeletePlace Payload
    When user calls "deletePlaceAPI" with "POST" http request
    Then the API call got success with status code 200
    And "status" in response body is "OK"