Entries from September 2007

September 5, 2007

Selenium: Verify submit button is disabled after first click

To make sure a forms submit button is disabled after it is clicked once, a Selenium test should look like this:

click
_button

verifyNotEditable
_button
true

waitForPageToLoad
50000

The button will be clicked (without waiting). Then it verifies that the button is disabled. Finally we wait for the next page to load.

September 2, 2007

Assinging a permanent drive letter to an external USB drive

To have my external backup USB drive always use the same drive letter I used these instructions found in Knowledge Base of SyncBack - the backup software I use.