test framework creation

8
TEST FRAMEWORK CREATI ON STO RY F ROM REAL LIF E

Upload: iram

Post on 21-Jan-2016

44 views

Category:

Documents


0 download

DESCRIPTION

TEST framework creation. Story from real life. ABOUT AUTHOR. Vitaliy Davidyak. 8 years of experience in QA. Skype: toldo-27. Email: [email protected]. Objective. Multi-browser testing of rich web application OOP principles and C# .NET base Own self-explaining Domain-Specific Language - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: TEST framework creation

TEST

FRAMEW

ORK

CREATIO

N

ST

OR

Y F

RO

M R

EA

L LI F

E

Page 2: TEST framework creation

ABOUT AUTHOR

Vitaliy Davidyak

8 years of experience in QA

Skype: toldo-27

Email: [email protected]

Page 3: TEST framework creation

OBJECTIVE

- Multi-browser testing of rich web application- OOP principles and C# .NET base- Own self-explaining Domain-Specific Language- Compatibility with existing eco-system (CI, tools,

platforms)

Page 4: TEST framework creation

TEST TARGET

Page 5: TEST framework creation

APPLICATIONUNDER TEST

Page 6: TEST framework creation

ARCHITECTURE

CI/IDE

Nunit

Wrappers (API layer)

Core Driver

- Visual studio + ReSharper

CruiseControl.NET + NAnt

- NUnit as a test runner

- DSL for UI controls, helper web service, logging

- Selenium WebDriver + Strontium

Page 7: TEST framework creation

DESIGN PATTERN

HTML controls

Test code sample

- Page object pattern redefined- Domain-Specific Language- Complex controls are wrapped up- Web-service to interact with server application part- Driver-independent (all low-level calls are encapsulated)- Code autocomplete and suggestions

Page 8: TEST framework creation

INTEGRATION

- CI/reports- VisualStudio +

R#- Main app

integration (web service)