SlideShare a Scribd company logo
1 of 22
Download to read offline
Agile Thailand 2016 at Gosoft

9 July 2016 #ATH2016
SPEAKER
Tanjai Kongyuen
Tester at Kaidee
Mail :tanjai.k@kaidee.com
Facebook : tanjaik
Blog : https://medium.com/tanjai
Behaviour Driven Development
ÁѹäÁè§èÒÂ
• What is BDD
• Cucumber
• Êèǹ»ÃСͺ¢Í§ Cucumber
• áÅéÇÁѹäÁè§èÒµçä˹ÅèÐ ?
• ÊÔ觷Õè¤ÇÃà»ÅÕè¹ à¾×èÍ àÃÔèÁãªé Cucumber
• ˹ѧÊ×Í ÊÓËÃѺÍèÒ¹à¾ÔèÁàµÔÁ
(^.^)/
What is BDD
❖ ¡ÒþѲ¹Ò«Í¿·ìáÇÃìẺ Behaviour
Driven development µÑ駵é¹ÇèÒ´éÇÂ
Explore > Discover > Define >
Drive ¡è͹¡ÒÃŧÁ×Í·Ó§Ò¹
Start with “Give Me an Example”
Concrete Example
Cucumber
❖ Cucumber à»ç¹ ª×èÍ Tools µÑÇ˹Öè§ «Ö觹ÓÁÒãªéã¹
¡ÒþѲ¹Ò«Í¿·ìáÇÃìẺ Behaviour Driven
development µÑ駵é¹ÇèÒ´éÇ ¾ÄµÔ¡ÃÃÁ ·Õè user ¨Ð
ãªé§Ò¹¡ÑºÃкº¢Í§àÃÒ ÁÕ Scenario Ẻä˹ à¢Õ¹
Acceptance Test µÒÁ¹Ñé¹
❖ Cucumber ÁÕ 2 ä¿Åì´éÇ¡ѹ·Õè·ÓãËéÁѹ·Ó§Ò¹ä´é
Feature File ¡Ñº Step File
❖ Cucumber Âѧà»ç¹µé¹áºº ãËé ÀÒÉÒÍ×è¹æ àªè¹
Behave (Python), Lettuce (Python) ,
RSpec(Ruby) , Spinach (Ruby) , Behat
(Php)
❖ à¢Õ¹¤ÃÑé§à´ÕÂÇ ãªéä´é¡Ñº ·Ñé§ Mobile Apps / Web
Cucumber Ingredient : Feature File
❖Feature File ¤×Í File ·Õèà¢Õ¹ºÍ¡ÇèÒ àÃҾѲ¹ÒÍÂÙè¤×ÍÍÐäÃ
❖ã¹ Feature ºÍ¡ Scenario (Test Case) ÇèÒ ÁÕ Scenario ÍÐäúéÒ§
❖à¢Õ¹ã¹ÃٻẺ·ÕèàÃÕ¡ÇèÒ Gherkin Syntax Support ÀÒÉÒÍѧ¡ÄÉ áÅÐ ÀÒÉÒä·Â¡çä´é¹Ð!
Credit Picture from : P’Roof
Scenario
❖ Given = an initial context
❖ When = an event, or an action. This can be a person interacting with the system, or it can be
an event triggered by another system.
❖ Then = an expected outcome, or result.
❖ And = ¤Óàª×èÍÁ
“´Ù§èÒÂà¹ÍД
Cucumber Ingredient : Step File
❖Step File à»ç¹ File ·Õèà¢Õ¹´éÇ Programming language àªè¹ Ruby , Java , Groovy , Python
❖·ÓäÁµéͧà¢Õ¹à»ç¹ Programming language ¡çà¾×èÍ·Õè ¤ÍÁ¾ÔÇàµÍÃì¨Ðä´éà¢éÒã¨áÅÐÍèÒ¹ÍÍ¡ ·ÓµÒÁä´éä§ÅèÐ
Cucumber Ingredient : pom File
❖ Pom File Áѹ¤×ÍÍÐäÃ
Pom File ãÊèà¾ÔèÁàµÔÁà¾×èͨѴ¡ÒÃãËé Script ·ÕèàÃÒà¢Õ¹¢Öé¹
·Ó§Ò¹ä´é ¡Ñº Selenium Webdirver , Junit «Öè§ãªé㹡ÒÃ
·´Êͺ ¡Ñº Web
Dependencies ·Õèãªé ÁÕ Selenium , Cucumber-Junit ,
junit
ÁÒ¶Ö§µÃ§¹ÕéáÅéÇ Âѧ§èÒÂÍÂÙè»èÒÇ ?
Demo
áÅéÇÍÐäÃÅèзÕèà»ÅÕè¹ä»
Before planting cucumber
❖ ÃÙé¨Ñ¡Ãкº , feature ·ÕèàÃÒÁÕ㹵͹¹Õé , feature ·Õè¡ÓÅѧ¨ÐÊÃéÒ§ãËÁè
❖ ·´Êͺ·ÕÅÐ feature
❖ feature ä˹ãªéºèÍÂæ ¾Í·Õè¨ÐàÍÒÁÒ·Ó automated test ä´éºéÒ§
❖ feature ·ÕèàÅ×Í¡ÁÒ ÁÕ criteria 㹡Ò÷ӧҹÍÂèÒ§äÃ

