Craig Willey
Quiz von , erstellt am more than 1 year ago

Quiz am Software QA - 200 Questions, erstellt von Craig Willey am 20/03/2020.

9
0
0
Craig Willey
Erstellt von Craig Willey vor mehr als 4 Jahre
Schließen

Software QA - 200 Questions

Frage 1 von 200

1

What checks the input value against a calculated list of numbers divisible only by itself and 1

Wähle eine der folgenden:

  • checkArgs()

  • assertFalse()

  • main()

  • primeCheck()

Erklärung

Frage 2 von 200

1

True or False: The goal of automation is to completely eliminate the need for a human to participate in the testing process.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 3 von 200

1

True or False: The only rule in top-down testing is that when selecting the next module for testing, it must be eligible to be the next module, with at least one of the module's subordinate (calling) modules previously tested.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 4 von 200

1

Select the description that matches the testing challenge for an internet based application facing a Locales challenge.

Wähle eine der folgenden:

  • Includes cost related issues and tracking customer profiles

  • Includes protection of information such as customers' credit card from hackers

  • Includes internationalization issues such as currency conversion

Erklärung

Frage 5 von 200

1

Indicate if the given statements about agile testing is true or false.

It works well with extreme programming methodology whereby developers create unit tests and then the software.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 6 von 200

1

True or False: Bugs that are found and fixed early in the process will cost more to fix when compared to finding them later and fixing all the bugs at once.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 7 von 200

1

Select the correct black box testing type. Divides the input domain of a program into a finite number of classes and then identifies the test cases

Wähle eine der folgenden:

  • Boundary value analysis

  • Cause-effect graphing

  • Equivalence partitioning

Erklärung

Frage 8 von 200

1

Which software testing principle states that a programmer may subconsciously avoid finding errors for fear of retribution from peers, a supervisor, a client, or the owner of the program or system being developed?

Wähle eine der folgenden:

  • Do not plan a testing effort under the tacit assumption that no errors will be found.

  • Any testing process should include a thorough inspection of the results of each test.

  • A programming organization should not test its own programs.

  • A programmer should avoid attempting to test his or her own program.

Erklärung

Frage 9 von 200

1

Select the descriptions that match Peer Ratings (Choose Two)

Wähle eine oder mehr der folgenden:

  • Follows undisciplined process of testing and finding errors

  • Evaluates anonymous programs for their overall quality, maintainability, and so on

  • Runs counter to testing principle two, which states that people are generally ineffective in testing their own programs

  • Selects a programmer to serve as the administrator of a process

Erklärung

Frage 10 von 200

1

Select the correct black box testing type. Tests extreme ends or boundaries between partitions of the input values.

Wähle eine der folgenden:

  • Equivalence partitioning

  • Boundary value analysis

  • Cause-effect graphing

Erklärung

Frage 11 von 200

1

Reflects the thought processes of an observer by analyzing the time an observer pauses on certain visual elements

Wähle eine der folgenden:

  • Eye tracking

  • Think-aloud

Erklärung

Frage 12 von 200

1

Arises if all the used files are not opened and closed after use

Wähle eine der folgenden:

  • Interface

  • Data declaration

  • Data reference

  • Input/Output

  • Computation

Erklärung

Frage 13 von 200

1

Involves users speaking out their ideas and observations while they are performing the assigned software testing tasks

Wähle eine der folgenden:

  • Think-aloud

  • Eye tracking

Erklärung

Frage 14 von 200

1

Select the statements that match the testing approach for a real device. (Choose Two)

Wähle eine oder mehr der folgenden:

  • Tests responsiveness of the application

  • Skews performance on real device due to underlying hardware

  • Tests carriers' network responsiveness

  • Supports multiple devices with a single unit

Erklärung

Frage 15 von 200

1

Occurs when a variable has an unset or uninitialized value

Wähle eine der folgenden:

  • Computation

  • Data declaration

  • Data reference

  • Input/Output

  • Interface

Erklärung

Frage 16 von 200

1

Select the duties of an Inspection Team moderator (Choose Five)

Wähle eine oder mehr der folgenden:

  • Make changes in the session.

  • Schedule the inspection session.

  • Record all errors found.

  • Distribute materials for the inspection session.

  • Ensure that the errors are subsequently corrected.

  • Lead the session.

Erklärung

Frage 17 von 200

1

Select the description that matches the Facility test case.

Wähle eine der folgenden:

  • Subjects the program to heavy loads of data

  • Determines how well an end user can interact with the program

  • Ensures functionality to be implemented in the objectives

  • Checks if the program meets response and throughput requirements

Erklärung

Frage 18 von 200

1

Select the correct description of the appropriate testing tier for the presentation layer

Wähle eine der folgenden:

  • Verifies that graphics have the correct resolution and size.

  • Ensures that data is collected correctly.

  • Verifies that the data is stored correctly and accurately.

Erklärung

Frage 19 von 200

1

Is the given statements about testing with emulator is true or false:

Its underlying hardware might skew performance on real device.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 20 von 200

1

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

Wähle eine der folgenden:

  • Browser

  • Data

  • Business

  • Presentation

Erklärung

Frage 21 von 200

1

Which testing challenge category is concerned with overcoming location-based obstacles?

