Python API test automation framework (Part 4) Working with XML using python lxml
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...
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
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...