¤Ø¡Ѻ Product , Developer ãËéà¢éÒ㨵ç¡Ñ¹
❖ áµèÅÐ criteria ÁÕ scenario ·Ó§Ò¹ÍÂèÒ§äè֧ä»à¨Í criteria ¹Ñé¹
Feature : Login
❖ Login ÁÕ Success scenario Âѧ䧺éÒ§
❖ àÃÔèÁ¨Ò¡ Success Scenario ¡è͹
❖ à¢Õ¹·ÕÅÐ Scenario
❖ Run Success Scenario ãËéÊÓàÃç¨ Test Pass ¡è͹
❖ ÊÓàÃç¨áÅéÇ ¤èÍÂà¾ÔèÁ Scenario ¶Ñ´ä»
Prepare to plant cucumber
Prepare to plant cucumber
❖ IDE : IntelliJ มี Plugin Cucumber เช่น Cucumber-JVM ,
Cucumber-Groovy , Cucumber-Scala

❖ Editor : ãªé Sublime Text2 ¡çä´éà¾×èÍà¢Õ¹ feature file มี snippet
(plugin) ช่วยเขียน feature file àÂÍÐ áµè äÁèÊÒÁÒö generate step
file ä´é¹Ð

❖ Coding Knowledge : Basic Java , Basic Groovy

❖ Selenium : selenium blinding with java

❖ JUnit
Books & Link
The Cucumber Book (Ruby)
The Cucumber for Java Book
Cucumber Recipes
Specification By Example
Link : https://cucumber.io/docs
Credit
❖ Video Chapter 1 : Give Me an example from https://
cucumber.io/school
❖ Picture from : Give me an example from cucumber
school : https://cucumber.io/school
Q&A

More Related Content

Similar to Agile Thailand 2016: BDD with Cucumber

ระบบนิเวศ1
ระบบนิเวศ1ระบบนิเวศ1
ระบบนิเวศ1Jiraporn
 
Progressive Web Apps #TheDevConfSP
Progressive Web Apps #TheDevConfSPProgressive Web Apps #TheDevConfSP
Progressive Web Apps #TheDevConfSPMaria Clara Santana
 
Gorm @ gopher china
Gorm @ gopher chinaGorm @ gopher china
Gorm @ gopher chinaJinzhu
 
Work it-bbc-chicago-121103150710-phpapp02
Work it-bbc-chicago-121103150710-phpapp02Work it-bbc-chicago-121103150710-phpapp02
Work it-bbc-chicago-121103150710-phpapp02Yuliya Patsay
 
2014 06-23 velocity sc beyond page metrics
2014 06-23 velocity sc beyond page metrics2014 06-23 velocity sc beyond page metrics
2014 06-23 velocity sc beyond page metricsBuddy Brewer
 
Tcl/Tk+ハッシュリスト
Tcl/Tk+ハッシュリストTcl/Tk+ハッシュリスト
Tcl/Tk+ハッシュリストHiromu Shioya
 
