in reply to My code refactoring journey
Testing: It's hard to test your own code, but I try.True, but the fact that you try and even got some unit tests is a sign of an emerging quality process.
Selenium IDE allows you to create automated tests for web applications. It an "record and playback" test framework which integrates with the Firefox web browser, all released under the Apache 2.0 Licence. Really cool.
|
|---|