test automation with c#

14
SELENIUM FOR .NET USING C# LANGUAGE Yasin Kırelli

Upload: yasin-kirelli

Post on 29-Jul-2015

88 views

Category:

Engineering


6 download

TRANSCRIPT

Page 1: Test automation with c#

SELENIUM FOR .NET USING C# LANGUAGE

Yasin Kırelli

Page 2: Test automation with c#

Introduction

Test cases decision and test tools What is Selenium? Page Object Design Pattern Workshop

Page 3: Test automation with c#

Test Automation Decision

Page 4: Test automation with c#

Automation at Google

Page 5: Test automation with c#
Page 6: Test automation with c#

What is Selenium?

Page 7: Test automation with c#

Selenium IDE Firefox Extension

Page 8: Test automation with c#

A test tool is not a strategy

Page 9: Test automation with c#
Page 10: Test automation with c#

Page Object Design Pattern

Page 11: Test automation with c#
Page 12: Test automation with c#
Page 13: Test automation with c#

So why use Page Object? The main

reasons are : Maintenance Readability of scripts Reduced or eliminated dublicaiton Reusability

Page 14: Test automation with c#

Workshop