Software QA - 50 Questions

Descrição

Quiz sobre Software QA - 50 Questions, criado por Craig Willey em 22-03-2020.
Craig Willey
Quiz por Craig Willey, atualizado more than 1 year ago
Craig Willey
Criado por Craig Willey mais de 4 anos atrás
1
0

Resumo de Recurso

Questão 1

Questão
Select the correct black box testing type. Shows the connection between a given outcome and all issues that manipulate the outcome.
Responda
  • Cause-effect graphing
  • Equivalence partitioning
  • Boundary value analysis

Questão 2

Questão
Select the descriptions that match the Inspection error detection agenda (Choose Two)
Responda
  • Investigates program with respect to checklist of historically common programming errors
  • Focuses on error discovery, not error correction
  • Recommends that the inspection results must be kept confidential
  • Focuses on quality improvement rather than attacking the programmer

Questão 3

Questão
Indicate if the following statements about module testing is true or false. Only the module specifications are required while designing the module test cases.
Responda
  • True
  • False

Questão 4

Questão
Indicate if the given statement about usability testing is true or false: It is a black-box testing technique.
Responda
  • True
  • False

Questão 5

Questão
Select the descriptions that as associated with Acceptance testing. (Choose Two)
Responda
  • It checks test cases to ensure that compatible set of options have been selected.
  • Its test cases are developed by the organization that produced the system.
  • It compares the initial requirements of the program to its end user current needs.
  • It is performed by the program's customer or end user.

Questão 6

Questão
What type of test is a module test?
Responda
  • Black-box
  • Functionality
  • White-box
  • Regression

Questão 7

Questão
Indicate if the given statements about agile testing is true or false: It involves everyone in the process through design, implementation, and execution of the test plans.
Responda
  • True
  • False

Questão 8

Questão
Which type of review is considered a walkthrough?
Responda
  • Milestone review
  • Progress review
  • Peer review
  • Management review

Questão 9

Questão
Module testing is a process of testing the individual subprograms, subroutines, classes, or procedures in a program.
Responda
  • True
  • False

Questão 10

Questão
If you want your application to run without any abnormal terminations, which bug type would be ranked most important to fix?
Responda
  • Incorrectly functioning with a workaround
  • Crash
  • Cosmetic
  • Performance

Questão 11

Questão
Is the given statements about system testing is true or false. It is a process of testing the functions of the complete system or program.
Responda
  • True
  • False

Questão 12

Questão
What is being verified when testing the business tier?
Responda
  • That graphics are the correct size and resolution
  • That recovery can be done using current backups
  • The backend data entry and management routines
  • That transactions are completed properly

Questão 13

Questão
Which technique is used to evaluate anonymous programs in terms of their overall quality, maintainability, extensibility, usability, and clarity?
Responda
  • Desk checking
  • Code walkthroughs
  • Peer ratings
  • Code inspections

Questão 14

