Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple TestCases for Multiple Projects/Products : using Fixtures #7

Closed
sacredabhishek opened this issue Aug 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@sacredabhishek
Copy link
Member

Problem Statement
Testing Setup at one place for API Endpoints related to multiple Products/ Projects (Grouping) : Using Fixtures

Solution
Executing the Testcases for Specific Project form the reshaped Testing Code Block with Grouping of Endpoints with Product/Project and Save the Test Cases and their respective outcomes in to different collections. for example:

  1. Product A - Lifeeazy
    i. API Collections Mapped in a Group
    ii. Test Cases uploaded via API
    iii. Test Case saved in MongoDB Collection for Lifeeazy
    iv. Test Case Execution and Saved Data for the processed / executed test cases in MongoDB
  2. Product B - IVINPro
    i. API Collections Mapped in a Group
    ii. Test Cases uploaded via API
    iii. Test Case saved in MongoDB Collection for IVINPro
    iv. Test Case Execution and Saved Data for the processed / executed test cases in MongoDB

Additional context
By Using Fixtures on execution of the testing; test cases will be executed for the Specific Product/Project.

@sacredabhishek sacredabhishek added the enhancement New feature or request label Aug 9, 2023
@sacredabhishek
Copy link
Member Author

Executing the Testcases for Specific Project form the reshaped Testing Code Block with Grouping of Endpoints with Product/Project and Save the Test Cases and their respective outcomes in to different collections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants