API Automation Testing - Multiple Test Cases for Multiple Projects/Products #41
neelidevikanjali
announced in
Tech-Stack
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This update release of API Testing Via Playwright Using Python at Vivify Healthcare is part of the company's research and development efforts to find the best technology stack that is both sustainable and affordable.
Playwright is a cross-browser automation tool that allows developers to automate user interactions with web applications. Playwright is not a term that is typically associated with the Python programming language. However, there is a Python package called "playwright-python" which provides a Python API for the Playwright testing and automation library. With Playwright Python, developers can write scripts to interact with webpages using a variety of browsers such as Chromium, Firefox, and Webkit.
Problem Statement
Testing Setup at one place for API Endpoints related to multiple Products/ Projects (Grouping) so that it is not required to have multiple Testing Setup for different different projects.
Repository: https://github.com/vivifyhealthcare/Playwright_API_Testing/tree/6-multiple-testcases-for-multiple-projectsproducts
Solution
Reshaped the Testing Code Block for Grouping the Endpoints with Product/Project and Save the Test Cases and their respective outcomes in to different collections.
Check Feature Request : SajixInc/Playwright_API_Testing#6
Beta Was this translation helpful? Give feedback.
All reactions