Working With Rails
Working With RailsWorking With Rails
Working With RailsDali Wang
 
Terrific Tech Tools
Terrific Tech ToolsTerrific Tech Tools
Terrific Tech ToolsGreg Hardin
 
技術トレンディセミナー サルでも分かるAndroidに見るGoogleの戦略
技術トレンディセミナー サルでも分かるAndroidに見るGoogleの戦略技術トレンディセミナー サルでも分かるAndroidに見るGoogleの戦略
技術トレンディセミナー サルでも分かるAndroidに見るGoogleの戦略terada
 
Meeting Audiences Where they Are - Vanessa Fox
Meeting Audiences Where they Are - Vanessa FoxMeeting Audiences Where they Are - Vanessa Fox
Meeting Audiences Where they Are - Vanessa FoxJ-Lab
 
온톨로지 개념 및 표현언어
온톨로지 개념 및 표현언어온톨로지 개념 및 표현언어
온톨로지 개념 및 표현언어Dongbum Kim
 
संगणक वापरून मराठी typing कसे करावे ?
संगणक वापरून मराठी typing कसे करावे ?संगणक वापरून मराठी typing कसे करावे ?
संगणक वापरून मराठी typing कसे करावे ?Mandar Vaze
 
संगणकावर मराठी कसे लिहावे
संगणकावर मराठी कसे लिहावे संगणकावर मराठी कसे लिहावे
संगणकावर मराठी कसे लिहावे dattatray godase
 
Distribution of PHPCon ElePHPant
Distribution of PHPCon ElePHPantDistribution of PHPCon ElePHPant
Distribution of PHPCon ElePHPantNoriko YAMAMOTO
 
Understanding and Implementing Website Security
Understanding and Implementing Website SecurityUnderstanding and Implementing Website Security
Understanding and Implementing Website SecurityDrew Gorton
 
Power Up Your Professional Learning Network
Power Up Your Professional Learning NetworkPower Up Your Professional Learning Network
Power Up Your Professional Learning NetworkJennifer Dorman
 
Power Up Your Professional Learning Network
Power Up Your Professional Learning NetworkPower Up Your Professional Learning Network
Power Up Your Professional Learning NetworkJennifer Dorman
 

Similar to Agile Thailand 2016: BDD with Cucumber (20)

website.pptx
website.pptxwebsite.pptx
website.pptx
 
ระบบนิเวศ1
ระบบนิเวศ1ระบบนิเวศ1
ระบบนิเวศ1
 
Progressive Web Apps #TheDevConfSP
Progressive Web Apps #TheDevConfSPProgressive Web Apps #TheDevConfSP
Progressive Web Apps #TheDevConfSP
 
Gorm @ gopher china
Gorm @ gopher chinaGorm @ gopher china
Gorm @ gopher china
 
WORK IT
WORK IT WORK IT
WORK IT
 
Work it-bbc-chicago-121103150710-phpapp02
Work it-bbc-chicago-121103150710-phpapp02Work it-bbc-chicago-121103150710-phpapp02
Work it-bbc-chicago-121103150710-phpapp02
 
2014 06-23 velocity sc beyond page metrics
2014 06-23 velocity sc beyond page metrics2014 06-23 velocity sc beyond page metrics
2014 06-23 velocity sc beyond page metrics
 
Tcl/Tk+ハッシュリスト
Tcl/Tk+ハッシュリストTcl/Tk+ハッシュリスト
Tcl/Tk+ハッシュリスト
 
Working With Rails
Working With RailsWorking With Rails
Working With Rails
 
Terrific Tech Tools
Terrific Tech ToolsTerrific Tech Tools
Terrific Tech Tools
 
技術トレンディセミナー サルでも分かるAndroidに見るGoogleの戦略
技術トレンディセミナー サルでも分かるAndroidに見るGoogleの戦略技術トレンディセミナー サルでも分かるAndroidに見るGoogleの戦略
技術トレンディセミナー サルでも分かるAndroidに見るGoogleの戦略
 
FOSS Business IUT
FOSS Business IUTFOSS Business IUT
FOSS Business IUT
 
