Hello, espresso! Part 2 Working with lists
Learn how to automate android list controls like AdapterView and RecyclerViews using espresso
Learn how to automate android list controls like AdapterView and RecyclerViews using espresso
Getting started with Android automation using Espresso
I recently switched to Meta London as a Software Engineer. This post talks about my interview experience and journey, how I prepared and resources for these ...
Software development engineer in Test is a popular role/title in Testing space. In this post I share my thoughts on what this role means and some of the skil...
Software testing and Test automation is nuanced field. There are many common sense truths that engineers should take care. This post elaborates on a twitter ...
I started my career as a professional Software tester and Automation engineer 10 years ago on this very day. This post is me reflecting on how this decade we...
Here to announce that the course on building an API test automation framework using Python is finally live on Test automation university. Check it out
We explore using pytest xdist plugin to run tests in parallel for our framework
Any framework is incomplete without a robust test results reporting setup, In this post, I walkthrough how to setup pytest to ReportPortal integration for pe...
So far we’ve seen how to do something using a specific module in python and their syntaxes. In this post we explore what could be a good API automation frame...
Asserting that your api’s are returning responses conforming to valid schema contracts is very important. With a data validation library its often quite easy...
In this post, we explore how to perform serialization/de-serialization of JSON and use JsonPath to parse JSON strings which forms a crucial building block of...
Working with XML in any test automation framework specially API is inevitable, In this post we see how to write tests for an API that returns XML response an...
Using a good assertion library can supercharge your automation framework. In this post we see how assertpy library could be useful and see some examples of i...
Learn how to make http requests in python using requests and pytest for a locally hosted Flask API