Computer Knowledge

Software Testing and Quality Control

2,598 Questions

Software testing and quality control questions cover testing methodologies, unit testing, and defect management. These concepts are crucial for the computer knowledge sections of competitive exams. Practice these questions to understand verification and validation processes thoroughly.

Quality control typesUnit testing purposeSoftware vulnerability testingTest planning tasksLoop testing criteriaTest harness functions

Software Testing and Quality Control Questions

Multiple choice technology testing
  1. Track Defects

  2. Open Defects

  3. Defects

  4. Log Defects

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Quality Center sidebar contains a 'Defects' button that opens the Defects module for tracking and managing bugs. This is the primary entry point for defect-related activities. Options A, B, and D describe actions but are not the actual button name in the sidebar.

Multiple choice technology platforms and products
  1. Validation of all negative scenarios like handling of incorrect data type

  2. Testing the boundaries of each field to find any limitations

  3. Job not to be aborted at any cause - all abort scenarios must be handled in the code

  4. Cleansing of obvious data for any anomalies (even if its not specified in requirements)

  5. None of the above

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

Coding and unit testing for ETL jobs must include validating negative scenarios (A) and testing field boundaries (B). Option C is incorrect because jobs SHOULD abort on unrecoverable errors - not all abort scenarios can or should be handled. Option D is out of scope - unit testing should not include unspecified data cleansing.

Multiple choice technology testing
  1. Test Design Suite

  2. Defect Tracking Tool

  3. Test Management Suite

  4. Release Management Suite

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

HP QC (Quality Center) is a comprehensive Test Management Suite that covers test planning, execution, defect tracking, and reporting. It is not merely a defect tracking tool (B), test design suite (A), or release management suite (D).

Multiple choice technology testing
  1. Call

  2. Call to Test

  3. Template

  4. Test Call

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The 'Call to Test' option in HPQC enables test case reuse by allowing one test case to be invoked from within another test case. This promotes modularity and reduces duplication. Options A, C, and D are incorrect - 'Call' is generic, 'Template' is for structure, and 'Test Call' is not the correct terminology.

Multiple choice technology testing
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Test case names must be unique within a test management system to prevent confusion, ensure proper identification, and maintain referential integrity when defects or requirements link to specific test cases. Option B is false - duplicate names would create ambiguity and tracking problems.

Multiple choice technology performance
  1. JProfiler

  2. YourKit

  3. Jensor

  4. DataXplod

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Jensor is a Java profiling tool developed by TCS (Tata Consultancy Services). JProfiler and YourKit are commercial profilers from other companies. DataXplor is not a standard Java profiler. Option C is correct - Jensor is TCS's proprietary Java profiling solution.

Multiple choice technology performance
  1. Rational Performance Tester

  2. HP Load Runner

  3. JMeter

  4. Open STA

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

HP LoadRunner (now Micro Focus LoadRunner) has been the most widely used performance testing tool in enterprise environments for decades. It supports multiple protocols and comprehensive load testing scenarios. Options A, C, and D are legitimate tools but LoadRunner has the largest market share and enterprise adoption.

Multiple choice technology web technology
  1. a desktop

  2. a book

  3. a page

  4. a portlet

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In portal architecture (specifically BEA/Oracle WebLogic Portal), a 'desktop' is the top-level container that defines a collection of books, pages, and portlets - essentially defining the service collection for a user. Books organize pages, pages contain portlets, and portlets are the actual service components. Option A is correct.

Multiple choice technology testing
  1. HP LoadRunner

  2. HP WinRunner

  3. HP QuickTestProfessional

  4. HP OpenView

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

HP QuickTest Professional (QTP) and WinRunner were functional testing tools that integrated with Quality Center. LoadRunner is a performance testing tool (different category). OpenView is network management software (not functional testing).

Multiple choice technology testing
  1. values are assigned from within the calling test

  2. values are assigned during test design or execution

  3. values must be assigned when the test is called, during test design

  4. values must be assigned when the test is executed

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Quality Center test parameters, values can be assigned either during test design (creating the test) OR during test execution (running the test). Both options are valid, not just one specific phase.

Multiple choice technology testing
  1. all the tests in the Test Plan

  2. all the tests in a specified folder in the Test Plan

  3. all the requirements linked to the specified test

  4. all the cycles or releases the test is linked to

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A live analysis graph in test management tools provides a real-time visual representation of test execution status. The graph shows tests within a specific scope - in this case, all tests contained in a designated folder within the Test Plan hierarchy. This allows focused monitoring of test progress at the folder level rather than the entire plan or individual requirement links.