Test-driven development is a good thing. We all agree on that, right? But TDD assumes you can write tests before actually implementing the functionality. How do you do for the GUI when most GUI test tools are based on a scenario-recording appraoch? This requires that the GUI already exists; in other words, another instance of
Continue reading Testatoo: TDD for the GUI
Tag: Automated testing
WebDriver: automated web UI testing
Automating UI testing is not a trivial task, yet it is highly desirable as part of a complete non-regression test suite, which is (as everyone knows by now) a must-have for any project claiming to be agile. This is how I came across WebDriver while looking for ways to automate testing a GXT-generated frontend. While
Continue reading WebDriver: automated web UI testing