test automation frame works

Post on 14-Apr-2017

101 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Test Automation Frameworks

By Shivaling and Abinash

Expectations What are you hoping to get from this session?

Key Take Aways:

❏ What are Test Automation Frameworks.

❏ Hands On, Test Frameworks: TestNG❏ Hands On: Modeling Framework,

Page Object Modeling.❏ Hands On, Test Driving Frameworks,

Data Driven.

What are Test Automation FrameWorks?

Set Of Guidelines

Managing Object

Repository Coding Standards

ModelingAsserting and Reporting

Test Data Handling

FYIs on FrameWorks❖These are Guidelines, Not hard rules.❖Need not Mandatorily follow these Frameworks. ❖Need not use same framework for every application. ❖Single application could have multiple different frameworks.

Test FrameWorks

Some of the Popular Test FrameworksJUnitTestNGNunitPyUnitNoseTestTest-UnitCucumber GaugeSerenity

Hands On: Get Started with TestNG

Page Object Modeling

Hands On : Separate your Implementation from tests

Test Driving FrameWorks

Driving Factors❖KeyWords❖Data❖Modules/Components❖Behaviors/Scenarios

Hands On : Let's Drive the tests using multiple data set

top related