Keyword Driven Framework Testing

What is Keyword Driven Testing? A keyword-driven testing is a scripting technique that uses data files to contain the keywords related to the application being tested. These keywords describe the set of actions that is required to perform a specific step. A keyword-driven test consis ...

Do testers have to write code?

A very common question that a software Testing aspirant has is… Do testers have to write code? Before we answer this question, a complete insight of various software testing role is necessary to understand. Software QA is typically divided into two categories, Quality ...

How to Select Best Automation Testing Tool

Success in any test automation depends on identifying the right tool for automation. Selecting the “correct” Testing Tool for your project is one of the best ways to achieve the project target. The following example will show you the benefit of the testing tool selection.   ...

Automation Testing for Agile Methodology

In the last few years, ever since the agile methodology came on board with its founders shouting and willing to do away with the mundane and laborious realities of the traditional waterfall model, the impact of the same can be also felt when it comes to automation testing.  

Why, How and When to Automate Software Testing?

Being as a Software Test Engineer you might have come across a situation where “Why, How and When to Automate Software testing?” Some testers are thinking of Automate Software testing is no more advantages than manual testing and we also hear from some readers on using Automation to te ...

How to write test cases in Ride

This section includes how to write test cases in Ride :- The Robot Framework IDE (RIDE) is the integrated development environment to implement automated tests and it is a generic test automation framework for acceptance testing.   Related Articles:

Robot Framework User Guide

Robot Framework is a Python-based, extensible keyword-driven test automation framework for end-to-end acceptance testing and acceptance-test-driven development (ATDD). It can be used for testing distributed, heterogeneous applications, where verification requires touching several technolog ...