Questão
The presentation layer provides the user interface (or graphical user interface whichever is applicable
Responda
  • True
  • False

Questão 15

Questão
Selecting random users—persons who are not familiar with the program's specification, or perhaps even the industry or market for which it is intended—can uncover errors or user interface problems that might not be found by experts.
Responda
  • True
  • False

Questão 16

Questão
It checks whether the parameter supplied causes the method to return an incorrect Boolean value.
Responda
  • assertFalse()
  • checkArgs()
  • main()
  • primeCheck()

Questão 17

Questão
Which type of tester focuses exclusively on validating the interactions and behaviors that result in functionality?
Responda
  • Gray-box tester
  • White-box tester
  • Usability tester
  • Black-box tester

Questão 18

Questão
What information on the bug record establishes why the result was flagged as a problem?
Responda
  • The problem description
  • Steps to take to repeat the problem
  • What was expected vs. what actually happened
  • The browser/operating system being used

Questão 19

Questão
When testing a mobile application on a real device, manual testing is unavoidable.
Responda
  • True
  • False

Questão 20

Questão
Select the components of a test case. (Choose Two)
Responda
  • A description of the correct output of the program for that set of input data
  • A description of the type of testing technique used
  • A description of the input data to the program
  • A description of data processing information

Questão 21

Questão
Is the following statement true or false: Network infrastructure: Verifies that the application responds appropriately to weak signals
Responda
  • True
  • False

Questão 22

Questão
Select the drawbacks of the brute-force scattering method. (Choose Four)
Responda
  • It is feasible on operating systems and process control programs.
  • It encourages the user to think about the problem.
  • It produces a massive amount of data to be analyzed.
  • It is based on a hit-or-miss technique.
  • It increases the cost when used in large programs.
  • It requires the user to change the program which can introduce new errors.

Questão 23

Questão
Based on the work of Jakob Nielsen, how many testers will collectively find 83 percent of errors during a usability test?
Responda
  • 1
  • 2
  • 5
  • 10

Questão 24

Questão
True or False: In white-box testing, the tester is not concerned about the internal behavior and structure of a program.
Responda
  • True
  • False

Questão 25

Questão
Indicate if the given statement about usability testing is true or false. It is the same as module testing.
Responda
  • True
  • False

Questão 26

Questão
Which statement matches the transaction section of the business layer testing area.
Responda
  • Tests to uncover errors in transaction processing, such as credit card processing, e-mailing verification's, and so on
  • Tests to detect errors in knowledge collected from customers
  • Tests whether the application meets documented operational specifications

Questão 27

Questão
Indicate if given statement about presentation layer testing is true or false It tests the website architecture to find navigational and structural errors.
Responda
  • True
  • False

Questão 28

Questão
Which of the following is a key principle of testing?
Responda
  • Testing does not need to be planned
  • Formal exit criteria, must be defined
  • Complete testing is not possible
  • Testing requires dependence on develoeprs

Questão 29

Questão
The data layer encapsulates data used by the application or that is collected from the end user.
Responda
  • True
  • False

Questão 30

Questão
Which test category verifies that the application responds appropriately to a weak signal?
Responda
  • Install/uninstall
  • Device interaction
  • Network infrastructure
  • Key mappings

Questão 31

Questão
Which human error detection process is considered relatively unproductive?
Responda
  • Code inspections
  • Peer ratings
  • Code walkthroughs
  • Desk checking

Questão 32

Questão
Identify the testing processes that make up the Integration test part of the development phase
Responda
  • Requirement: It specifies the cause of the program.
  • Code: It produces the code for the required program.
  • External specification: It defines the exact representation of the program to users.
  • System design: It lays down the design principles of the system.

Questão 33

Questão
True or False: A bug matrix is used to identify the issues that do not require a developer's attention.
Responda
  • True
  • False

Questão 34

Questão
Which step in the software development process translates requirements into specific objectives?
Responda
  • External specifications
  • Requirements
  • System design
  • Objectives

Questão 35

Questão
Which debugging method looks at a reverse execution of the program?
Responda
  • Debugging by deduction
  • Brute-force debugging
  • Debugging by testing
  • Debugging by backtracking

Questão 36

Questão
Which form of testing involves everyone in the process through the design, implementation, and execution of the test plan?
Responda
  • Testing and retesting the code base
  • Extreme program testing
  • Continuous testing
  • Agile testing

Questão 37

Questão
Indicate if the given statements about error-locating principles is true or false. Involve a mental analysis of the information associated with the error's symptoms.
Responda
  • True
  • False

Questão 38

Questão
Select the description that matches the Volume test case.
Responda
  • Determines how well an end user can interact with the program
  • Checks if the program meets response and throughput requirements
  • Subjects the program to heavy loads of data
  • Ensures functionality to be implemented in the objectives

Questão 39

Questão
What is an advantage of bottom-up testing?
Responda
  • Driver modules are produced
  • Observation of test results is easier
  • Major flaws occur toward the top of the program
  • Skeletal programs allow demonstrations

Questão 40

Questão
Occurs when the number of received parameters are not equal to the number of sent arguments
Responda
  • Input/Output
  • Computation
  • Interface
  • Data declaration
  • Data reference

Questão 41

Questão
What plays a major role in whether users accept or reject an application?
Responda
  • Fonts, colors, and graphics
  • Database operations that meet performance goals
  • Consistent and user-friendly operations
  • Transactions that roll back correctly

Questão 42

Questão
In addition to finding errors, what else would a black-box tester look for when testing a program?
Responda
  • Data issues
  • Usability issues
  • Infrastructure issues
  • Stability issues

Questão 43

Questão
Select the statements that match the Testing debugging method.
Responda
  • It is effective in case of small applications.
  • It starts from the suspected site, and then traces in opposite direction in entire source code.
  • It provides information useful in locating a suspected error.

Questão 44

Questão
Identify the testing processes that make up the Installation test part of the development phase
Responda
  • System design: It lays down the design principles of the system.
  • Code: It produces the code for the required program.
  • Requirement: It specifies the cause of the program.
  • External specification: It defines the exact representation of the program to users.

Questão 45

Questão
What does agile testing rely on in order to facilitate the timely feedback needed for rapid development?
Responda
  • Extreme Programming
  • Small teams of developers
  • Requirement changes
  • Automated testing

Questão 46

Questão
Sets breakpoints that causes suspension in the program so that the programmer can examine the current state of the program
Responda
  • Automated tools
  • Scatter print statements
  • Storage dump

Questão 47

Questão
True or False: System validation is an end-to-end process that ensures that the completed and integrated system will operate as needed in the environment for which it was intended.
Responda
  • True
  • False

Semelhante

GRAMATICA
santosfilipe123
Quiz Sobre Genética
Marerodrigues
Administração Geral e Pública - Receita Federal - Auditor Fiscal
Alessandra S.
Blocos econômicos
Ighor Ferreira
Literatura - Escolas Literárias
Amanda Destro
GEOMETRIA ESPACIAL
Larissa Teixeira
05 - Atos Administrativos
Silvio R. Urbano da Silva
Teaching with GoConqr Tools
miminoma
Química Orgânica
Johnny Henrique
Princípios Fundamentais
Lavs Agah
Contextualização Aula 01 - Desenvolvimento e Sustentabilidade Ambiental - Medicina
Jéssica Meireles