Category Software Testing

Test Automation using Python – Part 2

In the previous post we have seen how to write unit test using unittest framework in Python. Here we will extend it and use for Selenium test automation using Python. Prerequisite Install Selenium driver binding for Python using following command…

Testing Strategies in a Microservice Architecture

Microservices are a popular architectural style for building applications that are resilient, independently deployable and highly scalable. But a successful microservice architecture requires different approach to both designing and testing. What is a Microservice architecture and how it differs from…

AI Bot

How to fail AI Testing?

Overview Here I will show you how to fail OpenAI. I have given a simple mathematical problem to solve. Open AI got confused on the questions and gave multiple incorrect answers each time trying to prove itself correct. So its…

Selenium Grid setup for Remote execution

Why do you need Selenium Grid setup for remote execution? Scenario1 – You need to run your selenium automation tests with different browser/OS combinationScenario2 – You need to run selenium tests in parallel across different or same browsers….. There can…