Bashiul Alam SababforBashiul Alam Sabab's Blogbashiul.hashnode.net·Jun 7, 2021API Automation with Groovy and SpockAPI automation can be a tricky part in software testing. There are quite a few options to choose from when it comes to automating APIs. We can choose to use existing tools like Postman, SOAP UI, even Jmeter or we can choose to develop a whole project...Discuss·11 likes·969 readsTesting
Radosław Lewandowskiforkiminoboku on softwarekiminoboku.hashnode.net·Mar 14, 2022Cukedoctor - when test automation meets living documentationWhen I was reading one of Uncle Bob's books (Clean Code or The Clean Coder, don't remember which one) I've stumbled upon this project he created called FitNesse. I very liked the concept of it, let me explain why. What is FitNesse? The idea behind th...Discuss·10 likes·434 readsTesting
Chrisforkristijan-pajtasevkristijan-pajtasev.hashnode.net·Dec 12, 2022Selenium vs Cucumber: Core DifferencesTesting is very important when it comes to software development. It not only helps you ensure that the code you develop is working correctly, but also that it did not break the existing code. If you are working on web applications, you probably have ...Discuss·10 likes·84 readsUI TestingCucumber
Daniele FrascaforDo more with Serverlessdfrasca.hashnode.net·Apr 13, 2023Serverless testing is not complicated. It just requires some effortTesting serverless applications can seem complicated due to their unique architecture, especially if you are relatively new. But, of course, it does not help to hear that serverless computing requires a new mindset because it changes how developers b...Discuss·10 likes·46 readsAWS
Devendra Nagpurefordevendra's blogdevendra43.hashnode.net·Mar 30, 2023BDD Cucumber: A Guide to Understanding Behavior-Driven DevelopmentIn today's fast-paced world, software development is constantly evolving, and new approaches and methodologies are emerging to help developers create better software. One such methodology that has gained popularity in recent years is Behavior-Driven ...DiscussCucumber
Pablo Curell MompoforPablo Curell Mompo'spcurell.hashnode.net·Dec 28, 2022How to feature test your PyGame GameI write this article as I struggled to find accurate resources on how to feature test my newly started PyGame project. If someone has the same struggles I had, they can find a solution here. I will answer in this article: How can you test that your ...Discuss·2 likes·146 readsPython
Chrisforkristijan-pajtasevkristijan-pajtasev.hashnode.net·Dec 12, 2022Selenium vs Cucumber: Core DifferencesTesting is very important when it comes to software development. It not only helps you ensure that the code you develop is working correctly, but also that it did not break the existing code. If you are working on web applications, you probably have ...Discuss·10 likes·84 readsUI TestingCucumber
LambdaTestforLambdaTestlambdatest.hashnode.net·Oct 3, 2022Webinar: BDD Pitfalls and How to Avoid ThemWhen new products are launched, the disconnect between business professionals and engineers often results in wasted time and resources. A strategy for improving communication can help prevent bottlenecks to the project’s progress. When business manag...DiscussPitfalls
Mohamed MansourforMansour's Blogmohamedmansour.hashnode.net·Aug 10, 2022Introduction to BDD and Integration TestBefore we start let's talk about what I need to do to test any system. So we Have some tests to run to make sure that our system is good and behaving as it should. Unit Test, this kind of test aims to test the code developers have written. The integ...Discuss·27 readsbdd
ShashankforCoder at Workcoderatwork.hashnode.net·Aug 6, 2022Refining Software Development with Behavior-Driven Development (BDD)Behavior-Driven Development (BDD) is a software development methodology that aims to improve collaboration between developers, testers, and business stakeholders by focusing on the behavior of the system. BDD is an evolution of Test-Driven Developmen...Discuss·2.6K readsProgramming Blogs
Nolan Phillipsfornolanphillips.hashnode.net·May 13, 2022How to Mock ActionMailerThe Rails ActionMailer is a pretty useful tool. Unfortunately, it's extremely awkward to mock for tests. Since these emails are critical to our business I spent some time looking at how to write clean test to make sure my mailers are called when the...Discuss·1 like·1.8K readsRuby
AloforAloalo.hashnode.net·Mar 28, 2022An introduction to Double Loop - BDD + TDDIn this series of articles, we will explore a very powerful development technique: Double Loop TDD. In this first article, we will explore the outer loop, BDD: Behaviour Driven Development But for now, forget about Double Loop for a second, and let's...Discuss·66 readsbdd
Sean CoughlinforSean Coughlin's Blogscc33.hashnode.net·Mar 26, 2022What is BDD?BDD Tl;dr BDD or behavior-driven development puts developers in the seat of business owners, forcing them to think about how their code creates value. What is BDD? BDD requires that units of software should be defined in terms of the desired behavior...Discuss·10 likes·232 readsTypes of Software TestingTesting