Craig Willey
Test por , creado hace más de 1 año

Test sobre Software QA Focus Questions, creado por Craig Willey el 03/03/2020.

5
0
0
Craig Willey
Creado por Craig Willey hace más de 4 años
Cerrar

Software QA Focus Questions

Pregunta 1 de 26

1

Which of the following is a key principle of testing?

Selecciona una de las siguientes respuestas posibles:

  • Testing does not need to be planned.

  • Complete testing is not possible.

  • Testing requires dependence on developers.

  • Formal exit criteria must be defined.

Explicación

Pregunta 2 de 26

1

True or False: A bug model is based on historical data and planned activities and predicts how many bugs will be found during the project.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 3 de 26

1

How is a solid IT-QA relationship fundamental to business success?

Selecciona una de las siguientes respuestas posibles:

  • It can lower cost by fixing issues early in the process

  • It provides a usability perspective for the business to understand

  • It will help deliver compliant business-enabling systems

  • It finds and fixes bugs before systems are delivered

Explicación

Pregunta 4 de 26

1

What is the intent of test automation?

Selecciona una de las siguientes respuestas posibles:

  • To automatically record issues to be fixed

  • To find as many defects as possible

  • To optimize your process and make testing more efficient

  • To test as many pieces of functionality as possible

Explicación

Pregunta 5 de 26

1

Who should create automated unit tests?

Selecciona una de las siguientes respuestas posibles:

  • QA engineer

  • Program developer

  • White-box tester

  • Automation tester

Explicación

Pregunta 6 de 26

1

True or False: Testing is the process of executing a program with the intent of finding errors.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 7 de 26

1

Which type of tester focuses exclusively on validating the interactions and behaviors that result in functionality?

Selecciona una de las siguientes respuestas posibles:

  • White-box tester

  • Black-box tester

  • Usability tester

  • Gray-box tester

Explicación

Pregunta 8 de 26

1

What is the intent of test automation?

Selecciona una de las siguientes respuestas posibles:

  • To automatically record issues to be fixed

  • To find as many defects as possible

  • To optimize your process and make testing more efficient

  • To test as many pieces of functionality as possible

Explicación

Pregunta 9 de 26

1

Who should create automated unit tests?

Selecciona una de las siguientes respuestas posibles:

  • QA engineer

  • Program developer

  • White-box tester

  • Automation tester

Explicación

Pregunta 10 de 26

1

Which category on the inspection error checklist checks if files are explicitly declared and their attributes are correct?

Selecciona una de las siguientes respuestas posibles:

  • Control flow errors

  • Interface errors

  • Data reference errors

  • Input/Output errors

Explicación

Pregunta 11 de 26

1

Which technique is used to evaluate anonymous programs in terms of their overall quality, maintainability, extensibility, usability, and clarity?

Selecciona una de las siguientes respuestas posibles:

  • Code walkthroughs

  • Desk checking

  • Peer ratings

  • Code inspections

Explicación

Pregunta 12 de 26

1

Which logic coverage test will test all possible combinations of condition outcomes in each decision and all points of entry at least once?

Selecciona una de las siguientes respuestas posibles:

  • Decision coverage

  • Statement coverage

  • Condition coverage

  • Multiple-condition coverage

Explicación

Pregunta 13 de 26

1

True or False: Testing each module independently and then combining the modules to form the program is called nonincremental testing.

Selecciona una de las siguientes respuestas posibles:

  • True

  • False

Explicación

Pregunta 14 de 26

1

What is an advantage of incremental testing?

Selecciona una de las siguientes respuestas posibles:

  • Programming errors are detected earlier

  • Labor costs are smaller

  • Provides opportunities for parallel activities

  • It uses less machine time

Explicación

Pregunta 15 de 26

1

What type of test is a module test?

Selecciona una de las siguientes respuestas posibles:

  • White-box

  • Regression

  • Functionality

  • Black-box

Explicación

Pregunta 16 de 26

1

What type of module testing includes strategies such as top-down and bottom-up?

Selecciona una de las siguientes respuestas posibles:

  • Non-incremental testing

  • Coverage testing

  • Big-bang testing

  • Incremental integration

Explicación

Pregunta 17 de 26

1

Which test will show that a program does not match its external specifications?

Selecciona una de las siguientes respuestas posibles:

  • Module test

  • Function test

  • System test

  • Acceptance test

Explicación

Pregunta 18 de 26

1

What type of test compares the program to its initial requirements and the current needs of its end users?

Selecciona una de las siguientes respuestas posibles:

  • Acceptance test

  • Unit test

  • Function test

  • Regression test

Explicación

Pregunta 19 de 26

1

Which step in the software development process translates requirements into specific objectives?

Selecciona una de las siguientes respuestas posibles:

  • Objectives

  • Requirements

  • External specifications

  • System design

Explicación

Pregunta 20 de 26

1

Based on the work of Jakob Nielsen, how many testers will collectively find 83% of errors during a usability test?

Selecciona una de las siguientes respuestas posibles:

  • 2

  • 5

  • 10

  • 1

Explicación

Pregunta 21 de 26

1

What is the main consideration for a usability test?

Selecciona una de las siguientes respuestas posibles:

  • The program meets all functionality requirements

  • The program has no reported issues

  • The program performs according to its specifications

  • The program passes all module testing

Explicación

Pregunta 22 de 26

1

What does agile testing rely on in order to facilitate the timely feedback needed for rapid development?

Selecciona una de las siguientes respuestas posibles:

  • Small teams of developers

  • Automated testing

  • Requirement changes

  • Extreme Programming

Explicación

Pregunta 23 de 26

1

Which agile methodology is an iterative and incremental project management approach that supports many other agile methodologies?

Selecciona una de las siguientes respuestas posibles:

  • Agile Modeling

  • Open Unified Process

  • Extreme Programming

  • Scrum

Explicación

Pregunta 24 de 26

1

Which agile methodology includes the concept of collective ownership of the code?

Selecciona una de las siguientes respuestas posibles:

  • Extreme Programming

  • Agile testing

  • Scrum

  • Open Unified Process

Explicación

Pregunta 25 de 26

1

Which area of an application is being tested when a tester confirms that all links point to valid files or websites?

Selecciona una de las siguientes respuestas posibles:

  • Presentation

  • Data

  • Browser

  • Business

Explicación

Pregunta 26 de 26

1

What plays a major role in whether users accept or reject an application?

Selecciona una de las siguientes respuestas posibles:

  • Database operations that meet performance goals

  • Fonts, colors, and graphics

  • Consistent and user-friendly operations

  • Transactions that roll back correctly

Explicación