10 Side notes JAX London 2016
Quick notes from session 10 of JAX London 2016. Making Sense of Microservices preseneted by Russ Miles & Junit session by Nicolai Parlog.
· Q.Assistance · 1 minutes·
Session 1
Session: 12th Oct — 14:15 to 14:45 Making Sense of Microservices: Maximizing Development Productivity and Minimizing Mistakes by Russ Miles
Notes:
- Atomist Rugt: The DSL for micro-services development.
- Interview about the keynote at Jax London 2016
- Keynote in ODESSA
- Antifragility micro-servivces
- Antifragile Software Building Adaptable software with Microservices
Session 2
Session: 12th Oct — 16:30 to 17:20 JUnit 5: Next Generation Testing on the JVM by Nicolai Parlog, Disy Informationssysteme GmbH
Notes
-
Junit 5 is in working progress as per Oct — 2016. Users Guide
-
Junit 5 introduces extension points with custom annotations.
-
Test methods could have package scope.
-
Group assertion AssertAll() method.
-
AssertThrows() with assert message descriptions.
-
Nested tests: more capabilities to express the relationship among several group of tests.
-
Inject parameters with dependency injection.
-
No lambdas testing yet supported.
-
Dynamic tests with @TestFactory. To verify a set of tests values across same test case.
-
Framework extension points for test runners. Open door to a new generation of test frameworks. Open test framework platform.
That was all for this session.
Many thanks for reading, please leave a comment if you have any quality hint.
Keep on testing, better!
More posts
-
The three QA amigos: SDTs, AEs and the VBEs
A usual misunderstanding among many teams is to regard testing as one team without any specialization. Moreover, the biggest mistake that I have seen is to give the same job title to all "testers" regardless their skills and contributions.
-
How to configure Cloudflare DNS for a GitLab page (Solved)
Setting up a custom domain for a GitLab Pages site using Cloudflare can be challenging due to unclear or outdated documentation. This blog post clarifies the process by providing a step-by-step guide.
-
The basics of Software Quality
A brief introduction into the roots of software quality. From the Test & Code podcast episode 175 by Brian Okken. This episode is one of the finest synopses about the quality practices to perform at a top software development team.