Wähle eine der folgenden:

  • Mobile device diversity

  • Carrier network infrastructure

  • Scripting

  • Usability

Erklärung

Frage 22 von 200

1

Which type of test would reveal that the program as a whole either meets or doesn't meet its objectives?

Wähle eine der folgenden:

  • Integration test

  • Acceptance test

  • System test

  • Function test

Erklärung

Frage 23 von 200

1

Which agile method is being used when the programmer designs an application to pass the unit tests, therefore increasing the probability that it will meet specifications?

Wähle eine der folgenden:

  • Open Unified Process

  • Extreme unit testing

  • Extreme Programming

  • Scrum

Erklärung

Frage 24 von 200

1

Which type of testing includes the rule: "All code modules must have unit tests before coding begins"?

Wähle eine der folgenden:

  • Agile testing

  • Extreme unit testing

  • Unit testing

  • Open Unified Process

Erklärung

Frage 25 von 200

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 26 von 200

1

Indicate if the following statement about Jakob Nielsen's usability research is true or false:

It states that it is impossible to detect all of the usability errors in the application.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 27 von 200

1

Select the description that matches the Performance test case.

Wähle eine der folgenden:

  • Determines how well an end user can interact with the program

  • Subjects the program to heavy loads of data

  • Ensures functionality to be implemented in the objectives

  • Checks if the program meets response and throughput requirements

Erklärung

Frage 28 von 200

1

Installation and maintenance: Comprises of patching, upgrading, and so on

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 29 von 200

1

Which Agile methodology matches this statement:

Adapts RUP in which user choose the practices, such as use cases or team programming that fits the project

Wähle eine der folgenden:

  • Velocity tracking

  • Feature driven development

  • Essential unified process

  • Dynamic system development method

Erklärung

Frage 30 von 200

1

Indicate if the given statement about exhaustive path testing is true or false:

It states that all the possible paths of control flow are tested through the program.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 31 von 200

1

Select the targets of extreme programming. (Choose Four)

Wähle eine oder mehr der folgenden:

  • Communication between developers and testers

  • Accommodate specification changes

  • Continuous testing of the code base

  • Communication between developers and customers

  • Seek project team feedback

  • Implementation of simple designs

Erklärung

Frage 32 von 200

1

Is the following statement about the specifications for a debugging command, true or false:

Underlined operands represent the values used when the operand is omitted.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 33 von 200

1

Indicate if the given statements about error-locating principles is true or false:

Turn your attention to something else if you're trying from a very long time to solve a problem but failing continuously.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 34 von 200

1

______ focuses on testing smaller units of the program first, rather than initially testing the whole program.

Wähle eine der folgenden:

  • Unit testing

  • Module testing

Erklärung

Frage 35 von 200

1

Which duty is a responsibility of the code inspection team moderator?

Wähle eine der folgenden:

  • Selecting the team members

  • Recording all errors found

  • Ensuring that all errors found are fixed during the inspection

  • Assigning someone to schedule the inspection

Erklärung

Frage 36 von 200

1

The most important consideration in program testing is the design and creation of effective test cases.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 37 von 200

1

Who should create automated unit tests?

Wähle eine der folgenden:

  • QA Engineer

  • Program developer

  • Automation tester

  • White-box tester

Erklärung

Frage 38 von 200

1

Select the statements that match the testing approach for an emulator. (Choose Two)

Wähle eine oder mehr der folgenden:

  • Supports multiple devices with a single unit

  • Skews performance on real device due to underlying hardware

  • Tests responsiveness of the application

  • Tests carriers' network responsiveness

Erklärung

Frage 39 von 200

1

Which role records all errors found in a code walkthrough?

Wähle eine der folgenden:

  • Tester

  • Secretary

  • Programmer

  • Moderator

Erklärung

Frage 40 von 200

1

During a code inspection the moderator narrates, statement by statement, the logic of the program.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 41 von 200

1

Select the correct description of the appropriate testing tiers for the data layer

Wähle eine der folgenden:

  • Ensures that data is collected correctly.

  • Verifies that the data is stored correctly and accurately.

  • Verifies that graphics have the correct resolution and size.

Erklärung

Frage 42 von 200

1

Select the steps in the inductive debugging process (Select Multiple)

Wähle eine oder mehr der folgenden:

  • Devise a hypothesis

  • Locate the pertinent data

  • Study their relationships

  • Organize the data

  • Prove the hypothesis

  • Fix the error

Erklärung

Frage 43 von 200

1

Is the given statements about system testing is true or false:

It focuses on translation errors made during the designing of external specification.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 44 von 200

1

Diversity devices: Contains many web browsers, run-time versions of Java or other languages, and so on

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 45 von 200

1

Indicate if the given statement about exhaustive path testing is true or false:

It is inferior to exhaustive input testing.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 46 von 200

1

______ is a test case design technique that produces test cases based on intuitive and expert knowledge of test team members for defining potential software errors and facilitating efficient test case design.

Wähle eine der folgenden:

  • Cause-effect graphing

  • Error guessing

  • Logic coverage

Erklärung

Frage 47 von 200

1

Comes when calculations among variables include inconsistent data

Wähle eine der folgenden:

  • Input/Output

  • Interface

  • Computation

  • Data declaration

  • Data reference

