cucumber @ vilniusphp

17
Cucumber Intro į integracinį testavimą. Salotoms. Vidmantas Kabošis @ VilniusPHP, 2014-02-06

Upload: vidmantas-kabosis

Post on 26-May-2015

1.040 views

Category:

Technology


3 download

DESCRIPTION

Presented in VilniusPHP event on 2014-02-06.

TRANSCRIPT

Page 1: Cucumber @ VilniusPHP

CucumberIntro į integracinį testavimą. Salotoms.

Vidmantas Kabošis @ VilniusPHP, 2014-02-06

Page 2: Cucumber @ VilniusPHP

Integracinis testavimas

Unit testing (TDD / BDD*)

Page 3: Cucumber @ VilniusPHP

Integracinis testavimas

Unit testing (TDD / BDD*)

Integration(Acceptance)

testing

Page 4: Cucumber @ VilniusPHP

Integracinis testavimas● Programavimo kalba (PHP, Ruby, Java, …)● Duomenų bazė(s)● HTML, CSS● Javascript● Kešavimas (redis, memcached, …)● Paieškos varikliai (elastic, solr, …)

Page 5: Cucumber @ VilniusPHP

Funkciniai reikalavimaiTai yra visada istorijos (user story):

Žodžiu, kai aš paspaudžiu ant “Išsaugoti”Turi iššokti langas, kur galiu įvesti pavadinimąTada paspaudžiu “Gerai”Ir man tą nuotraukikę rodo albume

Page 6: Cucumber @ VilniusPHP
Page 7: Cucumber @ VilniusPHP

Meet the

Page 8: Cucumber @ VilniusPHP

ŽingsniaiGiven any uploaded picture

When I press the “Save” button

Then the window should pop up

And I should be able to enter the name

When I press “OK”

Then I should see my picture in the gallery

Page 9: Cucumber @ VilniusPHP

ScenarijaiScenario: save with default name

Given any uploaded picture

When I press the “Save” button

...

Page 10: Cucumber @ VilniusPHP

Funkcijos (feature)Feature: gallery

Scenario: save with default name

Given any uploaded picture When I press the “Save” button

...

Page 11: Cucumber @ VilniusPHP

GherkinWhen(/(I ?)press the “(.+)” button$/) do |name|

wait_for_page_to_load

click_button(name)

end

Page 12: Cucumber @ VilniusPHP

Hands on!

Page 13: Cucumber @ VilniusPHP

FAQ● Kada naudoti?● Kada nenaudoti?● Kuo tai geriau nei “įprastas”, gerai

struktūrizuotas testavimo kodas?● Ar tai greita? (rašymo prasme)● Ar tai greita? (vykdymo prasme)

Page 14: Cucumber @ VilniusPHP

PHP pasaulyje● Cucumber (surprise)● Behat● cuke4php

Page 15: Cucumber @ VilniusPHP

VilniusRBKovo 1 d. 14:00Intro to Ruby/Rails for developers

Registracija: www.vilniusrb.lt

Page 16: Cucumber @ VilniusPHP

Javascript developer!bit.ly/enlarge-your-js

Such workplace So javascript

Much 10%

Very table tennis

Such salary

So conference

Much code

Wow computerVery team

Page 17: Cucumber @ VilniusPHP

Klausimai?@vidmantas / [email protected]