Every software development team or company will come to the point where a test automation tool is needed to downsize the effort of regression testing. The test automation tool can...
What to automate and what not to automate? That's a pretty big question... When I started my career as a software tester a decade ago, test automation was viewed with some...
Record and playback features are a really useful tool for automated test development. The way they work is that the test developer clicks a record button, does some actions, and...
REST API is a powerful way to run tests, however it’s not always enough. There are some pitfalls that cannot be spotted by REST API testing alone. And here comes the importance...
There is a statement that has been discussed throughout the testing community that stirs a great deal of controversy: “Test Automation is not Testing, It’s...
I am a Software Engineer in Test (SET). Many people don’t know quite what that means, though. Developers frequently refer to me as a “tester” or “QA,” and a former...
A few weeks ago I lectured about the importance of testing the test automation framework. At the beginning of the lecture, I asked the audience the following questions: ...