Exam 10: Testing for Quality and Security

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Testing software consists of running a battery of test cases using multiple techniques against a specific use case and evaluating the results for pass or fail marks.

(True/False)
4.7/5
(27)

Static testing involves executing methods and techniques to test the code while running the application.

(True/False)
4.9/5
(32)

Unit testing is the lowest level of testing a developer can conduct.

(True/False)
4.8/5
(43)

It is better to use programmers for general testing because they are familiar with the architecture and code.

(True/False)
4.8/5
(39)

Reliability testing is a technique that feeds random input data into applications just to see what happens to the results.

(True/False)
4.9/5
(38)

When testing for resiliency, what is being evaluated?

(Multiple Choice)
4.9/5
(36)

The more complexity that is added to the system, the more secure it becomes.

(True/False)
4.9/5
(38)

Source-based fault injections is when you go into the source code and force an error or an attack non-manually.

(True/False)
4.8/5
(45)

What is a simulation tool used for?

(Multiple Choice)
4.8/5
(30)

Making something bad happen actually tests the dependencies and resiliency of the software.

(True/False)
4.7/5
(39)

What test is when two or more modules or platforms are linked together and tested?

(Multiple Choice)
4.8/5
(37)

What type of test involves a complete front-to-back execution of the entire application?

(Multiple Choice)
4.8/5
(28)

What type of resources are tools or people who are hired on a temporary basis to come into a project, test the application, and report findings?

(Multiple Choice)
4.8/5
(48)

Security code scanners also report a number of false positives.

(True/False)
4.8/5
(40)

Use cases are a great starting point for functional test scripts.

(True/False)
4.8/5
(36)

Manually going into the source code and forcing an error or attack is called?

(Multiple Choice)
4.9/5
(30)

Who creates and approves the test plan?

(Multiple Choice)
4.9/5
(36)

What type of errors does unit testing find?

(Multiple Choice)
4.9/5
(41)

The application will never be 100% secure.

(True/False)
4.9/5
(37)

What type of testing implies executing the current use case using valid inputs and then comparing the real results with expected results for pass or failures

(Multiple Choice)
4.9/5
(29)
Showing 21 - 40 of 45
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)