Tag - Testing Framework

Banner for Keyword Driven Testing Blog

Guide On The Keyword Driven Testing Framework – Devstringx

Keyword Driven Framework is a functional automation testing framework that divides test cases into four different parts(test steps, objects of test steps, actions on test steps, and data for test objects) for better automation. These type of categorization can be maintained...

Read more...
Hybrid Driven Framework

Play Around Data and Keyword – Hybrid Driven Framework – Devstringx

Hybrid Framework Hybrid Driven Framework is an ideal framework for manual testers who have no programming knowledge. This concept takes advantage of the Keyword-driven framework and the Information-driven framework. Ingredients JAVA, Selenium, IDE (any) Directions # Sauté Keywords publicclass Keywords { publicvoidclick(RemoteWebDriverdriver, String ObjectName, String locatorType) throwsIOException, InterruptedException{ Thread.sleep(1000); try...

Read more...