Posts about Quality Assurance

Using Experimentation to Evolve our Story Kick Off Process
What were the challenges we were facing? With an ever-expanding number of product teams, QA Engineers moving between teams and new QA Engineers joining with differing levels of experience, it became challenging to ensure our existing Story Kick Off process was delivering a high standard of quality across all of the product teams. So, a small group…

Making Android UI tests more readable
Like most Android projects, our UI tests use the Espresso framework to perform interactions on our test app, check an element is on the page, check the text of an element etc. Although our tests worked they were quite hard to read and it would take a bit of time for someone who hadn’t seen…