Wednesday, July 29, 2015

Guidelines of Developing a Test-Automation framework - PART 2

Continuation to Part 1..

Below is an implementation of
TAF (discussed in Part1) using Selenium-Webdriver, Maven, TestNG and EclipseIDE.
tttaf
TestAutomation framework Directory structure



An expanded view of the TAF showing the various classes and methods created to implement the logic. As a matter of fact, many methods/functions used in the TAF development are static as no need to create many objects.

TAF Expanded

End of Part 2.

No comments:

How J2EE components work together in any Container - Spring or Application Server

In a Spring+Jersey+Hibernate RESTful webapplication, we can spot various J2EE components - JTA, JPA, Java Bean Validation, JSON-B API for B...