Fact-checked by Grok 2 weeks ago
References
-
[1]
A Systematic Review on Software Robustness AssessmentMay 3, 2021 · Online robustness testing of distributed embedded systems: An industrial approach. In Proceedings of the IEEE/ACM 39th International Conference ...
-
[2]
[PDF] User Guide for ACTS 1 Core Features1.4 Negative Testing. Negative testing, which is also referred to as robustness testing, is used to test whether a system handles invalid inputs correctly ...
- [3]
-
[4]
A Framework for Automated Testing of Software RobustnessRobustness of a software system is defined as the degree to which the system can behave ordinarily and in conformance with the requirements in extraordinary ...
-
[5]
8.01 - Off Nominal Testing - NASA Software Engineering HandbookOct 30, 2019 · Robustness testing is a testing method and approach that focuses on verifying and validating the system's ability to operate correctly or safely ...
-
[6]
[PDF] Robustness Testing of Software-Intensive Systems: Explanation and ...b) Testing the software product for its ability to isolate and minimize the effect of errors; that is, graceful degradation upon failure, request for operator ...
-
[7]
Robustness testing of Java server applications - IEEE XploreRobustness testing of Java server applications | IEEE Journals & Magazine | IEEE Xplore ... error recovery code (i.e., exception handlers) of server applications ...
-
[8]
Testing of java web services for robustness - ACM Digital LibraryThis paper presents a new compile-time analysis that enables a testing methodology for white-box coverage testing of error recovery ... Robustness Testing of Java ...
-
[9]
[PDF] Boundary Value AnalysisRobustness testing can be seen as and extension of Boundary Value Analysis. The idea behind Robustness testing is to test for clean and dirty test cases. By ...
-
[10]
Software implemented fault tolerance - SRI InternationalNov 16, 1973 · In 1973, NASA asked SRI to use all it knew about fault-tolerant computing and build an experimental computer that could control the safety-critical functions ...Missing: 1980s | Show results with:1980s
-
[11]
[PDF] Software Fault Tolerance: A Tutorial - NASA Technical Reports ServerSoftware fault tolerance is important because error-free software is hard to achieve due to system complexity and difficulty in assessing correctness.Missing: origins | Show results with:origins
-
[12]
(PDF) A Survey on Fault Injection Techniques - ResearchGatePDF | Fault tolerant circuits are currently required in several major application sectors. Besides and in complement to other possible approaches such.
-
[13]
Exploration of DevOps testing process capabilities: An ISM and ...We develop a holistic structure of testing capabilities to show their inter-relationship with each other and their priorities to select the best testing ...
-
[14]
[PDF] B. Boehm and V. Basili, "Software Defect Reduction Top 10 List ...40-50% of software effort is on avoidable rework. 80% of this rework comes from 20% of defects. Fixing after delivery is 100x more expensive. 10 techniques can ...
-
[15]
A generic architecture of ADAS sensor fault injection for virtual testsThe presented research provides a generic architecture of ADAS sensor error injection for robustness testing of the System under Test (SuT). Effects of sensor ...
-
[16]
A robustness testing approach for SOAP Web servicesJul 14, 2012 · This paper addresses the problem of robustness testing in Web services environments. The proposed approach is based on a set of robustness tests.3 Robustness Testing... · 3.3 Robustness Tests... · 3.4 Web Services...Missing: malformed | Show results with:malformed
-
[17]
[1412.6572] Explaining and Harnessing Adversarial Examples - arXivDec 20, 2014 · Using this approach to provide examples for adversarial training, we reduce the test set error of a maxout network on the MNIST dataset.
-
[18]
[PDF] Benchmarking Adversarial Robustness on Image ClassificationIn this paper, we establish a comprehensive, rigorous, and coherent bench- mark to evaluate adversarial robustness on image classifi- cation tasks. After ...Missing: seminal | Show results with:seminal
-
[19]
[PDF] General Principles of Software Validation - Final Guidance for ... - FDA• Robustness – Software testing should demonstrate that a software product behaves correctly ... test the software that goes into an automated medical device.
-
[20]
Software Fault Injection: A Practical Perspective - IntechOpenFault injection is a versatile tool for dependability assessment. When an injected fault causes a system failure, this can indicate insufficient fault tolerance ...2. Fundamentals · 5. Methodology · 6. Case Study: Sfi Contest
-
[21]
Assessing Dependability with Software Fault Injection: A SurveyThis survey provides a comprehensive overview of the state of the art on Software Fault Injection to support researchers and practitioners.
-
[22]
Fault injection - Carnegie Mellon UniversityThis paper discusses the proper view of fault injection as a testing and verification tool, rather than a debugging tool.Missing: seminal | Show results with:seminal
-
[23]
[PDF] An Empirical Study of the Reliability of UNIX Utilities - Paradyn ProjectThis paper proceeds as follows. Section 2 describes the tools that we built to test the utilities. These tools include the fuzz (random character) generator, ...Missing: seminal | Show results with:seminal
-
[24]
What is Fuzzing (Fuzz Testing)? | Tools, Attacks & Security - ImpervaFuzzing is a quality assurance technique used to detect coding errors and security vulnerabilities in software, operating systems, or networks.What is Fuzzing (Fuzz Testing)? · Types of Fuzz Testing · Fuzzing Security Tools
-
[25]
Fuzzing: Hack, Art, and Science - Communications of the ACMFeb 1, 2020 · Other Approaches. Blackbox random fuzzing, grammar-based fuzzing and whitebox fuzzing are the three main approaches to fuzzing in use today. ...
-
[26]
[PDF] An Empirical Study of OSS-Fuzz Bugs - squaresLabFeb 10, 2020 · We find that OSS-Fuzz is often effective at quickly finding bugs, and developers are often quick to patch them.
-
[27]
OSS-Fuzz - continuous fuzzing for open source software. - GitHubGoogle has found thousands of security vulnerabilities and stability bugs by deploying guided in-process fuzzing of Chrome components, and we now want to ...
- [28]
-
[29]
Stress Testing of Distributed Multimedia Software SystemsIn this paper, we present several criteria for selecting test cases, and describe two methods for generating test cases which maximize system resource usage.
- [30]
- [31]
-
[32]
american fuzzy lop - [lcamtuf.coredump.cx]A revolutionary coverage-driven fuzzer credited with finding countless vulnerabilities in open-source code ... tool offers near-native or better-than-native ...Missing: open- | Show results with:open-
-
[33]
google/AFL: american fuzzy lop - a security-oriented fuzzer - GitHubMar 22, 2024 · ... source tools. The fuzzer is thoroughly tested to deliver out-of-the ... Another recent addition to AFL is the afl-analyze tool. It ...
-
[34]
Using syzkaller, part 1: Fuzzing the Linux kernel - CollaboraMar 26, 2020 · A look at syzkaller, a valuable tool widely adopted by the kernel community to detect bugs in the kernel source code.
-
[35]
The Ballerina programming language### Summary of Fault Injection or Robustness Testing Features in Ballerina
-
[36]
Ballerina reinvents cloud-native programming - Opensource.comJul 17, 2018 · For example, Ballerina's taint-checking mechanism completely prevents SQL injection vulnerabilities by disallowing tainted data in the SQL query ...Missing: Fault framework
-
[37]
GitLab automates instrumented fuzzing via American Fuzzy LopAug 14, 2019 · I put together a baseline sample showing how fuzzing with AFL can be automated as part of a pipeline.
-
[38]
C/C++test: Check C++ and C Code Quality Tool - ParasoftRating 4.9 (35,000) C/C++test is a powerful software test automation solution for the safety, security, and reliability of C and C++ applications.C/C++ Static Analysis · C/C++ Unit Testing · C/C++ Security Testing
-
[39]
Essential Guide: Automated Testing for Embedded Systems - ParasoftThis method uses the function stubs mechanism to inject fault conditions into tested code flow analysis results and can be used to write additional tests.Unit Testing In Embedded... · Code Coverage Based Test... · Regression Testing
-
[40]
Eggplant Test - Automated Software Testing Tool - Keysightdigital automation intelligence.Trusted By Teams Who Test... · Accelerate Testing With... · Resources To Get You Started
-
[41]
Eggplant Downloads - KeysightKeysight Eggplant products offer industry-leading AI-driven software test automation, active application monitoring, and robust performance and load testing<|control11|><|separator|>
-
[42]
Micro Focus LoadRunner - Automation ConsultantsMicro Focus LoadRunner is a performance test tool that simulates multiple users to test IT system performance and response times.
-
[43]
C/C++test Reporting & Analytics - Improve Testing - ParasoftEnhance testing efficiency with test automation reporting tools in C/C++test. Get better code quality and insights with Parasoft's analytics dashboard.Features · Test Impact Analysis · Parasoft C/c++test Resources
-
[44]
[PDF] Parasoft C/C++test CTParasoft C/C++test CT is certified by. TÜV SÜD for functional safety according to ISO 26262, IEC 62304, IEC 61508, and. EN 50128 standards, helping development.
-
[45]
Robust Testing™: A Process For Efficient Fault Detections And ...◇ 88% code coverage using 32 tests. ◇ 12% code coverage through 3 supplemental tests for illegal ... ◇ 100% Critical Fault Coverage (Blue). ◇ 87% Overall Fault ...
-
[46]
[PDF] A Systematic Review of Software Robustness - Page has been movedMar 22, 2012 · A Systematic Review of Software Robustness. Ali Shahrokni & Robert Feldt. Department of Computer Science & Engineering, Chalmers University of ...