Tag: chatgpt

  • Revolutionising Unit Test Generation with LLMs

    Revolutionising Unit Test Generation with LLMs

    “Discovering the unexpected is more important than confirming the known.” – George E. P. Box As software systems grow in complexity, the importance of comprehensive testing cannot be overstated. However, writing unit tests is often a time-consuming and repetitive task leading to developer fatigue. In this blog we will over come the manual unit test…

    by

    in
  • 🧪 Testing with ChatGPT : Epic Wins and Fails

    🧪 Testing with ChatGPT : Epic Wins and Fails

    Hey devs, 🖐️ let’s talk about a shiny new tool that’s shaking up testing – ChatGPT 🚀. It’s like your sidekick, but is it the superhero it claims to be? Grab some popcorn and let’s break down how this AI buddy can rock the testing boat that might make you go, "Aha!" or "Oops!" Seeing…

    by

    in
  • Automated E2E tests using Property Based Testing  | Part II

    Automated E2E tests using Property Based Testing | Part II

    If you haven’t visited Part I, I highly recommend you go through it for a better understanding of this blog. Let’s continue 🤠 What is Property Based testing? Before delving into property based testing, it’s important to understand example-based testing. Traditional, or example-based testing specifies the behaviour of your software by writing examples of it,…

    by

    in