0% found this document useful (0 votes)
74 views

Tugas Besar Katalon - API

The test summary document reports on the results of running test cases for a user management system. The test suite passed with 3 test cases - create, update, and delete - all passing. The create test case tested adding a new user, update tested updating an existing user, and delete tested removing a user. All steps within each test case passed as indicated in the details sections.

Uploaded by

ryu putra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views

Tugas Besar Katalon - API

The test summary document reports on the results of running test cases for a user management system. The test suite passed with 3 test cases - create, update, and delete - all passing. The create test case tested adding a new user, update tested updating an existing user, and delete tested removing a user. All steps within each test case passed as indicated in the details sections.

Uploaded by

ryu putra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

user management

Execution Environment
Host name use - kuroi
Local OS Linux 64bit
Katalon version 8.3.0.208
Browser null

Summary
ID Test Suites/user management
Description

Total 3
Passed 3 Failed 0
Error 0 Incomplete 0
Skipped 0

Start 2022-04-26 02:07:24 End 2022-04-26 02:07:31


Elapsed 7.127s

# ID Description Status
1 Test Cases/create PASSED

2 Test Cases/update PASSED

3 Test Cases/delete PASSED


create

Information

ID Test Cases/create

Description

Tag

Start 2022-04-26 02:07:24 End 2022-04-26 02:07:28

Elapsed 3.980s

Status PASSED

Details

# Description Elapsed Status


1 name = "Yus" 0.003s PASSED

2 job = "Tester" 0.002s PASSED

3 response = sendRequest(findTestObject("create", ["name":name, "job":job])) 3.265s PASSED

Send request successfully

4 verifyResponseStatusCode(response, 201) 0.021s PASSED

Verify response status code successfully

5 comment("Got response: 0.045s PASSED


" + response.getResponseBodyContent())

Got response:
{"name":"Yus","job":"Tester","id":"188","createdAt":"2022-04-25T19:07:27.505Z"}

6 verifyElementPropertyValue(response, "name", name) 0.076s PASSED

Verify element property value successfully


create

# Description Elapsed Status


7 verifyElementPropertyValue(response, "job", job) 0.037s PASSED

Verify element property value successfully

8 id = getElementPropertyValue(response, "id") 0.046s PASSED


update

Information

ID Test Cases/update

Description

Tag

Start 2022-04-26 02:07:28 End 2022-04-26 02:07:29

Elapsed 1.155s

Status PASSED

Details

# Description Elapsed Status


1 nama = "Yus" 0.002s PASSED

2 surel = "yus@sv.it" 0.002s PASSED

3 kota = "Bandung" 0.001s PASSED

4 response = sendRequest(findTestObject("update", ["id":id, "nama":nama, "surel":surel, 0.758s PASSED


"kota":kota]))

Send request successfully

5 verifyResponseStatusCode(response, 200) 0.006s PASSED

Verify response status code successfully

6 comment("Got response: 0.006s PASSED


" + response.getResponseBodyContent())

Got response:
{"nama":"Yus","surel":"yus@sv.it","kota":"Bandung","updatedAt":"2022-04-
25T19:07:29.413Z"}
update

# Description Elapsed Status


7 verifyElementPropertyValue(response, "nama", nama) 0.034s PASSED

Verify element property value successfully

8 verifyElementPropertyValue(response, "surel", surel) 0.028s PASSED

Verify element property value successfully

9 verifyElementPropertyValue(response, "kota", kota) 0.024s PASSED

Verify element property value successfully


delete

Information

ID Test Cases/delete

Description

Tag

Start 2022-04-26 02:07:29 End 2022-04-26 02:07:30

Elapsed 1.120s

Status PASSED

Details

# Description Elapsed Status


1 response = sendRequest(findTestObject("delete", ["id":id])) 0.795s PASSED

Send request successfully

2 verifyResponseStatusCode(response, 204) 0.005s PASSED

Verify response status code successfully

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy