a – team automation framework a-team. login create indemnity claim set reserve update indemnity...

Post on 05-Jan-2016

216 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

A – TEAM Automation Framework

A-TEAM

LOGINCREATE INDEMNITY CLAIMSET RESERVEUPDATE INDEMNITY CLAIMMAKE PAYMENTMAKE PAYMENT

Demonstration

Introduction

The Layers method is a part of the OOAT ( Object Oriented Automation Testing ) methodology.

The method offers full isolation between information data, GUI implementation and business process.

The method offers full modularity and interaction within the layers.

The Data Layer

The data layer are data and keyword driven source xml files.

Each xml file represents a test-set that equivalents to a business scenario process.

Data Layer

The Utils Layer

These are common or specific function libraries associated with the scripts.

The function libraries holds a common implementation and a generic solution for all the projects.

Utilities Layer

The GUI Layer

The GUI layer implements all the steps against the AUT.

Every GUI “Module” handles one GUI screen.

This avoid locked repository files when working within a team and better modularity.

GUI Layer

The Business Layer

The Business Layer supports a single business action.

The Business layer module can call 1 to n GUI modules.

The Business module acts like a controller for the GUI layer.

Business Layer

The Test or Test-Case Layer

The Test Layer is the engine of the layer method.

The test layer is responsible to parse the parameters and steps required for a single test-case by calling the required Business Layer Module.

Test Layer

Automation Execution Report

Q&A

top related