This extension was developed to ease the form testing experience as developers may need to reenter forms again and again to test them. This extension makes it trivial to store form data and reuse it again and again. It also allows for insertion of dummy valid or invalid data. For now text, number, email, password, checkboxes and radio buttons are supported.
Steps:
- Download the zip file and extract it into any new folder.
- Click on extension icon from chrome.
- Click on manage extensions.
- Turn on developer mode on the top right corner.
- Now click on load unpacked.
- Go to the folder you extracted the zip file into and click on select folder.
- Now the extension is available in the extension tab.
IMPORTANT POINTS
- Make sure Each input has a unique id and the form also has a unique id.
- Make sure the number input has a max and min attribute so that invalid data can be more accurately generated.
Steps:
- Go to any website you want to test.
- Open the extension popup to select all the forms you want to fill.
- Click on invalid data or valid data as per the testing need.
- Now the dummy data will be filled.
Steps:
- Fill the data in the form you want to save.
- Select the form you want to save.
- Click on save data button.
- Now close the popup and reopen it and your saved data should appear below saved data section associated with the form id of the data.
- To fill the saved data select the form you want to fill and the saved data for that form (So the id of the selected and saved forms should be same).
- Click on valid data button to fill your saved data.
- Now the data should appear in the form.