9 Best Articles in 2022
tyrrrz.me
Unit Testing is Overrated
tyrrrz.me
2020-07-08 · The importance of testing in modern software development is really hard to overstate. Delivering a successful product is not something you do once and forget about but is rather a continuous recurring…
Reader View · Shared by 127, including Matthias Lampe, Massimiliano Aroffo, Ⓓarío Macchi, Linus Basig
cypress.io
JavaScript End to End Testing Framework
cypress.io
3 min read · From 2015 · Fast, easy and reliable testing for anything that runs in a browser. Install Cypress in seconds and take the pain out of front-end testing.
Reader View · Shared by 272, including Max Stoiber, Chris Heilmann, Kohei Asai, Vue.js Developers Newsletter, Chris Messina, Pascal Birchler, Galen King, Kenneth Kalmer, Rezha Julio, Alligator.io 🐊, codecentric AG, Herbert Bay, David Hellmann, Stephen C Sanders, Joe Lencioni, Tableless, Chris Coyier, Dan Wahlin, Brian Lovin, Carl Morris
freeCodeCamp.org
How to Start Unit Testing Your JavaScript Code
freeCodeCamp.org
7 min read · From 2020 · We all know we should write unit tests. But, it's hard to know where to start and how much time to devote to tests compared to actual implementation. So, where to start? And is it just about testing…
Reader View · Shared by 71, including Harsha Mv
medium.com
Unit Testing React Components
medium.com
~13 min read · From 2019 · Unit testing is a great discipline which can lead to 40%-80% reductions in production bug density. Unit testing also has several other…
Reader View · Shared by 21, including Eric Elliott, Vikram Dutt
saucelabs.com
Selenium Testing, Mobile Testing, JS Unit Testing and More
saucelabs.com
2 min read · From 2015 · Cross browser testing made awesome. Selenium testing, mobile testing, JS unit testing on over 700 OS/browser platforms. Sign up for a free trial.
Reader View · Shared by 12, including Balda, Paulo Gaspar
Martin Fowler
On the Diverse And Fantastical Shapes of Testing
Martin Fowler
4 min read · 2021-06-02 · My #2 problem with arguing testing pyramids vs honeycombs is the disparate definitions of unit test
Reader View · Shared by 36, including Nico Müller 🇺🇦, Dayyan Smith, Kane Mar, Kent C. Dodds 💿 #RemixConf
SitePoint
JavaScript Testing: Unit vs Functional vs Integration Tests
SitePoint
8 min read · From 2016 · Eric Elliott takes JavaScript testing under the microscope, examining the kinds of tests available and demonstrating how they enhance software stability.
Reader View · Shared by 37, including Eric Elliott, Leon Ormes, DON’T PANIC, Alberto, Ahrbil, Damian J Mullins
mtlynch.io
Why Good Developers Write Bad Unit Tests
mtlynch.io
10 min read · From 2018 · The standard techniques of good development can lead you astray if you don’t adjust them for unit tests.
Reader View · Shared by 27, including Pat Kua, P.Y., Jon Reid
raygun.com
JavaScript unit testing frameworks: Comparing Jasmine, Mocha, AVA, Tape and Jest
raygun.com
8 min read · From 2017 · When starting a new front end project, you can rely on different JavaScript unit testing frameworks for support. But which one should you choose?
Reader View · Shared by 19
Trending
rrawat.com
Unit Testing Essentials for Express API: A Step-by-Step Guide
rrawat.com
20+ min read · Mar 29th · A detailed step-by-step guide to writing unit tests for your node express API using mocha, chai, sinon, supertest, rewire and nyc.
Reader View · Shared by 6, including Better Programming
Stacey Higginbotham
Wyze Gun Safe review
Stacey Higginbotham
4 min read · Apr 6th · I’ve been testing the new Wyze Gun Safe since a review unit arrived late last month. Although I generally like most Wyze products, this one seems underwhelming. While I’m sure it would keep any…
Reader View · Shared by 9, including Kevin C. Tofel 🇺🇦
Bitcoinist.com
Walmart Owned Flipkart To Start Testing Web3.0 Metaverse Expansion
Bitcoinist.com
2 min read · Apr 30th · Walmart-backed Indian E-commerce giant Flipkart, has decided to venture into Web3.0 and Metaverse. Flipkart is set to launch this innovation unit called
Reader View · Shared by 6, including Jeremiah Owyang jowyang.eth
More like this
SitePoint
Unit Test Your JavaScript Using Mocha and Chai
SitePoint
~12 min read · From 2016 · Jani Hartikainen gets you started with unit testing your JavaScript — an important, but often overlooked part of development — using Mocha and Chai.
Reader View · Shared by 13, including Stephen C Sanders
michaelfeathers.typepad.com
Michael Feathers: The Flawed Theory Behind Unit Testing
michaelfeathers.typepad.com
~15 min read · From 2012 · I have Google’s blogsearch set to give me notifications about unit testing. On an average week, I read dozens of blogs and mailing list discussions about the topic. Occasionally, I read something new, but there’s lot of repetition out there....
Reader View · Shared by 14, including Steve Tendon, Francisco Trindade
DEV Community 👩💻👨💻
No excuses, write unit tests
DEV Community 👩💻👨💻
10 min read · From 2016 · Unit testing can sometimes be a tricky subject no matter what language you’re writing in. In this article, I explain how to get started with testing and stop making excuses for your team.
Reader View · Shared by 18, including Nico Müller 🇺🇦, Marc Wieland
javascriptplayground.com
The perfect unit test
javascriptplayground.com
7 min read · From 2019 · There’s a common theme I find with people who tell me that they don’t find unit testing useful, and it’s normally that they are writing bad tests. This is completely understandable, particularly if…
Reader View · Shared by 16, including Simone Corsi 💻🚀
Journal
Lean Testing or Why Unit Tests are Worse than You Think
Journal
10 min read · From 2018 · Testing is a controversial topic. People have strong convictions about testing approaches. Test Driven Development is the most prominent…
Reader View · Shared by 23, including Ferit (at 🏠) 🌙
egghead.io
End to End testing with Cypress
egghead.io
1 min read · From 2018 · The tools available for unit testing have come a long way. While testing may never be “easy”, the available tools have certainly moved testing closer to the simple end of the spectrum. Full end to end testing hasn’t quite kept the same pace and as a result many applications are testing manually and often by users in production. Cypress provides a testing environment that makes end-to-end testing fast and reliable with a simple API that makes creating automated unit tests for your web application
Shared by 14, including Jonas Bandi, Lea R. 🦄
artima.com
A Set of Unit Testing Rules
artima.com
3 min read · From 2019 · Let's Reconsider That A Set of Unit Testing Rules by Michael Feathers September 9, 2005 Summary Don't let slow tests bog you down. Teams that adopt agile practices often adopt Test Driven Development…
Reader View · Shared by 11, including Jon Reid, Michael Feathers, ashley r 🇺🇦 🇺🇦
Martin Fowler
Goto Fail, Heartbleed, and Unit Testing Culture
Martin Fowler
From 2014 · Mike Bland explains how to create a unit-testing culture in an organization with the example of his experience at Google. Such a culture could have prevented bugs like goto fail and heartbleed
Shared by 11, including Mark Needham, dunschtig
gruntjs.com
Grunt: The JavaScript Task Runner
gruntjs.com
1 min read · From 2015 · In one word: automation. The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you've configured…
Reader View · Shared by 26, including David Garner, Jacob Jarnvall, William El Kaim, nuuk, Michael Musgrove, Luca Hammer, Chris Guselle, Francis DB, Александр Трофимов