Meeting Audiences Where they Are - Vanessa Fox
Meeting Audiences Where they Are - Vanessa FoxMeeting Audiences Where they Are - Vanessa Fox
Meeting Audiences Where they Are - Vanessa Fox
 
온톨로지 개념 및 표현언어
온톨로지 개념 및 표현언어온톨로지 개념 및 표현언어
온톨로지 개념 및 표현언어
 
संगणक वापरून मराठी typing कसे करावे ?
संगणक वापरून मराठी typing कसे करावे ?संगणक वापरून मराठी typing कसे करावे ?
संगणक वापरून मराठी typing कसे करावे ?
 
संगणकावर मराठी कसे लिहावे
संगणकावर मराठी कसे लिहावे संगणकावर मराठी कसे लिहावे
संगणकावर मराठी कसे लिहावे
 
Distribution of PHPCon ElePHPant
Distribution of PHPCon ElePHPantDistribution of PHPCon ElePHPant
Distribution of PHPCon ElePHPant
 
Understanding and Implementing Website Security
Understanding and Implementing Website SecurityUnderstanding and Implementing Website Security
Understanding and Implementing Website Security
 
Power Up Your Professional Learning Network
Power Up Your Professional Learning NetworkPower Up Your Professional Learning Network
Power Up Your Professional Learning Network
 
Power Up Your Professional Learning Network
Power Up Your Professional Learning NetworkPower Up Your Professional Learning Network
Power Up Your Professional Learning Network
 

Recently uploaded

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 

Recently uploaded (20)

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 

