Software Testing Fundamentals

Comprehensive quiz covering essential software testing concepts including testing methods (white box, black box, static, dynamic), testing techniques (equivalence class, cyclomatic complexity), testing documentation, automation testing, risk management, regression testing, and testing tools like Quality Center.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

--------- Represents a group of changes that are in one or more applications and are available for distribution at the same time.

  1. Release
  2. Cycle
  3. Library
  4. Baseline
Question 2 Multiple Choice (Single Answer)

Advantages of Quality Center

  1. Provides a clear foundation for the entire testing process.
  2. Integration and smooth information flow from one stage of the testing process to the next.
  3. Sends mail or trigger an alert based on the type of data captured by the end user.
  4. All of the above
Question 3 True/False

To increase the flexibility of manual tests, parameters are added to design steps

  1. True
  2. False
Question 4 Multiple Choice (Single Answer)

which are used for for validating and tracking requirements all throughout the testing process

  1. DOCUMENT VIEW
  2. COVERAGE VIEW
  3. COVERAGE ANALYSIS VIEW
  4. ALL OF THE ABOVE
Question 5 True/False

Links between requirements and tests can be defined from either the Test Plan or the Requirements module.

  1. True
  2. False
Question 6 Multiple Choice (Single Answer)

The name of the testing which is done to make sure the existing features are not affected by new changes

  1. Recursive testing
  2. Whitebox testing
  3. Unit testing
  4. Regression
Question 7 Multiple Choice (Single Answer)

AdHoc testing is a part of

  1. Unit Testing
  2. Regression Tesing
  3. Exploratory Testing
  4. Performance Testing
Question 8 Multiple Choice (Single Answer)

How severely the bug is effecting the application is called as

  1. Severity
  2. Priority
  3. Fix ability
  4. Traceability
Question 9 Multiple Choice (Single Answer)

Which Software Development Life cycle model will require to start Testing Activities when starting development activities itself

  1. Waterfall model
  2. Spiral Model
  3. Linear model
  4. V-Model
Question 10 Multiple Choice (Single Answer)

A Plan to overcome the risk called as

  1. Migration Plan
  2. Master Plan
  3. Mitigation Plan
  4. Maintenance plan
Question 11 Multiple Choice (Single Answer)

Verification performed without any executable code is referred to as

  1. Review
  2. Sanity testing
  3. Static testing
  4. Validation
Question 12 Multiple Choice (Single Answer)

Find the invalid equivalence class for the following test case Draw a line up to the length of 4 inches

  1. Line with 1 dot-width
  2. Curve
  3. Line with 4 inches
  4. None of the above
Question 13 Multiple Choice (Single Answer)

What is the scenario in which automation testing can be done: 1) Application is stable 2) Usability testing is to be done 3) The project is short term 4) Long term project having numerous release

  1. 1
  2. 1 & 2
  3. 2 & 3
  4. 1 & 4
Question 14 Multiple Choice (Single Answer)

Choose the best match for cyclomatic complexity

  1. The number of decision statements plus one
  2. A set of Boolean conditions such that complete test sets for the conditions uncover the same errors
  3. The process of analyzing and correcting syntactic logic and other errors identified during testing
  4. None of the above
Question 15 Multiple Choice (Single Answer)

A document describing any event during the testing process that requires investigation

  1. Test log
  2. Test Incident report
  3. Test Cycle
  4. Test Item
Question 16 Multiple Choice (Single Answer)

The purpose of requirement phase is

  1. To freeze requirements
  2. To understand user needs
  3. To define scope of test
  4. All of above
Question 17 Multiple Choice (Single Answer)

Software testing accounts to what percentage of software development costs?

  1. 10-20
  2. 40-50
  3. 70-80
  4. 5-10
Question 18 Multiple Choice (Single Answer)

A reliable sustem will be one that

  1. Is unlikely ot be completed on schdule
  2. Is unlikely to cause failure
  3. Is likely to be fault free
  4. Is likely to be liked by user
Question 19 Multiple Choice (Single Answer)

Which of the below is not a characteristic for testability?

  1. Operability
  2. Observability
  3. Simplicity
  4. Robustness
Question 20 Multiple Choice (Single Answer)

Cyclomatic complexity method comes under whoch testing method

  1. White box
  2. Black box
  3. Green box
  4. Yellow box