My GitHub Projects: Difference between revisions
Jump to navigation
Jump to search
m
→JavaScript Selenium Jest Assessment (2023)
mNo edit summary |
|||
Line 36: | Line 36: | ||
Please keep your code simple and concise. | Please keep your code simple and concise. | ||
|} | |} | ||
== [https://github.com/VincentDirks/SecuritEaseTechAssessment Java, TestNG, REST Assured Tech Assessment] (2023) == | |||
'''Instructions Received:''' | |||
<nowiki> | |||
Quality Engineer Test | |||
This is a practical test to understand your ability to create a test for an API. following the below instructions: | |||
API Test: | |||
Code Test: API Testing with Java, Junit, and RestAssured | |||
Scenario: Automate the testing of a basic API functionality for a sample RESTful API. | |||
Requirements: | |||
1. Use Java, Junit, and the RestAssured library for API test automation. | |||
2. The sample API endpoint is: https://reqres.in/api/users?page=2 | |||
3. The API returns a list of users in JSON format. | |||
Tasks: | |||
1. Write a test script that automates the following scenarios: | |||
- Retrieve the list of users from the API. | |||
- Validate the response status code, content type, and schema. | |||
- Perform assertions to verify the correctness of the response data. | |||
2. Use appropriate assertions to validate the test results. | |||
3. Provide comments to explain the purpose of each test step. | |||
</nowiki> | |||
== JavaScript: [https://github.com/vincentd123/Postman-Object-Models Postman Object Models] (2019 & 2020) == | == JavaScript: [https://github.com/vincentd123/Postman-Object-Models Postman Object Models] (2019 & 2020) == |