18320142. BLACK-BOX FUZZING TESTING METHOD AND APPARATUS simplified abstract (SAMSUNG ELECTRONICS CO., LTD.)

From WikiPatents
Revision as of 05:06, 26 April 2024 by Wikipatents (talk | contribs) (Creating a new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

BLACK-BOX FUZZING TESTING METHOD AND APPARATUS

Organization Name

SAMSUNG ELECTRONICS CO., LTD.

Inventor(s)

Haitao Hu of SHAANXI (CN)

Zhu Fu of SHAANXI (CN)

Huan Guo of SHAANXI (CN)

Hao Yan of SHAANXI (CN)

Zhenan Tang of SHAANXI (CN)

BLACK-BOX FUZZING TESTING METHOD AND APPARATUS - A simplified explanation of the abstract

This abstract first appeared for US patent application 18320142 titled 'BLACK-BOX FUZZING TESTING METHOD AND APPARATUS

Simplified Explanation

A black-box fuzzing testing method involves generating test cases, executing a target program with each test case to obtain execution results, determining execution paths of the program, and calculating code coverage.

  • Test cases are created to test the target program.
  • The target program is run with each test case to see how it behaves.
  • The paths the program takes during execution are identified.
  • The code coverage of the program is determined based on the execution paths.

Potential Applications

This technology can be applied in software development, cybersecurity, and quality assurance testing.

Problems Solved

This method helps identify bugs, vulnerabilities, and areas of code that are not being tested adequately.

Benefits

The method can improve the overall quality and security of software applications by uncovering potential issues early in the development process.

Potential Commercial Applications

The technology can be used by software companies, cybersecurity firms, and quality assurance teams to enhance the reliability and security of their products.

Possible Prior Art

One possible prior art could be traditional software testing methods that do not involve fuzzing techniques.

Unanswered Questions

How does this method compare to other types of fuzzing testing techniques?

This article does not provide a comparison with other fuzzing testing methods, such as white-box or grey-box fuzzing.

What are the limitations of this black-box fuzzing testing method?

The article does not discuss any potential drawbacks or limitations of this specific testing approach.


Original Abstract Submitted

A black-box fuzzing testing method includes: generating a plurality of testcases; executing a target program based on each of the generated testcases to obtain a plurality of execution results; determining a plurality of execution paths of the target program using the execution results; and determining a code coverage of the target program from the execution paths.