Erklärung

Frage 48 von 200

1

Select the statements that match the Extreme unit testing type (Choose Two)

Wähle eine oder mehr der folgenden:

  • Customers creates test cases during the design/planning phases.

  • The primary tests must be defined and created before coding the module.

  • It determines whether the application meets its functional and usable requirements.

  • All code modules must have primary tests before coding begins.

Erklärung

Frage 49 von 200

1

True or False: Providing clearly defined goals for each step in the development cycle is a quality best practice.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 50 von 200

1

Select the possibilities of carrier's web proxy or transcoder. (Choose Five)

Wähle eine oder mehr der folgenden:

  • Transformation or transcode of content into FTP

  • Data compression for better throughput

  • Encryption of traffic for privacy and security

  • HTML headers and other metadata exclusion from Web pages that an application might use

  • Transformation or transcode of content into WAP or HTTP

  • Access obstruction to certain high-bandwidth sites

Erklärung

Frage 51 von 200

1

When is the appropriate time to include the people responsible for quality in the development cycle?

Wähle eine der folgenden:

  • As early as possible in the cycle

  • When formal testing begins

  • When requirements are formulated

  • When coding begins

Erklärung

Frage 52 von 200

1

Select the description that matches the e-commerce architecture tier for tier 3:

Wähle eine der folgenden:

  • Runs the software to model user business processes

  • Focuses on storing and retrieving data from the data source

  • Provides the visual content to the end user

Erklärung

Frage 53 von 200

1

Is the following statement about the specifications for a debugging command, true or false:

Lowercase letters represent operand values that are to be substituted.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 54 von 200

1

What can be achieved with a process improvement initiative based on the CMMI?

Wähle eine der folgenden:

  • A measurable business result

  • A way to evaluate customers

  • An approach to monitoring employees

  • A sense of when a project is done

Erklärung

Frage 55 von 200

1

Which debugging method moves from the particulars of a situation to the larger picture?

Wähle eine der folgenden:

  • Error-locating principles

  • Debugging by induction

  • Brute-force debugging

  • Debugging by deduction

Erklärung

Frage 56 von 200

1

What is a visual definition of how you will prioritize bugs as they are discovered?

Wähle eine der folgenden:

  • A matrix of severity versus stakeholder concerns

  • A list of all bugs

  • A PowerPoint presentastion

  • A matrix of impacts versus severity

Erklärung

Frage 57 von 200

1

Select the description that matches the testing challenge for an internet based application facing a business environment challenge.

Wähle eine der folgenden:

  • Includes protection of information such as customers' credit card from hackers

  • Includes cost related issues and tracking customer profiles

  • Includes internationalization issues such as currency conversion

Erklärung

Frage 58 von 200

1

Code-level tests that are concerned with the interaction between objects are best created by the _________.

Wähle eine der folgenden:

  • white-box engineer

  • project manager

  • black-box tester

  • developer

Erklärung

Frage 59 von 200

1

True or False: A close working partnership between IT and QA can result in greater efficiencies of process.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 60 von 200

1

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

Wähle eine der folgenden:

  • Interface errors

  • Control flow errors

  • Data reference errors

  • Input/Output errors

Erklärung

Frage 61 von 200

1

Requires the user to make changes in the program, which could lead to masking of errors, and so on

Wähle eine der folgenden:

  • Scatter print statements

  • Storage dump

  • Automated tools

Erklärung

Frage 62 von 200

1

A testing best practice is for the _____________ to create a unit test.

Wähle eine der folgenden:

  • project manager

  • black-box tester

  • white-box engineer

  • developer

Erklärung

Frage 63 von 200

1

Which element of a bug record will provide the programmer with a visual representation of the problem?

Wähle eine der folgenden:

  • The steps to recreate the problem

  • A brief and accurate description

  • A description of expected versus actual results

  • A screenshot

Erklärung

Frage 64 von 200

1

Indicate if given statement about presentation layer testing is true or false:

It consists of finding errors in the GUI, or front end, of an application.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 65 von 200

1

Independently testing each internet application layer allows the tester to more easily identify bugs and errors.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 66 von 200

1

Select the description that matches the testing challenge for an internet based application facing a Security challenge.

Wähle eine der folgenden:

  • Includes cost related issues and tracking customer profiles

  • Includes internationalization issues such as currency conversion

  • Includes protection of information such as customers' credit card from hackers

Erklärung

Frage 67 von 200

1

What can a developer employ to identify and resolve code quality issues?

Wähle eine der folgenden:

  • Code-level tools

  • Bug tracking systems

  • Peer reviews

  • Unit testing

Erklärung

Frage 68 von 200

1

What is the most important consideration when deciding on a bug base?

Wähle eine der folgenden:

  • It connects with your test case management system

  • The cost is within your budget

  • It is simple and intuitive so users can easily report bugs

  • It makes use of spreadsheets for proper tracking

Erklärung

Frage 69 von 200

1

What is an advantage to using an emulator when device testing?

Wähle eine der folgenden:

  • It can identify device-specific bugs

  • It is cost-effective

  • It can test the responsiveness of an application

  • It can test the code base once

Erklärung

Frage 70 von 200

1

