3

I am doing some web development on some long forms. There are many fields for me to fill out to get through the form.

Instead of typing out the same things every time (contact information, address, business information) I'm hoping there is some tool out there / combination of tools that will assist me in filling this out.

Requirements: I am doing development / testing in FF, IE, and Chrome on a Win 7 system, so the tool would leverage one of those platforms. Oh yeah, one more thing: It's got to be free and lightweight, otherwise, I'd rather just type out responses to the form fields.

MedicineMan
  • 15,008
  • 32
  • 101
  • 146

5 Answers5

4

You could use Selenium IDE too.

ustun
  • 6,941
  • 5
  • 44
  • 57
0

Roboform would be a good choice. It works in Firefox, Chrome and IE.

Knox
  • 2,909
  • 11
  • 37
  • 65
0

You can also use IRobotSoft free software if you prefer a development style. It works for IE only though.

seagulf
  • 380
  • 3
  • 5
0

Check out my chrome extension Formbot, you can either set up fields to be populated with random valid data or else a preset value.

Maria Stellini
  • 359
  • 1
  • 3
  • 15
0

On Firefox I really like Selenium IDE. But I am afraid there's not a tools common to each browser.

For Chrome, I read that iMacros can replace Selenium but not fully.

This SO post can help you as well.

Community
  • 1
  • 1
рüффп
  • 5,172
  • 34
  • 67
  • 113