Et1 Test Harness: HTML Form AutoSaver
This is the Developer Version (runs from source code). Go to the Deployment Version (runs from built code).
Supported Platforms:
Verification Targets:
  1. Start the HTML Form Autosaver by clicking on the button "Create HTMLFormAutoSaver".
  2. Enter some values in the input fields.
  3. Turn on HttpFox or some other http traffic analyzer. Use it to listen to http traffic from the test harness page.
  4. Press submit, reload the page, or go to another page in the same browser tab/window.
  5. There should be an attempt to send data via POST in the request logs.
  6. The data in that attempt should be a list of data kept in the form at the moment the user reloaded, pressed submit, or moved to another page.
  7. Try the whole process again, but this time with either the checkbox "Save only on change" or "Use confirmation dialog" selected. With the former selected, there will only be a POST request when there is a change to the form. With the latter, there will be a confirmation dialog that will pop up just before the POST request is sent out.

Control Panel for HTMLFormAutoSaver

Save only on change
Use confirmation dialog

  Value 1
Value 2
Value 3
Value 4