SlideShare a Scribd company logo
1 of 32
Bartosz Majsak
Cambridge Technology Partners
JEEConf, Київ 2013
Stay sane. Test for real
[bmajsak@jeeconf2013 ~]$ whoami
twitter: @majson
github: bartoszmajsak
gmail: bartosz.majsak@gmail.com
*
*
*
Integration
*
Containers
*
Deployment
Alt+Shift+X, T
Alt+Shift+X, N
public class FluidOunceConverterTestCase {
@Deployment
public static JavaArchive createDeployment() {
return ShrinkWrap.create(JavaArchive.class, "test.jar")
.addClasses(FluidOunceConverter.class,
FluidOunceConverterBean.class);
}
FluidOunceConverter converter;
@Test
public void shouldConvertFluidOuncesToMillilitres() {
// given
double ouncesToConvert = 8d;
double expectedMillilitres = 236.588237d;
// when
double ouncesInMl = converter.convertToMillilitres(ouncesToConvert);
// then
assertThat(ouncesInMl).isEqualTo(expectedMillilitres);
}
}
@RunWith(Arquillian.class)
public class FluidOunceConverterTestCase {
@Deployment
public static JavaArchive createDeployment() {
return ShrinkWrap.create(JavaArchive.class, "test.jar")
.addClasses(FluidOunceConverter.class,
FluidOunceConverterBean.class);
}
@Inject
FluidOunceConverter converter;
@Test
public void shouldConvertFluidOuncesToMillilitres() {
// given
double ouncesToConvert = 8d;
double expectedMillilitres = 236.588237d;
// when
double ouncesInMl = converter.convertToMillilitres(ouncesToConvert);
// then
assertThat(ouncesInMl).isEqualTo(expectedMillilitres);
}
}
*
*
Scenario “Finding all Ukrainian beers”
Given “I'm on the main page”
When “I enter 'from Ukraine' as search criteria”
Then “I should see [pull requests are welcome!]”
*
The Known Universe
Arquillian
Persistence
Warp
Drone
Spock
The Unknown Universe
Arquillian
JBehave
Cucumber
Graphene
Android
Transaction
Byteman
Jacoco
Performance
Recording
Forge
http://arquillian.org
http://github.com/arquillian
+Arquillian
irc://freenode.net/#jbosstesting

More Related Content

Viewers also liked

Совместная работа в облачной среде: общие сведения для определенияподходящей ...
Совместная работа в облачной среде: общие сведения для
определенияподходящей ...Совместная работа в облачной среде: общие сведения для
определенияподходящей ...
Совместная работа в облачной среде: общие сведения для определенияподходящей ...
SaaS.ru Portal
 
Social media nonprofitcenter0913
Social media nonprofitcenter0913Social media nonprofitcenter0913
Social media nonprofitcenter0913
Jan Hirabayashi
 
CATALOGO ESCLAVAS
CATALOGO ESCLAVASCATALOGO ESCLAVAS
CATALOGO ESCLAVAS
joyas_plata
 
Para entender un poco más la virtualidad
Para entender un poco más la virtualidadPara entender un poco más la virtualidad
Para entender un poco más la virtualidad
Silvina Molina
 
BioConference Live Genetics 2013
BioConference Live Genetics 2013BioConference Live Genetics 2013
BioConference Live Genetics 2013
LabRoots, Inc.
 
Адаптация бурошнековых машин и инструмента к условиям эксплуатации
Адаптация бурошнековых машин и инструмента к условиям эксплуатацииАдаптация бурошнековых машин и инструмента к условиям эксплуатации
Адаптация бурошнековых машин и инструмента к условиям эксплуатации
kulibin
 

Viewers also liked (20)

Presentation1
Presentation1Presentation1
Presentation1
 
Фотоотчёт о фестивале покров
Фотоотчёт о фестивале покровФотоотчёт о фестивале покров
Фотоотчёт о фестивале покров
 
Совместная работа в облачной среде: общие сведения для определенияподходящей ...
Совместная работа в облачной среде: общие сведения для
определенияподходящей ...Совместная работа в облачной среде: общие сведения для
определенияподходящей ...
Совместная работа в облачной среде: общие сведения для определенияподходящей ...
 
Social media nonprofitcenter0913
Social media nonprofitcenter0913Social media nonprofitcenter0913
Social media nonprofitcenter0913
 
Downlight for commercial lighting application
Downlight for commercial lighting application Downlight for commercial lighting application
Downlight for commercial lighting application
 
CATALOGO ESCLAVAS
CATALOGO ESCLAVASCATALOGO ESCLAVAS
CATALOGO ESCLAVAS
 
Silicon valley and the search for immortality — the future of healthcare
Silicon valley and the search for immortality — the future of healthcareSilicon valley and the search for immortality — the future of healthcare
Silicon valley and the search for immortality — the future of healthcare
 
Para entender un poco más la virtualidad
Para entender un poco más la virtualidadPara entender un poco más la virtualidad
Para entender un poco más la virtualidad
 
Practica 5
Practica 5Practica 5
Practica 5
 
Home Buyers Guide
Home Buyers Guide Home Buyers Guide
Home Buyers Guide
 
Extreme Leadership - How To Unleash The Full Potential In People And Teams
Extreme Leadership - How To Unleash The Full Potential In People And TeamsExtreme Leadership - How To Unleash The Full Potential In People And Teams
Extreme Leadership - How To Unleash The Full Potential In People And Teams
 
Slamit 7, an ERASMUS+ Course
Slamit 7, an ERASMUS+ Course Slamit 7, an ERASMUS+ Course
Slamit 7, an ERASMUS+ Course
 
Henry dunant
Henry dunantHenry dunant
Henry dunant
 
