BDD Test Automation
Meet the Cast
HOST
David Flanagan
@rawkode
Stay ahead in cloud native
Tutorials, deep dives, and curated eventsβno fluff.
In this episode, we'll take a look at writing acceptance tests, in Rust, that confirm the scenarios and examples we wrote in previous episodes are implemented correctly.
This episode is part of the Introduction to Behaviour-Driven Development series.
-- BDD Test Automation - This Video
πΏ Rawkode Live
Hosted by David McKay / π¦ https://twitter.com/rawkode
Website: https://rawkode.live
Discord Chat: https://rawkode.live/chat
#RawkodeLive
π° Timeline
00:00 - Holding Screen
00:45 - Introductions
02:00 - Background / Context
08:20 - Reviewing Our Feature File
15:30 - Writing Acceptance Tests with Cucumber Rust
π₯ About the Guests
Ciaran McNulty
Ciaran helps teams at all levels of ability improve via training and
coaching. He has been a PHP professional since the late 90s and is
passionate about TDD, BDD and Agile methodologies. He is lead maintainer
of PhpSpec.
π¦ https://twitter.com/ciaranmcnulty
π§© https://github.com/ciaranmcnulty
π https://ciaranmcnulty.com
π¨ About the Technologies
Rust
Rust is a multi-paradigm programming language designed for performance and safety, especially safe concurrency. Rust is syntactically similar to C++, but can guarantee memory safety by using a borrow checker to validate references. Rust achieves memory safety without garbage collection, and reference counting is optional.
Rust was originally designed by Graydon Hoare at Mozilla Research, with contributions from Dave Herman, Brendan Eich, and others. The designers refined the language while writing the Servo layout or browser engine, and the Rust compiler.
It has gained increasing use in industry, and Microsoft has been
experimenting with the language for secure and safety-critical software
components.
Rust has been voted the "most loved programming language" in the Stack Overflow Developer Survey every year since 2016.
π https://www.rust-lang.org/
π¦ https://twitter.com/rustlang
π§© https://github.com/rust-lang/rust
#RustLang
π Show Links
https://gitlab.com/rawkode/gitsync
https://github.com/bbqsrc/cucumber-rust
Related Videos
Fuck you, Hashicorp ... an IBM Company.
HashiCorp archived the repo without warning. Here is why their excuse about "product market fit" is a lie.
Replace Your GitHub Actions YAML with CUE
Are you tired of copy-pasting YAML between repositories only to be bitten by typos after pushing?
MinIO, we won't miss you.
MinIO just announced maintenance mode for their community edition β and honestly? Good riddance.
Relaunching Klustered ... with Heroku Vibes
Building and Launching a Marketing Page on Heroku with AI in Under 20 Minutes
Comments