Mozzarella

Home

Create Test Tabs

This addon allows you to register pages with forms from your project, form input combinations for each page and name and value pairs for each combination. After registering a page with one or more combinations of form inputs, you can click the Create Test Tabs button and your browser will create a tab for each combination. Each tab opened in your browser in this way will appear with the form filled in with the respective name and value pairs of the combination. So, just submit each form and check if the result found is the expected result. This addon is recommended for developers who need to run the same tests several times on each form page of the web project they are developing.

Step by step:
Install this addon;
Click on the toolbar icon;
This addon's page will open. Read the instructions;
Register a page from a web project (localhost) that contains a form (just choose the name of the page, enter the URL and click register);
Expand the options for the page you registered;
Create one or more combinations of form inputs, add name and value pair for each desired input;
Click on "Create Test Tabs" button, for each combination the browser will create a tab with the form filled out.

Install
Add a page of your project that has a form. Expand options to create new form input combinations. The more combinations you add the less you need to retype when testing again. After clicking Create Test Tabs, First combination resulted in a new tab with filled form. Second combination is another tab to test with the form already filled in and so on. You can add other pages too, everything is saved locally even after closing the browser.