-
Notifications
You must be signed in to change notification settings - Fork 335
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
Implement Mock Data provider for API Testing #496
Comments
Can I work on this issue??? |
You can mention the below details in this thread:
|
Implementation Details
|
As you are a first time contributor to this project, I recommend you to pick up an open issue first and resolve it to get familiar with the codebase, before working on adding this completely new feature. |
Alright, Thanks for your response. |
Implement Mock Data provider for API Testing
Description
Currently, when testing API endpoints in the API Dash repository, users must manually enter or modify details such as email, username, and other user-specific information. This manual effort can be tedious and error-prone, especially during repeated testing. To streamline this process, we propose implementing a feature that generates random placeholder values for common fields like
email
,username
, etc.Feature Details
Introduce a set of predefined random data variables (e.g.,
{{$randomEmail}}
,{{$randomUsername}}
) that can be used in the API requests. These placeholders will automatically populate with randomized data when the API is called, allowing testers to quickly simulate unique user details without manual input.Benefits
Implementation Suggestions
{{$randomEmail}}
with generated values.This feature will greatly enhance developer productivity and provide a more seamless testing experience in the API Dash environment.
The text was updated successfully, but these errors were encountered: