intro a testes automatizados

25
Introdução a Testes Automatizados [email protected] @carlosfelippe slideshare.net/cfelippe k21.com.br/treinamentos/ A Hora DevOps s01e02

Upload: carlos-felippe-cardoso

Post on 30-Jul-2015

175 views

Category:

Software


3 download

TRANSCRIPT

Page 1: Intro a Testes Automatizados

Introdução a Testes Automatizados

[email protected]@carlosfelippe

slideshare.net/cfelippek21.com.br/treinamentos/

A Hora DevOps s01e02

Page 2: Intro a Testes Automatizados

Sócio e Agile Coach - Knowledge 21Instrutor nos treinamentos:

CSD – Certified Scrum DeveloperTestes AutomatizadosContinuous Delivery

Técnicas de FacilitaçãoProf. Colaborador/Funcionário - UFRJ“Agilista” desde 2004

Quem sou eu?

Page 3: Intro a Testes Automatizados

Duas motivaçõespara testes automatizados

Page 4: Intro a Testes Automatizados

Desenvolvimento por

CAMADASvs

FATIAS

Page 5: Intro a Testes Automatizados

Desenvolvimento por FATIAS!!!

Page 6: Intro a Testes Automatizados

Iteração 1: 5 devs e 1 tester

Page 7: Intro a Testes Automatizados

Regression Testing Hell

Page 8: Intro a Testes Automatizados

Iteração 1: 5 devs e 1 tester...

Iteração 6: 5 devs e 2 testers

Page 9: Intro a Testes Automatizados

Iteração 1: 5 devs e 1 tester...

Iteração 6: 5 devs e 2 testers…

Iteração 18: 5 devs e 3 testers???

Page 10: Intro a Testes Automatizados

Mudança de Mindset

Reativo eEstimula CYA(cover your ass)

Pró-Ativo e Colaborativo

http://www.agilecoachjournal.com/index.php/2014-01-28/testing-2/the-agile-testing-pyramid/

Page 11: Intro a Testes Automatizados

Duas motivações

Page 12: Intro a Testes Automatizados

Já se sentiu mal fazendo isso?

Page 13: Intro a Testes Automatizados

Automação!

Page 14: Intro a Testes Automatizados

Automação!

“Computers are designed to do simple repetitive tasks. The

second you have humans doing repetitive tasks, all the

computers get together late at night and laugh at you”

“… Every time you do something for the third time,

automate it. You’ll be doing it a million times…”

Neal Ford

Page 15: Intro a Testes Automatizados
Page 16: Intro a Testes Automatizados

A cultura de testes está no sangue?

Page 17: Intro a Testes Automatizados

A cultura de testes está no sangue?

Page 18: Intro a Testes Automatizados

Lisa Crispin, 2009

Page 19: Intro a Testes Automatizados

Tipos de TestesUnit Testing

Database Testing

Interface Testing

Headless Interface Testing

Visual Regression Testing Tools

Acceptance Testing

BDD/Spec Testing

Load Testing

WebService Testing

….

Page 20: Intro a Testes Automatizados

Unit Testing

JUnit, MBUnit, NUnit ... --> *Unit

MSTest, GoogleTest, TestNG

http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks

Database Testing

DBUnit / NDBUnit

Liquibase

Flyway DB

...

Page 21: Intro a Testes Automatizados

Interface Testing

Selenium

Python

Ruby

Java

C#

Page 22: Intro a Testes Automatizados

Interface Testing

Selenium

PhantonJS

Robotium

Watin

Ranorex

Robotium Recorder

TestComplete (Delphi)

FrogLogic

Telerik WebUI TS Studio

HP Quality Center ( ex Quick Test)

http://en.wikipedia.org/wiki/List_of_GUI_testing_tools

Page 23: Intro a Testes Automatizados

BDD/Spec Testing

Cucumber

SpecFlow

Thucydides

RSpec

Easyb

JBehave

Page 24: Intro a Testes Automatizados

Testes da sua Infra-estrutura!!!

Puppet Script

Cloud Provisioning Scripting Is it OK?(testing)

Page 25: Intro a Testes Automatizados

Introdução a Testes Automatizados

[email protected]@carlosfelippe

slideshare.net/cfelippek21.com.br/treinamentos/

A Hora DevOps s01e02