Python API test automation framework (Part 1) Introduction, Setup and Installation
Introduction to the course and setting up python and required dependencies for building an API framework
Introduction to the course and setting up python and required dependencies for building an API framework
Mob testing is a very useful testing practice to encourage the whole team to test together and more often and is really effective at finding bugs while teach...
In the Software Industry, Testers possess different titles. Sometimes these can cause different confusions in terms of roles/scope. In this post, I share wha...
How to push logs into ReportPortal using logback in a Kotlin/TestNG/Gradle project
Why do testers feel like an imposter and how to deal with it?
How i moved away from Wordpress and into the world of static site generators with Jekyll and Github pages
Writing clear and concise bug reports can greatly reduce the back and forth between different engineering stakeholders. We discuss on what makes a good bug r...
Useful debugging feature in IntelliJ based IDEs: Put a breakpoint which stops only when a certain condition matches.
Working with virtualenvs in python can be a bit tricky initially, Luckily we have pipenv now, which makes it quite easy to create, edit, delete and manage yo...
Mobile apps should be tested not just under WiFI but under “more” realistic network conditions. In this post we see how we can simulate these conditions on A...
What are boundary value analysis and equivalence partitioning testing techniques? In this post we would understand these with an example.
Using adb and command line can simplify and ease many tasks that are otherwise performed via a UI. In this post, we cover how to use adb/scrcpy to perform so...
Redis is a powerful in-memory data store that could be used for a variety of test automation use cases. In this post, we setup a redis server on an ubuntu VM...
A post on how to use adb and aapt tools in android sdk to figure out the package and activity names for use in Appium desired capabilities.
How do I stay productive while working remotely or from home? This post is a collection of some practices that work well for me.