Sebastián OrozcoNov 23, 20223 min readSoftware QualityCucumber + Serenity — How to rerun failed tests and save execution time on continuous deploymentSome context… One of the biggest challenges about functional automated tests is to look for strategies which help us to save time on...
Juan FernándezSep 14, 20223 min readSoftware QualityConvert Data tables into Java records in SerenityBDDWhen we write a test using SerenityBDD, we have multiple ways to manage or initialize data. One of these ways is using data tables. But...
Juan Pablo GómezFeb 25, 20222 min readSoftware QualityA new approach to explicitly wait DB responses using Screenplay PatternContext. Have you ever tested on a system that makes asynchronous calls to a DB? If so, you might see that your tests are prone to not...