Mobile app testing checklist
A testers brain requires a lot of creativity and the no of scenarios that we test on a day to day basis are innumerable. Expecting the brain to remember all ...
A testers brain requires a lot of creativity and the no of scenarios that we test on a day to day basis are innumerable. Expecting the brain to remember all ...
ReportPortal is one of the new reporting solutions available. It supports multiple different test frameworks like TestNG, Cucumber, Pytest and many more. Thi...
An opinionated post on Why focussing on titles is an anti-pattern that should stop in the Testing world and how much better the industry if we all focussed a...
Sometime back, I tried to update my Kotlin test code using TestNG to use data providers and Before/After annotations and it did not work immediately. After s...
Give your development experience superpowers!
TestNG is a popular test framework that needs no introduction in the JVM (Java virtual machine) ecosystem and can be used for automating your tests regardles...
This is a neat trick I discovered recently
In this post, I want to share some of my mental models as a test journeyman with the hope that it gives some insight to people who are a bit new to the field...
Data providers are not new, they are a cool feature in TestNG, in this post, we see how to implement these in Kotlin language
Walkthrough of how we can use Locust to set up a simple test for a mocked API
2nd part in a series on how to write idiomatic Kotlin, Read first part here
Common misconceptions about testing and the people who perform it.
Thoughts on why testers need to think beyond their role and evolve to become quality coaches for the whole team.
Part 1 of a series of posts on why coding in kotlin makes so much sense over java.