Posts by Collection

portfolio

Breaking the autopilot

This article is about how mindfulness and a few simple shifts helped me stop testing like a machine. I started focusing more on what I was testing and why it mattered, and that not only helped me catch bugs earlier but also made it easier to collaborate with developers.

publications

Behave Framework Without POM(BDD)

This Github Repo contains code for UI Automation of Website which is a web application through behave framework using Page Object Model.

December 05, 2024 Github

Automation Through Behave (BDD)

This Github Repo contains code for Automation of Website which is a web application for automation practice.

January 03, 2025 Github

talks

Talk 1 on Relevant Topic in Your Field

This is a description of your talk, which is a markdown file that can be all markdown-ified like any other post. Yay markdown!

March 01, 2012 UC San Francisco, Department of Testing

teaching

Green Testing in the Age of AI

In an age where artificial intelligence is transforming our testing methodologies, another revolution quietly unfolds alongside it, the movement toward Green Testing. As software testers with over a decade in the field and several years specializing in AI testing tools, we have observed how our testing processes contribute significantly to our digital carbon footprint. This is not just an environmental concern. It represents a fundamental shift in how we should approach quality assurance in the 2020s and beyond.

August 05, 2025 AI

Postbot in Postman

Exploring Postbot, Postman’s AI-powered assistant that enhances API testing efficiency.

Python Assert vs Pytest Assert

Understanding the differences between Python’s built-in assert statement and Pytest’s enhanced assertion capabilities.