There is a lot that has been written about Test Automation, and one of the most important parts of a successful automation practice is picking your framework. In this article, we’ll cover what a framework is. We’ll focus on test automation frameworks and the types of test automation frameworks that you can use, and briefly touch on test automation tools. Continue reading
About Hien D Nguyen

Recent Posts
How To Do Regression Testing Under Rapid Release Cycles
With the ever-increasing rate of software releases, Regression Testing becomes a necessity by giving critical feedback, among other things, to the product owner on releases. Through this Article you will gain a better understanding of Regression Test Suites and whether or not they would be a good fit for your software testing team. Continue reading
Manual Testing is Dying
I know this topic is a controversial one. Some of you may disagree with me and this is totally fine. But if you are curious about what I am going to bring up, keep reading.
Continue readingHow to Create Non-technical Readable Automated Tests
Generally speaking, test automation means doing functional testing through the UI. Non-UI automation tends to be easier and more inherently stable and should also always be looked at in addition to UI automation. Continue reading