Skip to content

Feature Request: Expand Test Cases to Include Additional Data Sets #1

@flamewalker103-commits

Description

@flamewalker103-commits

Feature Request: Expand Test Cases to Include Additional Data Sets

Currently, the project demonstrates Data Driven Testing (DDT) using a limited data set of numbers from 1 to 10. To enhance the robustness of the testing process and cover a broader range of scenarios, it would be beneficial to include additional test cases with different data sets, such as:

  1. A negative number set (e.g., -1 to -10)
  2. A larger set of numbers (e.g., 11 to 100)
  3. Special characters and strings to evaluate error handling (e.g., !@#, test, etc.)

Benefits:

  • Increased Test Coverage: Including these variations would help identify how the Google Search API handles different input types.
  • Enhanced Learning Opportunity: Users will have a chance to see practical examples of how to deal with various scenarios in Postman as part of DDT.
  • Comprehensive Documentation: This can serve as a more thorough guide for users looking to expand their understanding of API testing.

Suggested Implementation:

  • Create additional JSON data files with the new test cases.
  • Update the README to include instructions on how to use these new data files for testing in Postman.

Implementing this feature will enrich the project and provide users with a more comprehensive testing framework.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions