API Testing Tutorial for Beginners: different frameworks and different development languages

This blog post compiles tutorials on API automation testing using various frameworks and programming languages, providing readers with comprehensive learning resources. It covers a range of popular testing frameworks and programming languages, enabling you to choose the best solution for your project. Whether you’re a developer in Python, Java, JavaScript, or any other language, and whether you prefer using REST Assured, SuperTest, or other frameworks, this collection will offer you in-depth learning guides to help you navigate the field of API automation testing with ease. A must-read resource to master the various tools and techniques in API automation testing.

November 29, 2023 · 5 min · 972 words · nao.deng

SuperTest API Automation Testing Tutorial Advance Usage - Multiple Environment Support

focuses on advanced usage of SuperTest with an emphasis on multi-environment support. You will learn how to configure and manage multiple test environments for different stages of development and deployment.

November 10, 2023 · 5 min · 888 words · nao.deng

SuperTest API Automation Testing Tutorial Advance Usage - Data Driven

advanced usage of Supertest, focusing on data-driven testing. You will learn how to extend and optimize your Supertest test suite with data parameterization to improve test coverage.

November 9, 2023 · 3 min · 520 words · nao.deng

SuperTest API Automation Testing Tutorial: Advanced Usage - Common Assertions

This blog focuses on advanced usage of Supertest, with a particular focus on commonly used assertions.

November 8, 2023 · 3 min · 619 words · nao.deng

SuperTest API Automation Testing Tutorial: Advanced Usage - Integration CI CD and Github action

dive into advanced usage of Supertest, focusing on how to integrate Supertest into a CI/CD process and how to automate tests using GitHub Actions.

November 7, 2023 · 3 min · 454 words · nao.deng

SuperTest API Automation Testing Tutorial: Building a Supertest API Automation Test project from 0 to 1

dive into how to build a Supertest API automation testing project from scratch.Supertest is a popular Java library for performing REST API testing, providing powerful tools that make it easy to write automated test scripts to validate the API’sbehavior.

November 6, 2023 · 5 min · 1014 words · nao.deng

SuperTest API Automation Testing Tutorial: Getting Started and Setting Up Your Environment

a tutorial on Supertest, focusing on getting started and preparing the environment to be built.

November 5, 2023 · 8 min · 1588 words · nao.deng