Selenium Automation: Getting started
This short video shows you how to setup Selenium IDE and create the first test in less then 10 minutes!
Functional Testing Tutorials and Videos
This short video shows you how to setup Selenium IDE and create the first test in less then 10 minutes!
To Automate or not to Automate your Mobile Testing: this is the question. In mobile testing just poking at the GUI will leave bugs hiding. So different tests and a variety of testers are needed. Context is also important; there is no one test set or test approach that will …
Cross site scripting, or XSS, is the modern-day equivalent of the middle-ages black plague in the web application world: it’s widespread, it’s bad and there are little or no technical ways to detect it until it’s too late. DOM XSS is a particularly nasty variant of those, as it requires …
Mobile tests today can be automated by popular mobile testing frameworks in Java such as monkeyrunner, Sikuli, and Robotium. However, getting mobile tests running in continuous integration is not widely understood and rarely implemented.
Paul Graham once quipped that “Web 2.0” really meant “JavaScript now works”. Nearly ten years later, more and more functionality of our web applications is written in JavaScript. But for those of us who came of age when JavaScript was unreliable, it’s been preferable to test the server-side, while leaving …
Testing strategies are well understood and established in traditional OO and/or functional settings. The same is not true for asynchronous, event-driven paradigms such as the actor model, in which the timing and execution context of assertions is important and temporal relations between generated events become test objectives.