I restarted this blog to mark down the painful days working with selenium.
In the world of agile, scrum and test driven development, everyone agrees that automated testing is important. In fact, it is one of the few required items for practices, they are even not optional.
However, when we step into this field a few years ago, we are surprised to find that there are so few companies actually did the genuine automated tests, for both web and mobile apps. Some companies did the unit tests, but very few companies worked out the legitimate functional tests (or UI tests) with automation.
We attempt to tackle the website automated testing with selenium, which is one of the few popular tools in this area. Yet it is still so painful.
Read more Painful Selenium Testing – Part 1 – Intro