Select the description that matches the e-commerce architecture tier for tier 1:

Wähle eine der folgenden:

  • Runs the software to model user business processes

  • Provides the visual content to the end user

  • Focuses on storing and retrieving data from the data source

Erklärung

Frage 71 von 200

1

Software development is the process of moving from the conceptual to the concrete.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 72 von 200

1

Select the statements that match Bottom-up testing. (Choose Two)

Wähle eine oder mehr der folgenden:

  • Conducts testing from sub module to main module

  • Finds difficulty in test case representation in stubs, before the I/O function addition

  • Creates test conditions and concludes test results easily

  • Conducts testing from main module to sub module

Erklärung

Frage 73 von 200

1

Select the descriptions that as associated with Installation testing. (Choose Two)

Wähle eine oder mehr der folgenden:

  • It is performed by the program's customer or end user.

  • Its test cases are developed by the organization that produced the system.

  • It checks test cases to ensure that compatible set of options have been selected.

  • It compares the initial requirements of the program to its end user current needs.

Erklärung

Frage 74 von 200

1

True or False: Process improvement helps software development build and retain product and service quality.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 75 von 200

1

In a walkthrough the majority of program testing is conducted by the author of the program.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 76 von 200

1

Indicate if the given statement about exhaustive path testing is true or false:

It detects the absence of necessary paths within a program, if found missing.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 77 von 200

1

Is the following statement about the specifications for a debugging command, true or false:

Capital letters represent operands operations.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 78 von 200

1

Usability testing is also called user acceptance testing.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 79 von 200

1

States creation of enough test cases that each branch direction must be traversed at least once

Wähle eine der folgenden:

  • Decision

  • Condition

  • Descision/condition

  • Statement

  • Multiple-Condition

Erklärung

Frage 80 von 200

1

What does the specification for a module typically define?

Wähle eine der folgenden:

  • Logic coverage

  • Coverage criterion

  • Input/Output parameters

  • Multi-condition criterion

Erklärung

Frage 81 von 200

1

Is the given statements about testing with emulator is true or false:

It is efficient in identifying the nuances and bugs of each device.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 82 von 200

1

Ensures the highest level of software efficiency in the user input data

Wähle eine der folgenden:

  • Eye tracking

  • Think-aloud

Erklärung

Frage 83 von 200

1

The business layer models processes, such as user authentication and transactions.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 84 von 200

1

What must a black-box tester focus on?

Wähle eine der folgenden:

  • Knowledge at the source code level

  • How each individual piece of the application works

  • Expected outputs of the program, but not every input

  • What a program is supposed to do and who it is for

Erklärung

Frage 85 von 200

1

Device constraints: Includes screen, data cache sizes, memory limit, and so on

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 86 von 200

1

Cause-effect graphing is a systematic method of generating test cases representing an ad hoc set of conditions.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 87 von 200

1

Which type of testing combines one module with a set of previously tested modules before it is tested?

Wähle eine der folgenden:

  • Incremental testing

  • Non-incremental testing

  • Big-bang testing

  • Logic testing

Erklärung

Frage 88 von 200

1

What is the benefit of building a discrete list of defects and ranking them in order of importance?

Wähle eine der folgenden:

  • Creating an opportunity to examine quality goals and how defects affect the milestone schedule

  • Giving the team the opportunity to voice their concerns and advocate for their own priorities

  • Helping to define the severity of each issue

  • Allowing for performance issues to be identified and elevated to the top of the list

Erklärung

Frage 89 von 200

1

Which approach gathers information and comments that can be counted and analyzed across the spectrum of testers?

Wähle eine der folgenden:

  • Remote user testing

  • Think-aloud process

  • User questionnaire

  • Test user selection

Erklärung

Frage 90 von 200

1

Indicate if the following statements about module testing is true or false. Test cases are supplemented by applying black-box methods to the module's specification.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 91 von 200

1

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

Wähle eine der folgenden:

  • Acceptance test

  • System test

  • Module test

  • Function test

Erklärung

Frage 92 von 200

1

Is the given statements about inspections and walkthroughs in software testing, true or false:

They are code-oriented human testing methods.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 93 von 200

1

Is the following question about inspections and walkthroughs in software testing, true or false:

They involve a team of people reading or visually inspecting a program.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 94 von 200

1

Usability testing is a black-box testing techniques.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 95 von 200

1

Why is a code inspection more effective than a desk-checking process?

Wähle eine der folgenden:

  • Because it is effective in finding high-level design errors

  • Because people other than the author are involved in the process

  • Because it finds difficult, obscure, and tricky errors

  • Because the author of the program is personally checking the code

Erklärung

Frage 96 von 200

1

Requirements translate the program user's needs and specify why the program is needed.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 97 von 200

1

Each test-case design methodology is a particular set of useful test cases, and each one by itself is a thorough set of test cases.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 98 von 200

1

Acceptance testing is the process of comparing the program to its initial requirements and the current needs of its end users

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 99 von 200

1

Select the error-reporting techniques (Choose Three)

Wähle eine oder mehr der folgenden:

  • Probability of fixes being correct must be made directly proportional to the size of the code.

  • Code inspection is done by the project analyst after implementing an error correction.

  • Monitor all parts which are nearby to the place of detected error.

  • Fix the complete error, not just one of its symptom.

  • Error corrections must be well tested in the original program.

