Author: Shubham Jain

  • Gemini vs ChatGPT : Benchmarking AI Models for Software Testing

    Gemini vs ChatGPT : Benchmarking AI Models for Software Testing

    When developers and QA teams search for Gemini vs ChatGPT, they are usually trying to understand which AI model performs better in real-world engineering workflows, not just general chat or content generation. This benchmark focuses specifically on AI-powered software testing, comparing Google Gemini 2.5 Pro against OpenAI’s o1 model (used in advanced ChatGPT workflows) using…

    by

    in ,
  • Go Mocks and Stubs generator Made Easy

    Go Mocks and Stubs generator Made Easy

    Testing code that talks to the network, APIs, databases, external services, is where a lot of test-writing time quietly disappears. The logic you actually want to check is simple, but standing up realistic responses for every dependency is not. This post walks through why that happens and how a Go mocks and stubs generator that…

    by

    in