test automation frame works

14
Test Automation Frameworks By Shivaling and Abinash

Upload: vodqa

Post on 14-Apr-2017

101 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Test automation Frame Works

Test Automation Frameworks

By Shivaling and Abinash

Page 2: Test automation Frame Works

Expectations What are you hoping to get from this session?

Page 3: Test automation Frame Works

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.

Page 4: Test automation Frame Works

What are Test Automation FrameWorks?

Page 5: Test automation Frame Works

Set Of Guidelines

Managing Object

Repository Coding Standards

ModelingAsserting and Reporting

Test Data Handling

Page 6: Test automation Frame Works

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.

Page 7: Test automation Frame Works

Test FrameWorks

Page 8: Test automation Frame Works

Some of the Popular Test FrameworksJUnitTestNGNunitPyUnitNoseTestTest-UnitCucumber GaugeSerenity

Page 9: Test automation Frame Works

Hands On: Get Started with TestNG

Page 10: Test automation Frame Works

Page Object Modeling

Page 11: Test automation Frame Works

Hands On : Separate your Implementation from tests

Page 12: Test automation Frame Works

Test Driving FrameWorks

Page 13: Test automation Frame Works

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

Page 14: Test automation Frame Works

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