Today I was testing web application from user management. I had to test several cases and write test scenarios for them. Since Firefox is my web browser of choice I used Firefox add-on Selenium IDE, an extention that I installed more than a year ago. It’s a powerful add-on that enables automated testing of web applications. It’s easy to use, too – all you have to do is open it and start recording your clicks, everything else is done automatically. From your clicks and inputs it creates a script that you can later run again and again.
I’m still figuring out how to manage lists that populate dynamically and don’t have the same item order every time.