Erklärung

Frage 100 von 200

1

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

Wähle eine der folgenden:

  • Agile testing

  • Open Unified Process

  • Scrum

  • Extreme Programming

Erklärung

Frage 101 von 200

1

Select the statements that match the Backtracking testing method. (Choose Two)

Wähle eine oder mehr der folgenden:

  • It is effective in case of small applications.

  • It provides information useful in locating a suspected error.

  • It starts from the suspected site, and then traces in opposite direction in entire source code.

Erklärung

Frage 102 von 200

1

Arises when a variable is not assigned with correct length or data type

Wähle eine der folgenden:

  • Input/Output

  • Computation

  • Data declaration

  • Interface

  • Data reference

Erklärung

Frage 103 von 200

1

Select the descriptions that match Incremental testing (Choose Two)

Wähle eine oder mehr der folgenden:

  • Less machine time is involved

  • Modules are tested independently and then combined to form a program

  • Every new module is first combined with already tested module sets

  • Incorrect assumption error among modules is detected earlier

Erklärung

Frage 104 von 200

1

True or False: Test cases must be written for input conditions that are invalid and unexpected, as well as for those that are valid and expected.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 105 von 200

1

User-based testing requires the user to know the inner workings of a program.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 106 von 200

1

Which step in the software development process defines the exact representation of the program to users?

Wähle eine der folgenden:

  • Requirements

  • External specifications

  • System design

  • Program structure design

Erklärung

Frage 107 von 200

1

Shows the program state at only one instant of time for error detection and for studying the program dynamics

Wähle eine der folgenden:

  • Storage dump

  • Scatter print statements

  • Automated tools

Erklärung

Frage 108 von 200

1

Select the correct description of the appropriate testing tiers for the business layer

Wähle eine der folgenden:

  • Verifies that the data is stored correctly and accurately.

  • Verifies that graphics have the correct resolution and size.

  • Ensures that data is collected correctly.

Erklärung

Frage 109 von 200

1

Videotaping a user test and using a think-aloud protocol can provide excellent data on software usability and user perceptions about the application.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 110 von 200

1

Select the description that matches the Usability test case.

Wähle eine der folgenden:

  • Ensures functionality to be implemented in the objectives

  • Subjects the program to heavy loads of data

  • Checks if the program meets response and throughput requirements

  • Determines how well an end user can interact with the program

Erklärung

Frage 111 von 200

1

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

Wähle eine der folgenden:

  • Open Unified Process

  • Extreme Programming

  • Agile Modeling

  • Scrum

Erklärung

Frage 112 von 200

1

What is the best way to document and keep track of test cases?

Wähle eine der folgenden:

  • A test case management system

  • A detailed spreadsheet

  • A set of detailed text files

  • A bug tracking system

Erklärung

Frage 113 von 200

1

Indicate if the following statements about module testing is true or false. Module's logic is analyzed using the white-box methods.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 114 von 200

1

Describe White-box testing

Wähle eine oder mehr der folgenden:

  • Internal structure or design implementation is not known to the tester

  • Exhaustive input testing is one of its type of testing technique

  • Exhaustive path testing is one of its type of testing technique

  • Requires programming and implementation knowledge

Erklärung

Frage 115 von 200

1

Indicate if given statement about presentation layer testing is true or false:

It involves checking the human-interface element of a website.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 116 von 200

1

What is the main consideration for a usability test?

Wähle eine der folgenden:

  • The program passes all module testing

  • The program performs according to its specifications

  • The program has no reported issues

  • The program meets all functionality requirements

Erklärung

Frage 117 von 200

1

Provides excellent data on software usability and user perceptions about the application

Wähle eine der folgenden:

  • Think-aloud

  • Eye tracking

Erklärung

Frage 118 von 200

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.

Wähle eine der folgenden:

  • Who knows?

  • True

  • False

Erklärung

Frage 119 von 200

1

Indicate if the given statements about error-locating principles is true or false:

Talk about the problem with someone else to discover the solution.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 120 von 200

1

Evaluates each decision for all the combinations of conditions

Wähle eine der folgenden:

  • Descision/condition

  • Decision

  • Statement

  • Condition

  • Multiple-Condition

Erklärung

Frage 121 von 200

1

When is a good time to start automation testing?

Wähle eine der folgenden:

  • When the scheduled milestone for automation testing is reached

  • At the end of the project, right before the user starts acceptance testing

  • When you are confident that you do not want anything to change in the code

  • When you begin coding, so that the automation tests can be done ahead of time

Erklärung

Frage 122 von 200

1

Connectivity: Includes device provisioning, network latency, service reliability, and so on

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 123 von 200

1

Indicate if the following statement about Jakob Nielsen's usability research is true or false:

It cautions that the precise number of testers depends only on economic considerations by the user.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 124 von 200

1

Is the following question about inspections and walkthroughs in software testing, true or false:

They are an improvement over the older desk-checking process.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 125 von 200

1

Checks that each state in a decision in the program takes all possible outcomes at least once

Wähle eine der folgenden:

  • Multiple-Condition

  • Condition

  • Decision

  • Statement

  • Descision/condition

Erklärung

