Sandeep Choudharysandeepc.hashnode.dev·Nov 12, 2024Behaviour-Driven Development (BDD)Behaviour-Driven Development (BDD) is a software development process that emerged from Test-Driven Development (TDD). BDD promotes collaboration among developers, testers, and non-technical stakeholders through clear and understandable requirements. ...DiscussDevelopmentbdd
Hardik Chotaliyahardikchotaliya.hashnode.dev·Oct 30, 2024What is Behavior-Driven Development (BDD)Introduction In this blog, we will explore the following key points: Understanding BDD: Learn the basics of behaviour-driven development (BDD) and how it enhances collaboration with non-technical teams. Integration with Agile: Discover how BDD fits...DiscussBehavior-Driven Development
Hardik Chotaliyahardikchotaliya.hashnode.dev·Oct 4, 2024WebdriverIO Configuration Guide: Setting Up Your Test Automation FrameworkIn this blog, we will dive into setting up and configuring WebdriverIO V9, which forms the foundation of your Automation framework. WebdriverIO Setup: WebdriverIO can be installed and configured in two main ways: Custom configuration via the termina...Discuss·144 readsWebdriverIOwebdriverio-setup
Neisser Moreno Sanchezneisserms.hashnode.dev·Aug 4, 2024Base template for end-to-end testing using Gherkin, Cucumber, and Cypress.Introduction Template where Cypress & Cucumber is already integrated. This repository acts externally, you only need to provide the path of the system or website in the environment to use it. The main benefit of using it as an external project is tha...Discusstest-automation
Cloud Tunedcloudtuned.hashnode.dev·Jul 9, 2024Understanding Cucumber: Bridging the Gap Between Development and TestingUnderstanding Cucumber: Bridging the Gap Between Development and Testing Introduction In modern software development, ensuring clear communication and collaboration between developers, testers, and business stakeholders is crucial. Cucumber is a popu...DiscussCucumber
ALBERT KENYI APAZA CCALLEalbertapaza.hashnode.dev·Jul 5, 2024Testing Management Tools comparative : GitHub ActionsIntroduction GitHub Actions serves as a continuous integration and continuous deployment (CI/CD) platform automating tasks like build, test, and deployment within a GitHub repository. Workflows can be configured to trigger specific actions whenever e...DiscussProgrammers
Maaz Ahmedmaaz-code.hashnode.dev·Jun 19, 2024Cucumber Testing and Gherkin: A Comprehensive GuideIn today's fast-paced software development environment, ensuring the quality and functionality of an application is critical. Automated testing has become an essential part of the development lifecycle, and tools like Cucumber have gained popularity ...Discuss·2 likes·64 readsTechnologyCucumber
Abhayabhayit2000.hashnode.dev·May 24, 2024Effective Software Testing With Cucumber TestingCucumber testing is a powerful technique used for efficient software testing. By employing Cucumber, software development teams can improve the effectiveness of their testing processes. This document will explore the benefits and strategies of Cucumb...DiscussSoftware Testing
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·May 15, 2024Testing BunJs Web Application with Cucumber JS and KeployIn our previous blog, we explored how to build a modern web server using BunJs and Prisma, integrating robust authentication mechanisms with JWT tokens. Now, it's time to ensure our application is reliable and error-free through thorough testing. In ...Discussbunjs
Federico Moyawalletera.dev·Apr 5, 2024Using BDD to implement a Payments Gateway - Part 1💡 This article belongs to the Walletera series. The Walletera journey continues. In the previous article, we started working on the Dinopay Gateway. We built one of the main components, the MessagesProcessor. On the way, we learned how to work ite...Discuss·106 readsWalleteraBehavior-Driven Development (BDD)