desktop_windows
Features
1 features passed
0 features failed, 0 skipped
Scenarios
3 scenarios passed
0 scenarios failed, 0 skipped, 0 others
Steps
16 steps passed
0 steps failed, 0 skipped, 0 others
Timeline (seconds)
  • Validating Place API's Apr 4, 2025 07:34:25 pm Pass
    00 00 07.879
    check_circle Scenario Outline: Verify if Place is being Succesfully added using AddPlaceAPI


    namelanguageaddress
    VarshiniEnglishabc cde center
    GeneliaTamilhello hi center
    • check_circleVerify if Place is being Succesfully added using AddPlaceAPI
      @AddPlace
      • check_circleGiven Add Place Payload with "Varshini" "English" "abc cde center"
      • check_circleWhen user calls "AddPlaceAPI" with "POST" http request
      • check_circleThen the API call got success with status code 200
      • check_circleAnd "status" in response body is "OK"
      • check_circleAnd "scope" in response body is "APP"
      • check_circleAnd verify place_Id created maps to "Varshini" using "getPlaceAPI"
    • check_circleVerify if Place is being Succesfully added using AddPlaceAPI
      @AddPlace
      • check_circleGiven Add Place Payload with "Genelia" "Tamil" "hello hi center"
      • check_circleWhen user calls "AddPlaceAPI" with "POST" http request
      • check_circleThen the API call got success with status code 200
      • check_circleAnd "status" in response body is "OK"
      • check_circleAnd "scope" in response body is "APP"
      • check_circleAnd verify place_Id created maps to "Genelia" using "getPlaceAPI"
    00 00 02.422
    check_circle Scenario: Verify if Delete Place functionality is working
    @DeletePlace
    • check_circleGiven DeletePlace Payload
    • check_circleWhen user calls "deletePlaceAPI" with "POST" http request
    • check_circleThen the API call got success with status code 200
    • check_circleAnd "status" in response body is "OK"
  • @DeletePlace 1
    Passed: 1
    Timestamp TestName Status
    Apr 4, 2025 07:34:33 pm Verify if Delete Place functionality is working Pass
  • @AddPlace 2
    Passed: 2
    Timestamp TestName Status
    Apr 4, 2025 07:34:25 pm Verify if Place is being Succesfully added using AddPlaceAPI Pass
    Apr 4, 2025 07:34:30 pm Verify if Place is being Succesfully added using AddPlaceAPI Pass
Dashboard
Features
1
Scenarios
3
Steps
16
Start
Apr 4, 2025 07:34:24 pm
End
Apr 4, 2025 07:34:35 pm
Time Taken
00 00 11.197
Environment

 

Name Value
version 10
os windows
Categories

 

Name Passed Failed Skipped Passed %
@DeletePlace 1 0 0 100%
@AddPlace 2 0 0 100%