asked 66.7k views
3 votes
After a major patch is released for the web application that he is responsible for, Sam proceeds to run his web application security scanner against the web application to verify that it is still secure. What is the term for the process Sam is conducting?

A. Code review
B. Regression testing
C. Stress testing
D. Whiffing

1 Answer

0 votes

Final answer:

The term for the process Sam is conducting is Regression testing. It is the process of retesting a software application after changes or modifications have been made to ensure that the application still functions correctly and that no new bugs or vulnerabilities have been introduced.

Step-by-step explanation:

The term for the process Sam is conducting is Regression testing. Regression testing is the process of retesting a software application after changes or modifications have been made to ensure that the application still functions correctly and that no new bugs or vulnerabilities have been introduced.

In this case, Sam is running his web application security scanner to verify that the major patch that was released did not introduce any new security vulnerabilities or weaknesses.

Regression testing is an important part of software development and maintenance, as it helps ensure the stability and security of the application.