BioConference Live Genetics 2013
BioConference Live Genetics 2013BioConference Live Genetics 2013
BioConference Live Genetics 2013
 
Opposites Attract
Opposites AttractOpposites Attract
Opposites Attract
 
Understanding the bronchiectasis prognosis
Understanding the bronchiectasis prognosisUnderstanding the bronchiectasis prognosis
Understanding the bronchiectasis prognosis
 
1.eMedRec Overview
1.eMedRec Overview1.eMedRec Overview
1.eMedRec Overview
 
Адаптация бурошнековых машин и инструмента к условиям эксплуатации
Адаптация бурошнековых машин и инструмента к условиям эксплуатацииАдаптация бурошнековых машин и инструмента к условиям эксплуатации
Адаптация бурошнековых машин и инструмента к условиям эксплуатации
 
A Salesforce Admin's Compass to Dreamforce
A Salesforce Admin's Compass to DreamforceA Salesforce Admin's Compass to Dreamforce
A Salesforce Admin's Compass to Dreamforce
 
New Jersey: Your Dream Home Destination
New Jersey: Your Dream Home DestinationNew Jersey: Your Dream Home Destination
New Jersey: Your Dream Home Destination
 

Similar to Stay sane. Test for real.

Cloudcamp scotland - Using cloud without losing control
Cloudcamp scotland - Using cloud without losing controlCloudcamp scotland - Using cloud without losing control
Cloudcamp scotland - Using cloud without losing control
Duncan Johnston-Watt
 
Performance measurement and tuning
Performance measurement and tuningPerformance measurement and tuning
Performance measurement and tuning
AOE
 
Spring 3: What's New
Spring 3: What's NewSpring 3: What's New
Spring 3: What's New
Ted Pennings
 
Websockets - DevFestX May 19, 2012
Websockets - DevFestX May 19, 2012Websockets - DevFestX May 19, 2012
Websockets - DevFestX May 19, 2012
Sameer Segal
 

Similar to Stay sane. Test for real. (20)

JavaOne 2017 - TestContainers: integration testing without the hassle
JavaOne 2017 - TestContainers: integration testing without the hassleJavaOne 2017 - TestContainers: integration testing without the hassle
JavaOne 2017 - TestContainers: integration testing without the hassle
 
Reactive microservices with Micronaut - GR8Conf EU 2018
Reactive microservices with Micronaut - GR8Conf EU 2018Reactive microservices with Micronaut - GR8Conf EU 2018
Reactive microservices with Micronaut - GR8Conf EU 2018
 
比XML更好用的Java Annotation
比XML更好用的Java Annotation比XML更好用的Java Annotation
比XML更好用的Java Annotation
 
Cloudcamp scotland - Using cloud without losing control
Cloudcamp scotland - Using cloud without losing controlCloudcamp scotland - Using cloud without losing control
Cloudcamp scotland - Using cloud without losing control
 
Spring vs. Java EE QConSP 2012
Spring vs. Java EE QConSP 2012Spring vs. Java EE QConSP 2012
Spring vs. Java EE QConSP 2012
 
"Migrate large gwt applications - Lessons Learned" By Harald Pehl
"Migrate large gwt applications - Lessons Learned" By Harald Pehl"Migrate large gwt applications - Lessons Learned" By Harald Pehl
"Migrate large gwt applications - Lessons Learned" By Harald Pehl
 
Performance measurement and tuning
Performance measurement and tuningPerformance measurement and tuning
Performance measurement and tuning
 
Real Life Clean Architecture
Real Life Clean ArchitectureReal Life Clean Architecture
Real Life Clean Architecture
 
EWD 3 Training Course Part 38: Building a React.js application with QEWD, Part 2
EWD 3 Training Course Part 38: Building a React.js application with QEWD, Part 2EWD 3 Training Course Part 38: Building a React.js application with QEWD, Part 2
EWD 3 Training Course Part 38: Building a React.js application with QEWD, Part 2
 
Spring 3: What's New
Spring 3: What's NewSpring 3: What's New
Spring 3: What's New
 
An Introduction to Property Based Testing
An Introduction to Property Based TestingAn Introduction to Property Based Testing
An Introduction to Property Based Testing
 
Automated UI testing for iOS apps using KIF framework and Swift
Automated UI testing for iOS apps using KIF framework and SwiftAutomated UI testing for iOS apps using KIF framework and Swift
Automated UI testing for iOS apps using KIF framework and Swift
 
Tdd iPhone For Dummies
Tdd iPhone For DummiesTdd iPhone For Dummies
Tdd iPhone For Dummies
 
Qt & Webkit
Qt & WebkitQt & Webkit
Qt & Webkit
 
Maintaining Your Code Clint Eastwood Style
Maintaining Your Code Clint Eastwood StyleMaintaining Your Code Clint Eastwood Style
Maintaining Your Code Clint Eastwood Style
 
Building scalable applications with hazelcast
Building scalable applications with hazelcastBuilding scalable applications with hazelcast
Building scalable applications with hazelcast
 
Arquitecturas de microservicios - Medianet Software
Arquitecturas de microservicios   -  Medianet SoftwareArquitecturas de microservicios   -  Medianet Software
Arquitecturas de microservicios - Medianet Software
 
Websockets - DevFestX May 19, 2012
Websockets - DevFestX May 19, 2012Websockets - DevFestX May 19, 2012
Websockets - DevFestX May 19, 2012
 
Replicating production on your laptop using the magic of containers
Replicating production on your laptop using the magic of containersReplicating production on your laptop using the magic of containers
Replicating production on your laptop using the magic of containers
 
Building scalable applications with hazelcast
Building scalable applications with hazelcastBuilding scalable applications with hazelcast
Building scalable applications with hazelcast
 

Recently uploaded

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 

Stay sane. Test for real.