Agile Thailand 2016: BDD with Cucumber

  • 1. Agile Thailand 2016 at Gosoft 9 July 2016 #ATH2016
  • 2. SPEAKER Tanjai Kongyuen Tester at Kaidee Mail :tanjai.k@kaidee.com Facebook : tanjaik Blog : https://medium.com/tanjai Behaviour Driven Development ÁѹäÁè§èÒ • What is BDD • Cucumber • Êèǹ»ÃСͺ¢Í§ Cucumber • áÅéÇÁѹäÁè§èÒµçä˹ÅèÐ ? • ÊÔ觷Õè¤ÇÃà»ÅÕè¹ à¾×èÍ àÃÔèÁãªé Cucumber • ˹ѧÊ×Í ÊÓËÃѺÍèÒ¹à¾ÔèÁàµÔÁ (^.^)/
  • 3. What is BDD ❖ ¡ÒþѲ¹Ò«Í¿·ìáÇÃìẺ Behaviour Driven development µÑ駵é¹ÇèÒ´éÇ Explore > Discover > Define > Drive ¡è͹¡ÒÃŧÁ×Í·Ó§Ò¹
  • 4. Start with “Give Me an Example”
  • 6. Cucumber ❖ Cucumber à»ç¹ ª×èÍ Tools µÑÇ˹Öè§ «Ö觹ÓÁÒãªéã¹ ¡ÒþѲ¹Ò«Í¿·ìáÇÃìẺ Behaviour Driven development µÑ駵é¹ÇèÒ´éÇ ¾ÄµÔ¡ÃÃÁ ·Õè user ¨Ð ãªé§Ò¹¡ÑºÃкº¢Í§àÃÒ ÁÕ Scenario Ẻä˹ à¢Õ¹ Acceptance Test µÒÁ¹Ñé¹ ❖ Cucumber ÁÕ 2 ä¿Åì´éÇ¡ѹ·Õè·ÓãËéÁѹ·Ó§Ò¹ä´é Feature File ¡Ñº Step File ❖ Cucumber Âѧà»ç¹µé¹áºº ãËé ÀÒÉÒÍ×è¹æ àªè¹ Behave (Python), Lettuce (Python) , RSpec(Ruby) , Spinach (Ruby) , Behat (Php) ❖ à¢Õ¹¤ÃÑé§à´ÕÂÇ ãªéä´é¡Ñº ·Ñé§ Mobile Apps / Web
  • 7. Cucumber Ingredient : Feature File ❖Feature File ¤×Í File ·Õèà¢Õ¹ºÍ¡ÇèÒ àÃҾѲ¹ÒÍÂÙè¤×ÍÍÐäà ❖ã¹ Feature ºÍ¡ Scenario (Test Case) ÇèÒ ÁÕ Scenario ÍÐäúéÒ§ ❖à¢Õ¹ã¹ÃٻẺ·ÕèàÃÕ¡ÇèÒ Gherkin Syntax Support ÀÒÉÒÍѧ¡ÄÉ áÅÐ ÀÒÉÒä·Â¡çä´é¹Ð!
  • 8. Credit Picture from : P’Roof
  • 9. Scenario ❖ Given = an initial context ❖ When = an event, or an action. This can be a person interacting with the system, or it can be an event triggered by another system. ❖ Then = an expected outcome, or result. ❖ And = ¤Óàª×èÍÁ
  • 11. Cucumber Ingredient : Step File ❖Step File à»ç¹ File ·Õèà¢Õ¹´éÇ Programming language àªè¹ Ruby , Java , Groovy , Python ❖·ÓäÁµéͧà¢Õ¹à»ç¹ Programming language ¡çà¾×èÍ·Õè ¤ÍÁ¾ÔÇàµÍÃì¨Ðä´éà¢éÒã¨áÅÐÍèÒ¹ÍÍ¡ ·ÓµÒÁä´éä§ÅèÐ
  • 12. Cucumber Ingredient : pom File ❖ Pom File Áѹ¤×ÍÍÐäà Pom File ãÊèà¾ÔèÁàµÔÁà¾×èͨѴ¡ÒÃãËé Script ·ÕèàÃÒà¢Õ¹¢Öé¹ ·Ó§Ò¹ä´é ¡Ñº Selenium Webdirver , Junit «Öè§ãªé㹡Òà ·´Êͺ ¡Ñº Web Dependencies ·Õèãªé ÁÕ Selenium , Cucumber-Junit , junit
  • 14. Demo
  • 16. Before planting cucumber ❖ ÃÙé¨Ñ¡Ãкº , feature ·ÕèàÃÒÁÕ㹵͹¹Õé , feature ·Õè¡ÓÅѧ¨ÐÊÃéÒ§ãËÁè ❖ ·´Êͺ·ÕÅÐ feature ❖ feature ä˹ãªéºèÍÂæ ¾Í·Õè¨ÐàÍÒÁÒ·Ó automated test ä´éºéÒ§ ❖ feature ·ÕèàÅ×Í¡ÁÒ ÁÕ criteria 㹡Ò÷ӧҹÍÂèÒ§äÃ
 ¤Ø¡Ѻ Product , Developer ãËéà¢éÒ㨵ç¡Ñ¹ ❖ áµèÅÐ criteria ÁÕ scenario ·Ó§Ò¹ÍÂèÒ§äè֧ä»à¨Í criteria ¹Ñé¹
  • 17. Feature : Login ❖ Login ÁÕ Success scenario Âѧ䧺éÒ§ ❖ àÃÔèÁ¨Ò¡ Success Scenario ¡è͹ ❖ à¢Õ¹·ÕÅÐ Scenario ❖ Run Success Scenario ãËéÊÓàÃç¨ Test Pass ¡è͹ ❖ ÊÓàÃç¨áÅéÇ ¤èÍÂà¾ÔèÁ Scenario ¶Ñ´ä»
  • 18. Prepare to plant cucumber
  • 19. Prepare to plant cucumber ❖ IDE : IntelliJ มี Plugin Cucumber เช่น Cucumber-JVM , Cucumber-Groovy , Cucumber-Scala ❖ Editor : ãªé Sublime Text2 ¡çä´éà¾×èÍà¢Õ¹ feature file มี snippet (plugin) ช่วยเขียน feature file àÂÍÐ áµè äÁèÊÒÁÒö generate step file ä´é¹Ð ❖ Coding Knowledge : Basic Java , Basic Groovy ❖ Selenium : selenium blinding with java ❖ JUnit
  • 20. Books & Link The Cucumber Book (Ruby) The Cucumber for Java Book Cucumber Recipes Specification By Example Link : https://cucumber.io/docs
  • 21. Credit ❖ Video Chapter 1 : Give Me an example from https:// cucumber.io/school ❖ Picture from : Give me an example from cucumber school : https://cucumber.io/school
  • 22. Q&A