Tag: ci-cd

  • Playwright Alternative for API Testing

    Playwright Alternative for API Testing

    If you’re an SDET who’s been using Playwright for API testing, you might be all too familiar with the frustrations of dealing with database dependencies, data management, and the endless need for cleanup. Let’s face it – Playwright, while fantastic for UI testing, can be cumbersome when it comes to API testing. But what if…

    by

    in
  • Unit Testing in Python is way more convenient than you’ve thought

    Unit Testing in Python is way more convenient than you’ve thought

    Introduction As software developers, we have to write a lot of unit tests for our software. And for the dynamic nature and the ease of writing tests alongside the code, Python can be a viable option for unit testing of our software. So, let’s dive into the nitty-gritty of writing unit tests and explore the…

    by

    in
  • Improving Code Quality and Accelerating Development

    Improving Code Quality and Accelerating Development

    Introduction In the fast-changing world of software development, teams struggle to maintain good code quality while shortening development schedules. Continuous Testing (CT) in CI/CD pipelines stands out as a powerful strategy. It allows teams to weave testing directly into their development workflow, offering quick feedback and stronger quality assurance. This article delves into Continuous Testing’s…

    by

    in
  • Why More End-to-End Testing is Good for less stress?

    Why More End-to-End Testing is Good for less stress?

    In the ever-evolving world of software development, quality assurance is paramount. When it comes to testing, End-to-End testing stands out as a robust approach. In this blog, we’ll explore why End-to-End testing is often good enough to ensure software quality and how a backend testing tool that automates E2E tests can simplify the process. The…

    by

    in
  • Integration vs E2E Testing: What worked for me as a charm

    Integration vs E2E Testing: What worked for me as a charm

    When it comes to testing software applications, various testing techniques can be employed. Three common testing methods are unit testing, integration testing and end-to-end testing. All these different kinds of testing overlap, so you just can’t implement one or two forms of testing and you will be good. Like if you are in the initial…

    by

    in