The Most Effective Tutorial on Tests You Will Ever Read

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • supertest

    Discontinued 🕷 Super-agent driven library for testing node.js HTTP servers using a fluent API. Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs. [Moved to: https://github.com/ladjs/supertest] (by visionmedia)

  • Supertest is a library that simulates HTTP requests. I’ll be covering how to add testing to a backend Node.js/Express.js app later in this article. Very shortly, you will see how Supertest can be used alongside Jest. Supertest will be implemented to test some Express routes/controllers.

  • Newman

    Newman is a command-line collection runner for Postman

  • Ever wondered how you could test your API without using Postman or ThunderClient? While these tools are helpful, if you’re like me and work in the backend a lot, working with these tools can get time-consuming and tedious. Instead of manually making calls to your API, testing the backend can be automated with unit testing. There are many other benefits to testing but here are a few:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • jest

    Delightful JavaScript Testing.

  • Jest is a popular JavaScript testing framework whose strength is its compatibility with many project-types and its lightweight setup.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to use ConfigCat's public API to conduct integration tests

    3 projects | dev.to | 12 Aug 2023
  • Is it bad practice to use the same express server for both backend and frontend?

    2 projects | /r/expressjs | 16 Oct 2022
  • for someone who do desktop app all the time. what i need to switch to web with c# background?

    4 projects | /r/AskProgramming | 1 Oct 2022
  • AWS SnapStart - Part 20 Measuring warm starts with Java 17 using different Lambda memory settings

    1 project | dev.to | 8 May 2024
  • Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 6 Comparing cold and warm starts between Data API and JDBC

    2 projects | dev.to | 6 May 2024