Posts

Showing posts with the label curatedlist

Curated list of all possible Testing tools via the Test Pyramid

Image
Based on the testing pyramid by Martin Fowler , I decided we need something similar that gives us a reference to all possible tools for each layer of the pyramid. and a similar one for mobile devices and Non Functional testing. Here is a curated list of all possible testing tools classified by the pyramid as a reference: https://github.com/AdyKalra/TestingToolsviaTestPyramid TestingToolsviaTestPyramid List of all testing tools in every programming language , based on the Testing Pyramid Let's finish this list! Click on each slice of the pyramid to see what tools do we have in that space Automated GUI Tests Automated API Tests Automated Integration Tests Automated Component Tests Automated Unit Tests Automated Database Tests Framework - Reporting / CI / LiveDoc / Code Analysis Agnostic Frameworks Reporting Documentation Code Analysis Continuous Integration Non Functional Testing - Performance / Security NFR Mobile Real Device Tests Si...

Curated list of static analysis tools, linters and code quality checkers

Image
Here is a curated list of static analysis tools, linters and code quality checkers for various programming languages: https://github.com/mre/awesome-static-analysis C# Static code Analysis tools .NET Analyzers  - An organization for the development of analyzers (diagnostics and code fixes) using the .NET Compiler Platform. Code Analysis Rule Collection  - Contains a set of diagnostics, code fixes and refactorings built on the Microsoft .NET Compiler Platform "Roslyn". code-cracker  - An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties. CSharpEssentials  - C# Essentials is a collection of Roslyn diagnostic analyzers, code fixes and refactorings that make it easy to work with C# 6 language features. Designite  ©️ - Designite is a software design quality assessment tool. It supports detection of implementation and design smells, compu...