Rishikesh Vajrerishivajre.hashnode.dev·Nov 2, 2024How to do Fuzz Testing: Unpredictable Test Data 📑In software testing, we often focus on testing our systems with "known" conditions i.e., valid inputs, typical scenarios, and expected flows. But what happens when your system encounters something truly unpredictable? This is where fuzz testing steps...Discussfuzz-testing
Victor Uzoagbavictoru.hashnode.dev·Sep 8, 2024Employing Fuzzing Techniques for Bug Discovery in an Automated WayIntroduction Today, software systems have to stay largely exposed to various types of security vulnerabilities. The ability of developers to identify and patch a vulnerability before this may be exploited by malicious attackers is crucial. Fuzzing is...Discussdebugging
Shubham Deshmukhhashnode.shubhamdeshmukh.com·May 6, 2024Golang Fuzzing Explained1. Introduction Fuzz testing is a Black Box software testing technique that involves feeding random or semi-random data into a program to uncover edge cases, bugs, and potential security vulnerabilities. It’s particularly effective in identifying une...Discuss·1 like·122 readsgolang
decentraluisdecentraluis.hashnode.dev·Jul 7, 2023Introducción rápida al invariant TestingIntroducción En el dinámico y creciente universo de las Finanzas Descentralizadas (DeFi), la estabilidad y confiabilidad de los protocolos son elementos cruciales para garantizar la seguridad de los fondos y la integridad del ecosistema. En este cont...Discussfuzzing