Frage 126 von 200

1

What is the key to successful higher-order testing?

Wähle eine der folgenden:

  • Appropriate system testing

  • Function testing that uncovers errors

  • Consistent and well-planned testing

  • Acceptance testing

Erklärung

Frage 127 von 200

1

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

Wähle eine der folgenden:

  • Big-bang testing

  • Coverage testing

  • Incremental integration

  • Non-incremental testing

Erklärung

Frage 128 von 200

1

Indicate if the following statement about Jakob Nielsen's usability research is true or false:

It depicts that incurring extra cost and complexity of working with many testers for an application check is not required.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 129 von 200

1

Which of the following is a brute-force debugging technique?

Wähle eine der folgenden:

  • Studying error symptoms

  • Backtracking

  • Process of elimination

  • Dumping memory locations

Erklärung

Frage 130 von 200

1

True or False: Studies have shown that defects found and fixed in the requirements phase carry the highest cost.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 131 von 200

1

Indicate if the given statement about exhaustive path testing is true or false:

It does not guarantee that a program matches its specification.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 132 von 200

1

When verifying an internet application, testing browser compatibility is a significant challenge.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 133 von 200

1

Indicate if the given statement about usability testing is true or false:

It involves actual users or customers of the product.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 134 von 200

1

Which Agile methodology matches this statement:

Uses industry best practices, such as regular builds, domain object modeling, and feature teams

Wähle eine der folgenden:

  • Dynamic system development method

  • Essential unified process

  • Velocity tracking

  • Feature driven development

Erklärung

Frage 135 von 200

1

Select the categories of the completion criteria.

Wähle eine oder mehr der folgenden:

  • Stop when the test cases are successful

  • Base completion on the use of specific test-case design methodologies

  • Examine the curve of number of errors found per unit time during the test phase

  • State the completion requirements in positive terms

  • Stop after the scheduled time for testing expires.

Erklärung

Frage 136 von 200

1

In a mobile environment, which term is used to describe something that has the capability to run a network-based application over a cellular or satellite data link?

Wähle eine der folgenden:

  • Mobile application

  • Input device

  • Mobile device

  • Device constraint

Erklärung

Frage 137 von 200

1

Which statement matches the Data validation section of the business layer testing area.

Wähle eine der folgenden:

  • Tests whether the application meets documented operational specifications

  • Tests to detect errors in knowledge collected from customers

  • Tests to uncover errors in transaction processing, such as credit card processing, e-mailing verifications, and so on

Erklärung

Frage 138 von 200

1

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

Wähle eine der folgenden:

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

  • It finds and fixes bugs before systems are delivered

  • It provides a usability perspective for the business to understand

  • It will help deliver compliant business-enabling systems

Erklärung

Frage 139 von 200

1

Is the following question about inspections and walkthroughs in software testing, true or false:

They are code-oriented human testing methods.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 140 von 200

1

Describe Black-box testing (Choose Two)

Wähle eine oder mehr der folgenden:

  • Requires programming and implementation knowledge

  • Exhaustive input testing is one of its type of testing technique

  • Exhaustive path testing is one of its type of testing technique

  • Internal structure or design implementation is not known to the tester

Erklärung

Frage 141 von 200

1

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

Wähle eine der folgenden:

  • Acceptance test

  • Regression test

  • Function test

  • Unit test

Erklärung

Frage 142 von 200

1

A system test should be performed by the programmer and the organization responsible for developing the program.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 143 von 200

1

Select the statements that match the Extreme acceptance testing type (Choose Two)

Wähle eine oder mehr der folgenden:

  • The primary tests must be defined and created before coding the module.

  • Customers creates test cases during the design/planning phases.

  • All code modules must have primary tests before coding begins.

  • It determines whether the application meets its functional and usable requirements.

Erklärung

Frage 144 von 200

1

Debugging by brute force is both efficient and successful.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 145 von 200

1

_____ testing tests the interactive software parts for reasonable selection and user feedback.

Wähle eine der folgenden:

  • Usability

  • Component

  • Module

Erklärung

Frage 146 von 200

1

Which Agile methodology matches this statement:

Attempts to measure the rate at which the development process is moving

Wähle eine der folgenden:

  • Velocity tracking

  • Dynamic system development method

  • Feature driven development

  • Essential unified process

Erklärung

Frage 147 von 200

1

Select the descriptions that match Non-incremental testing (Choose Two)

Wähle eine oder mehr der folgenden:

  • Less machine time is involved

  • Every new module is first combined with already tested module sets

  • Incorrect assumption error among modules is detected earlier

  • Modules are tested independently and then combined to form a program

Erklärung

Frage 148 von 200

1

The most effective method of debugging involves a mental process.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 149 von 200

1

Indicate if the given statements about error-locating principles is true or false:

Keep debugging tools on the first priority.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 150 von 200

1

How is quality defined in Extreme Programming?

Wähle eine der folgenden:

  • Testing the code base once

  • Good communication between developers and testers

  • Implementation of complicated designs

  • Meeting design specifications and customer expectations

Erklärung

Frage 151 von 200

1

Which area is being tested when we test the failover capabilities of web, application, and database servers?

Wähle eine der folgenden:

  • Business rules

  • System reliability

  • Network architecture

  • Performance

