What is Software Testing

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
  • Unit-Testing

    Unit testing is a software testing technique that focuses on verifying the correctness of individual units of code, typically functions or methods. It isolates a specific unit and tests its behavior with various inputs to ensure it produces the expected outputs.

  • Unit Testing - Article And implementation

  • Integration-Test

    Integration tests verify how different parts of a software system (modules, services) work together. They ensure data flows smoothly and interactions between components function as expected.

  • Integration Testing - Article And implementation

  • 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
  • System-Testing

    System testing verifies a complete system meets all requirements & performs well. It checks functionality, performance, security & usability from an end-user perspective.

  • System Testing - Article And implementation

  • Regression-Testing

    Regression testing is like double-checking software after changes to make sure old features still work while new ones function correctly

  • Regression Testing - Article And implementation

  • Acceptance-Testing

    Acceptance Testing ensures software meets user requirements. It validates functionality, usability, and compatibility. Users conduct tests to verify if the software is ready for deployment.

  • Acceptance Testing (including User Acceptance Testing (UAT)) - Article And implementation

  • E2E-Testing

    E2E testing simulates real user journeys to confirm an application functions as intended, from start to finish. It checks if all the software parts work together seamlessly, mimicking real-world use.

  • E2E - Article And implementation

  • algorithms-data-structures

    This repository is your structured path to mastering algorithms and data structures. Build a strong foundation, solve problems effectively and manage data like a pro. Beginner to advanced, with resources . Let's code smarter! 🚀

  • Performance Testing Article

  • 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.

    InfluxDB logo
  • Smoke-Testing

    A smoke test is a quick check to see if new software is basically functional. It's like a smoke alarm - it doesn't guarantee everything's fine, but it catches major issues early.

  • Smoke Testing Article And implementation

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

  • Basic Algorithms

    1 project | dev.to | 26 Apr 2024
  • What is dependency injection

    1 project | dev.to | 8 Apr 2024
  • What is Containerization

    2 projects | dev.to | 25 May 2024
  • Learn Use Express for Backend Simple WebService and Deploy for Free in netlify platform

    2 projects | dev.to | 30 May 2024
  • O que é strict mode no JavaScript?

    1 project | dev.to | 27 May 2024