Software QA - 50 Questions

Descripción

Test sobre Software QA - 50 Questions, creado por Craig Willey el 22/03/2020.
Craig Willey
Test por Craig Willey, actualizado hace más de 1 año
Craig Willey
Creado por Craig Willey hace más de 4 años
1
0

Resumen del Recurso

Pregunta 1

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

Pregunta 2

Pregunta
Select the descriptions that match the Inspection error detection agenda (Choose Two)
Respuesta
  • 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

Pregunta 3

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

Pregunta 4

Pregunta
Indicate if the given statement about usability testing is true or false: It is a black-box testing technique.
Respuesta
  • True
  • False

Pregunta 5

Pregunta
Select the descriptions that as associated with Acceptance testing. (Choose Two)
Respuesta
  • 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.

Pregunta 6

Pregunta
What type of test is a module test?
Respuesta
  • Black-box
  • Functionality
  • White-box
  • Regression

Pregunta 7

Pregunta
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.
Respuesta
  • True
  • False

Pregunta 8

Pregunta
Which type of review is considered a walkthrough?
Respuesta
  • Milestone review
  • Progress review
  • Peer review
  • Management review

Pregunta 9

Pregunta
Module testing is a process of testing the individual subprograms, subroutines, classes, or procedures in a program.
Respuesta
  • True
  • False

Pregunta 10

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

Pregunta 11

Pregunta
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.
Respuesta
  • True
  • False

Pregunta 12

Pregunta
What is being verified when testing the business tier?
Respuesta
  • 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

Pregunta 13

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

Pregunta 14

Pregunta
The presentation layer provides the user interface (or graphical user interface whichever is applicable
Respuesta
  • True
  • False

Pregunta 15

Pregunta
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.
Respuesta
  • True
  • False

Pregunta 16

Pregunta
It checks whether the parameter supplied causes the method to return an incorrect Boolean value.
Respuesta
  • assertFalse()
  • checkArgs()
  • main()
  • primeCheck()

Pregunta 17

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

Pregunta 18

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

Pregunta 19

Pregunta
When testing a mobile application on a real device, manual testing is unavoidable.
Respuesta
  • True
  • False

Pregunta 20

Pregunta
Select the components of a test case. (Choose Two)
Respuesta
  • 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

Pregunta 21

Pregunta
Is the following statement true or false: Network infrastructure: Verifies that the application responds appropriately to weak signals
Respuesta
  • True
  • False

Pregunta 22

Pregunta
Select the drawbacks of the brute-force scattering method. (Choose Four)
Respuesta
  • 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.

Pregunta 23

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

Pregunta 24

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

Pregunta 25

Pregunta
Indicate if the given statement about usability testing is true or false. It is the same as module testing.
Respuesta
  • True
  • False

Pregunta 26

Pregunta
Which statement matches the transaction section of the business layer testing area.
Respuesta
  • 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

Pregunta 27

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

Pregunta 28

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

Pregunta 29

Pregunta
The data layer encapsulates data used by the application or that is collected from the end user.
Respuesta
  • True
  • False

Pregunta 30

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

Pregunta 31

Pregunta
Which human error detection process is considered relatively unproductive?
Respuesta
  • Code inspections
  • Peer ratings
  • Code walkthroughs
  • Desk checking

Pregunta 32

Pregunta
Identify the testing processes that make up the Integration test part of the development phase
Respuesta
  • 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.

Pregunta 33

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

Pregunta 34

Pregunta
Which step in the software development process translates requirements into specific objectives?
Respuesta
  • External specifications
  • Requirements
  • System design
  • Objectives

Pregunta 35

Pregunta
Which debugging method looks at a reverse execution of the program?
Respuesta
  • Debugging by deduction
  • Brute-force debugging
  • Debugging by testing
  • Debugging by backtracking

Pregunta 36

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

Pregunta 37

Pregunta
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.
Respuesta
  • True
  • False

Pregunta 38

Pregunta
Select the description that matches the Volume test case.
Respuesta
  • 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

Pregunta 39

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

Pregunta 40

Pregunta
Occurs when the number of received parameters are not equal to the number of sent arguments
Respuesta
  • Input/Output
  • Computation
  • Interface
  • Data declaration
  • Data reference

Pregunta 41

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

Pregunta 42

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

Pregunta 43

Pregunta
Select the statements that match the Testing debugging method.
Respuesta
  • 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.

Pregunta 44

Pregunta
Identify the testing processes that make up the Installation test part of the development phase
Respuesta
  • 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.

Pregunta 45

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

Pregunta 46

Pregunta
Sets breakpoints that causes suspension in the program so that the programmer can examine the current state of the program
Respuesta
  • Automated tools
  • Scatter print statements
  • Storage dump

Pregunta 47

Pregunta
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.
Respuesta
  • True
  • False
Mostrar resumen completo Ocultar resumen completo

Similar

Apuntes para Aprender Inglés
maya velasquez
Fórmulas Física
Diego Santos
La prehistoria
Remei Gomez Gracia
LA COMUNICACIÓN NO VERBAL
Cecilia Gudiño
FIRST CERTIFICATE: Linking words
sandraselva2006
Statistics Equations
maya velasquez
Expresiones en inglés
maya velasquez
Examen de Lengua Castellana de Selectividad
maya velasquez
Repaso de Filosofía - Autores
Diego Santos
Trucos para Combatir el Estrés de los Exámenes
Diego Santos
Examen Para Guardias de Seguridad OS10 n°1
VIctor Muñoz