Erklärung

Frage 152 von 200

1

Which test case design technique is based on writing test cases around probable types of errors?

Wähle eine der folgenden:

  • Identifying equivalence classes

  • Boundary value analysis

  • Cause-effect graphing

  • Error guessing

Erklärung

Frage 153 von 200

1

Which test requires the organization that produced the program to create the test cases?

Wähle eine der folgenden:

  • System test

  • Installation test

  • Integration test

  • Function test

Erklärung

Frage 154 von 200

1

True or False: When the testing is focused on how the application behaves at a code level, a white-box tester should create the tests.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 155 von 200

1

Select the statements that match Top-down testing. (Choose Two)

Wähle eine oder mehr der folgenden:

  • Finds difficulty in test case representation in stubs, before the I/O function addition

  • Conducts testing from main module to sub module

  • Creates test conditions and concludes test results easily

  • Conducts testing from sub module to main module

Erklärung

Frage 156 von 200

1

True or False: A bug base is a system for keeping track of every bug logged in a database system.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 157 von 200

1

Identify the testing processes that make up the Acceptance test part of the development phase

Wähle eine der folgenden:

  • External specification: It defines the exact representation of the program to users.

  • Code: It produces the code for the required program.

  • Requirement: It specifies the cause of the program.

  • System design: It lays down the design principles of the system.

Erklärung

Frage 158 von 200

1

Which test type will satisfy the final validation and verification criteria?

Wähle eine der folgenden:

  • Packaging and delivery

  • Acceptance testing

  • Systems Validation

  • Functional testing

Erklärung

Frage 159 von 200

1

Which Agile methodology matches this statement:

Uses an iterative and incremental approach, with the goal of delivering software on time

Wähle eine der folgenden:

  • Velocity tracking

  • Essential unified process

  • Dynamic system development method

  • Feature driven development

Erklärung

Frage 160 von 200

1

Is the given statements about system testing is true or false. It falls under the category of black box testing.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 161 von 200

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 162 von 200

1

Select the description that matches the e-commerce architecture tier for tier 2:

Wähle eine der folgenden:

  • Runs the software to model user business processes

  • Provides the visual content to the end user

  • Focuses on storing and retrieving data from the data source

Erklärung

Frage 163 von 200

1

Which black-box methodology focuses on finding a subset of all possible inputs with the highest probability of finding the most errors?

Wähle eine der folgenden:

  • Identifying equivalence classes

  • Equivalence partitioning

  • Boundary value analysis

  • Cause-effect graphing

Erklärung

Frage 164 von 200

1

Select the functionalities associated with the business layer. (Choose Four)

Wähle eine oder mehr der folgenden:

  • Data validation

  • Transaction processing

  • Application logging

  • User authentication

  • User authorizing

  • Data verification

Erklärung

Frage 165 von 200

1

Indicate if given statement about presentation layer testing is true or false:

It comprises of two major areas, namely content testing and user environment.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 166 von 200

1

Which statement matches the performance section of the business layer testing area.

Wähle eine der folgenden:

  • Tests to detect errors in knowledge collected from customers

  • Tests whether the application meets documented operational specifications

  • Tests to uncover errors in transaction processing, such as credit card processing, e-mailing verifications, and so on

Erklärung

Frage 167 von 200

1

What testing types would you conduct if you wanted to make sure (a) the website still performs and functions appropriately with the new code in place, and (b) the system can handle the additional user traffic and page loading needs?

Wähle eine der folgenden:

  • Acceptance testing

  • Regression and performance testing

  • Unit testing

  • System integration

Erklärung

Frage 168 von 200

1

When verifying the business layer of an application, which test will blast the application with multiple logins and simulate transactions to the point of failure?

Wähle eine der folgenden:

  • Data validation

  • Transactional testing

  • Performance testing

  • Response time testing

Erklärung

Frage 169 von 200

1

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

Wähle eine der folgenden:

  • Multiple-condition coverage

  • Statement coverage

  • Decision coverage

  • Condition coverage

Erklärung

Frage 170 von 200

1

Indicate if the given statements about agile testing is true or false:

It relies on automated testing because the development cycles are long.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 171 von 200

1

Debugging is a two-step process that begins with determination of the nature and location of the suspected error and then fixing it.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 172 von 200

1

Select the expected participants of a walkthrough team.

Wähle eine oder mehr der folgenden:

  • Project quality analyst

  • New programmer

  • Programming-language expert

  • Person who will eventually maintain the program

  • Someone from a different project

  • Highly experienced programmer

Erklärung

Frage 173 von 200

1

Select the deductive debugging process steps from the lists.

Wähle eine oder mehr der folgenden:

  • Prove remaining hypothesis

  • Collect more data

  • Enumerate possible causes

  • Refine remaining hypothesis

  • Fix the error

  • Use elimination process

Erklärung

Frage 174 von 200

1

Which layer of an internet application houses data used by the application or collected from the end user?

Wähle eine der folgenden:

  • Business

  • Data

  • Presentation

  • Browser

Erklärung

Frage 175 von 200

1

Follows that every condition in a decision and every decision in the program takes all possible outcomes at least once

Wähle eine der folgenden:

  • Multiple-Condition

  • Statement

  • Decision

  • Condition

  • Descision/condition

