BDD from Scratch with Serenity and JBehave
This tutorial explains how to start a Behavior-Driven Development (BDD) approach from scratch with JBehave framework and Serenity reporting library.
This tutorial explains how to start a Behavior-Driven Development (BDD) approach from scratch with JBehave framework and Serenity reporting library.
This talk introduces the problem by showing some valiant and failed attempts to visualize microservice architectures. The challenge is based on a new open source tool (spigo) that generates large scale simulations of complex microservices, and which can be used to stress test monitoring tools without the expense and effort …
Successful adoption of unit testing goes beyond picking a framework: The effectiveness of unit testing is dependent on run-time analysis, static analysis, and other tools to make up the “iron triangle” necessary to get profitable increases in feature velocity and MTBF in the field. We’ll cover where to start in …
As a new Ruby developer, I expected to be challenged intellectually as I dove into algorithms, data structures, and object-oriented design, but I was disturbed to realize that coding, especially in an Agile workflow, actually challenged me personally. Web development pushes us to our limits, not only of cognition, but …
This talk explains what a TV App context is and the kind of problems we can encounter when trying to automate the things out. This presentation goes through previous failures, their approach and what have been the key points to build an automatic test tool. Come listen how a few …
Jest is an open source tool developed by Facebook that provides painless JavaScript unit testing. It is built on top of the Jasmine test framework, using familiar expect(value).toBe(other) assertions.