logo logo

How to Select the Right Automation Tool for Website Testing

I keep hearing from young QA engineers whether manual testing has fallen behind automation testing in terms of popularity and demand. Rather than going deeper in this discussion,...

Five Tips to Improve as An Automation Engineer

Five Tips to Improve as An Automation Engineer

Automation engineers are an essential part of any Agile team, while Agile methodologies demand shorter release cycles. Test automation is there to help with the testing...

From Manual to Automation Testing - Lessons Learned

From Manual to Automation Testing – Lessons Learned

Test automation has increasingly become a buzzword over the last few years. Although it has its limitations, it has proven to improve the quality of applications and reduce...

Anatomy of An Automated Test Script

Anatomy of An Automated Test Script

Writing robust test scripts is a crucial matter for test automation. It is absolutely important to make sure that the automated scripts are doing exactly what they are supposed to...

Automation Testing in agile teams

Automation Testing in Agile Teams

Every once in a while I hear about people splitting teams when it comes to quality assurance and automated tests, thinking the second practice should be done outside of the scrum...

Automation Testing Best Practices & Strategy

Automation Testing Best Practices & Strategy

I thought it would be a good start to the blog by giving you some information on what really automation testing is. Automation testing is a type of functional testing technique,...

Using Multi Module Maven Project For Automation Testing

Using Multi Module Maven Project For Automation Testing

A multi-module Maven project is one that manages a group of submodules and is built from a parent POM. The submodules are normal Maven projects, and they can be built...

Flutter App Automation Testing for iOS using Appium & TestProject

Flutter App Automation Testing for iOS using Appium & TestProject

Flutter app automation testing for iOS devices can be a challenging task using any automation framework available, including Appium. The phenomenon you will observe while...