Erklärung

Frage 176 von 200

1

Which test case methodology should be used for a specification that contains combinations of input conditions?

Wähle eine der folgenden:

  • Error guessing

  • Cause-effect graphing

  • Boundary value analysis

  • Condition coverage

Erklärung

Frage 177 von 200

1

Is the given statements about system testing is true or false. It involves testing of the user's experience with the application.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 178 von 200

1

What makes a test run successful?

Wähle eine der folgenden:

  • A test that causes the program to produce the correct result

  • A test that did not find any errors

  • A test that demonstrates all functionality of the program

  • A test that discovers a new error

Erklärung

Frage 179 von 200

1

Is the following question about inspections and walkthroughs in software testing, true or false:

They are effective in detecting high-level design errors.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 180 von 200

1

Is the given statements about testing with emulator is true or false:

It allows inexpensive and quick functional testing of an application.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 181 von 200

1

Is the following statement about the specifications for a debugging command, true or false:

Brackets represent alternative optional operands.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 182 von 200

1

Error analysis, focuses on judging the exact location of the error, the developer of code, the preventive measures taken to avoid those errors in future, and so on.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 183 von 200

1

What is an advantage of incremental testing?

Wähle eine der folgenden:

  • Programming errors are detected earlier

  • It uses less machine time

  • Provides opportunities for parallel activities

  • Labor costs are smaller

Erklärung

Frage 184 von 200

1

Indicate if the given statements about agile testing is true or false:

It engages the customer as early as possible and throughout the development cycle.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 185 von 200

1

_____ testing involves testing random users for a software with a general target market.

Wähle eine der folgenden:

  • Remote usability

  • Hallway intercept

  • Agile

Erklärung

Frage 186 von 200

1

Is the following statement about mobile testing categories, true or false:

Device interaction: Ensures that application does not consume too much memory

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 187 von 200

1

Usability testing involves actual users or customers of the product.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 188 von 200

1

Select the descriptions that match the Human error detection agenda (Choose Two)

Wähle eine oder mehr der folgenden:

  • Focuses on error discovery, not error correction

  • Investigates program with respect to checklist of historically common programming errors

  • Recommends that the inspection results must be kept confidential

  • Focuses on quality improvement rather than attacking the programmer

Erklärung

Frage 189 von 200

1

Identify the testing processes that make up the Integration test part of the development phase

Wähle eine der folgenden:

  • 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.

  • Requirement: It specifies the cause of the program.

Erklärung

Frage 190 von 200

1

Select the descriptions that match Desk Checking

Wähle eine oder mehr der folgenden:

  • Evaluates anonymous programs for their overall quality, maintainability, and so on

  • Follows undisciplined process of testing and finding errors

  • Runs counter to testing principle two, which states that people are generally ineffective in testing their own programs

  • Selects a programmer to serve as the administrator of a process

Erklärung

Frage 191 von 200

1

Which two core disciplines intersect with business goals during black-box testing?

Wähle eine der folgenden:

  • Quality assurance and Business management

  • Quality assurance and product management

  • Quality assurance and development

Erklärung

Frage 192 von 200

1

What does it mean to raise the reliability of a program?

Wähle eine der folgenden:

  • To establish confidence that a program does what it is supposed to do

  • To show that a program performs its intended functions

  • To find and remove errors

  • To demonstrate that errors are not present

Erklärung

Frage 193 von 200

1

Identify the testing processes that make up the Function test part of the development phase

Wähle eine der folgenden:

  • Code: It produces the code for the required program.

  • System design: It lays down the design principles of the system.

  • Requirement: It specifies the cause of the program.

  • External specification: It defines the exact representation of the program to users.

Erklärung

Frage 194 von 200

1

Which of the following is a debugging principle?

Wähle eine der folgenden:

  • Fix the symptom, not the error

  • Where there is one bug, there is likely to be another

  • The likelihood of a fix being correct is 100%

  • Change the object code, not the source code

Erklärung

Frage 195 von 200

1

What key best practice brings the development process together in order to meet the deliverable deadline?

Wähle eine der folgenden:

  • Having clearly defined goals for every milestone

  • Not wasting time on trivial items that have no impact

  • Racing ahead with your eyes focused on the finish line

  • Making hard decisions regarding the direction of development

Erklärung

Frage 196 von 200

1

What is the intent of test automation?

Wähle eine der folgenden:

  • To find as many defects as possible

  • To optimize your process and make testing more efficient

  • To automatically record issues to be fixed

  • To test as many pieces of functionality as possible

Erklärung

Frage 197 von 200

1

Involves execution of all the executable statements in the source code at least once

Wähle eine der folgenden:

  • Condition

  • Statement

  • Descision/condition

  • Multiple-Condition

  • Decision

Erklärung

Frage 198 von 200

1

It provides the entry point into the application.

Wähle eine der folgenden:

  • checkArgs()

  • primeCheck()

  • main()

  • assertFalse()

Erklärung

Frage 199 von 200

1

True or False: A bug model predicts how many bugs you should be tracking at any given time.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 200 von 200

1

Is the following statement true or false:

Exit: Confirms that the application meets design specifications when the user initiates a shutdown of device

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung