Testofill, Form Filler for Testers Testofill, Form Filler for Testers

Productivity
Version: 0.14.0
Last Update: 2019-03-01

Overview

Testofill, Form Filler for Testers is a Chrome extension developed by Jakub Holý. According to the data from Chrome web store, current version of Testofill, Form Filler for Testers is 0.14.0, updated on 2019-03-01.
2,000+ users have installed this extension. 14 users have rated this extension with an average rating of .

Enable testers to fill forms automatically/on-demand based on (sets of) rules they wrote / captured.

Testofill allows you to define one or more sets of rules for filling forms on a particular page and to fill them in automatically or on demand with hardcoded or random values. It targets people that can write little CSS (such as "[name='myfield']") and that need to be able to choose from a sets of values to fill in. A typical example is a tester that needs to repeatedly fill in different search criteria to test her app and thus wants to define rule sets such as "Simple book search" and "Advanced book search".

The main advantages are being able to have multiple sets of values for a single form, having full access to and control over these values, and ability to generate random values.

It is also possible to create rules automatically from a filled form and adjust them later.

Tip: You need to enable the extension in Incognito mode on the Extensions page if you want to be able to use it when Incognito.

Security tip: Only allow the plugin access to the sites where you use it - see "Add or remove access to a specific site" at https://support.google.com/chrome_webstore/answer/2664769

Change log:

* 0.14 - Fix to really ignore iframes, which broke "save forms"
* 0.13 - Improve React support (focus elements before changing them - works better with some components)
* 0.12 - Save forms ignores iframes instead of being confused by them
* 0.11 Save forms accepts fields that have only id and no name
* 0.10 - Full support for React forms (v16)
* 0.9 - Fix autofill
* 0.8
- partial support for forms created by React.js (text input only)
* 0.7.2
- experimental support for creating random values using Chance.js
- fixed repeated save form confirmation popup
- added save form logging
* 0.6.0
- increase limit on config size frm 4kB to 5MB (and drop sync across browsers)

More info at the project page (https://github.com/jakubholynet/Testofill-chrome-extension/).

Icon by Designmodo (https://www.iconfinder.com/icons/115700/edit_pen_pencil_write_icon).

Rating

14 ratings

Total Installs

2,000+

Information

Last Update

2019-03-01

Current Version

0.14.0

Size

174KiB

Author

Jakub Holý

Website

None

Category

Productivity

Testofill, Form Filler for Testers Alternatives

Latest Reviews

See More

avatar George Katsanos
2022-04-13

I'm sorry but thats useless. If I have to write regex and create all the rules I might as well use the built in chrome autocomplete instead. too complex.

avatar Despina CRM
2020-09-08

The extension is great and really helpful when it comes to filling forms several times.
However, I have an issue; in cases of mandatory fields in the form of a drop-down list I need to go over all drop-down lists in the form and fill them once more. It seems that it gives no focus to the field; it should maybe make the value nullable before assigning it to the field?

avatar Michael Rosendahl
2018-08-10

Now when I got the profiles to work it's great addon!!

avatar Oomph ID
2018-05-13

I use it on Vivaldi, Win 10 x64. Sometimes it works, sometimes it doesnt.

avatar Xiaochuan Chen
2014-04-01

It is a very good tool to fill a static form. The option page uses json format with a built-in json editor. I am curious if the tool can be modified to read a text file with some predefined parameters set. If so, the tool can fill some data into the form dynamically.