-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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:
- A negative number set (e.g., -1 to -10)
- A larger set of numbers (e.g., 11 to 100)
- 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
Labels
No labels