gaidamak.pasha
Test por , creado hace más de 1 año

ISQB Test sobre ISTQB 2 (68 questions), creado por gaidamak.pasha el 11/12/2014.

187
2
0
gaidamak.pasha
Creado por gaidamak.pasha hace más de 9 años
Cerrar

ISTQB 2 (68 questions)

Pregunta 1 de 68

1

According to the ISTQB Glossary, a product risk is related to which of the following?

Selecciona una o más de las siguientes respuestas posibles:

  • Control of the test project

  • The test object

  • A single test item

  • A potential negative outcome

Explicación

Pregunta 2 de 68

1

Why are error guessing and exploratory testing good to do?

Selecciona una o más de las siguientes respuestas posibles:

  • They can find defects missed by specificationbased and structure-based techniques

  • They don't require any training to be as effective as formal techniques

  • They can be used most effectively when there are good specifications

  • They will ensure that all of the code or system is tested

Explicación

Pregunta 3 de 68

1

In a test summary report, the project's test leader makes the following statement, "The payment processing subsystem fails to accept payments from American Express cardholders, which is considered a must-work feature for this release." This statement is likely to be found in which of the following sections?

Selecciona una o más de las siguientes respuestas posibles:

  • Evaluation

  • Summary of activities

  • Variances

  • Incident description

Explicación

Pregunta 4 de 68

1

Which tools help to support static testing?

Selecciona una o más de las siguientes respuestas posibles:

  • Static analysis tools and test execution tools

  • Review process support tools, static analysis tools and coverage measurement tools

  • Dynamic analysis tools and modeling tools

  • Review process support tools, static analysis tools and modeling tools

Explicación

Pregunta 5 de 68

1

What statement about static analysis is true?

Selecciona una o más de las siguientes respuestas posibles:

  • With static analysis, defects can be found that are difficult to find with dynamic testing

  • Compiling is not a form of static analysis

  • When properly performed, static analysis makes functional testing redundant

  • Static analysis finds all faults

Explicación

Pregunta 6 de 68

1

Which of the following is a goal for a proof-of-concept or pilot phase for tool evaluation?

Selecciona una o más de las siguientes respuestas posibles:

  • Decide which tool to acquire

  • Decide on the main objectives and requirements for this type of tool

  • Evaluate the tool vendor including training, support and commercial aspects

  • Decide on standard ways of using, managing, storing and maintaining the tool and the test assets

Explicación

Pregunta 7 de 68

1

Use case testing is useful for which of the following? P Designing acceptance tests with users or customers. Q Making sure that the mainstream business processes are tested. R Finding defects in the interaction between components. S Identifying the maximum and minimum values for every input field. T Identifying the percentage of statements exercised by a sets of tests.

Selecciona una o más de las siguientes respuestas posibles:

  • P, Q and R

  • Q, S and T

  • P, Q and S

  • R, S and T

Explicación

Pregunta 8 de 68

1

According to the ISTQB Glossary, what do we mean when we call someone a test manager?

Selecciona una o más de las siguientes respuestas posibles:

  • A test manager manages a collection of test leaders

  • A test manager is the leader of a test team or teams

  • A test manager gets paid more than a test leader

  • A test manager reports to a test leader

Explicación

Pregunta 9 de 68

1

Which of the following artifacts can be examined by using review techniques?

Selecciona una o más de las siguientes respuestas posibles:

  • Software code

  • Requirements specification

  • Test designs

  • All of the above

Explicación

Pregunta 10 de 68

1

What statement about reviews is true?

Selecciona una o más de las siguientes respuestas posibles:

  • Inspections are led by a trained moderator, whereas technical reviews are not necessarily

  • Technical reviews are led by a trained leader, inspections are not

  • In a walkthrough, the author does not attend

  • Participants for a walkthrough always need to be thoroughly trained

Explicación

Pregunta 11 de 68

1

According to the ISTQB Glossary, the word 'bug' is synonymous with which of the following words?

Selecciona una o más de las siguientes respuestas posibles:

  • Incident

  • Defect

  • Mistake

  • Error

Explicación

Pregunta 12 de 68

1

Which of the following characteristics and types of review processes belong together? 1. Led by the author 2. Undocumented 3. No management participation 4. Led by a trained moderator or leader 5. Uses entry and exit criteria s. Inspection t. Technical review u. Informal review v. Walkthrough

Selecciona una o más de las siguientes respuestas posibles:

  • s = 4, t = 3, u = 2 and 5, v = 1

  • s = 4 and 5, t = 3, u = 2, v = 1

  • s = 1 and 5, t = 3, u = 2, v = 4

  • s = 5, t = 4, u = 3, v = 1 and 2

Explicación

Pregunta 13 de 68

1

How do experience-based techniques differ from specification-based techniques?

Selecciona una o más de las siguientes respuestas posibles:

  • They depend on the tester's understanding of the way the system is structured rather than on a documented record of what the system should do

  • They depend on having older testers rather than younger testers

  • They depend on a documented record of what the system should do rather than on an individual's personal view

  • They depend on an individual's personal view rather than on a documented record of what the system should do

Explicación

Pregunta 14 de 68

1

Which of the following is a non-functional quality characteristic?

Selecciona una o más de las siguientes respuestas posibles:

  • Feasibility

  • Usability

  • Maintenance

  • Regression

Explicación

Pregunta 15 de 68

1

Static code analysis typically identifies all but one of the following problems. Which is it?

Selecciona una o más de las siguientes respuestas posibles:

  • Unreachable code

  • Undeclared variables

  • Faults in the requirements

  • Too few comments

Explicación

Pregunta 16 de 68

1

What are good practices for testing within the development life cycle?

Selecciona una o más de las siguientes respuestas posibles:

  • Early test analysis and design

  • Different test levels are defined with specific objectives

  • Testers will start to get involved as soon as coding is done

  • A and B above

Explicación

Pregunta 17 de 68

1

Why is independent testing important?

Selecciona una o más de las siguientes respuestas posibles:

  • Independent testing is usually cheaper than testing your own work

  • Independent testing is more effective at finding defects

  • Independent testers should determine the processes and methodologies used

  • Independent testers are dispassionate about whether the project succeeds or fails

Explicación

Pregunta 18 de 68

1

In which document described in IEEE 829 would you find instructions for the steps to be taken for a test including set-up, logging, environment and measurement?

Selecciona una o más de las siguientes respuestas posibles:

  • Test plan

  • Test design specification

  • Test case specification

  • Test procedure specification

Explicación

Pregunta 19 de 68

1

According to the ISTQB Glossary, what is a test level?

Selecciona una o más de las siguientes respuestas posibles:

  • A group of test activities that are organized together

  • One or more test design specification documents

  • A test type

  • An ISTQB certification

Explicación

Pregunta 20 de 68

1

Which of the following structure based test design technique would be most likely to be applied to? 1 Boundaries between mortgage interest rate bands. 2 An invalid transition between two different arrears statuses. 3 The business process flow for mortgage approval. 4 Control flow of the program to calculate repayments.

Selecciona una o más de las siguientes respuestas posibles:

  • 2, 3 and 4

  • 2 and 4

  • 3 and 4

  • 1, 2 and 3

Explicación

Pregunta 21 de 68

1

Which of the following would NOT be done as part of selecting a tool for an organization?

Selecciona una o más de las siguientes respuestas posibles:

  • Assess organizational maturity, strengths and weaknesses

  • Roll out the tool to as many users as possible within the organization

  • Evaluate the tool features against clear requirements and objective criteria

  • Identify internal requirements for coaching and mentoring in the use of the tool

Explicación

Pregunta 22 de 68

1

Which of the following metrics would be most useful to monitor during test execution?

Selecciona una o más de las siguientes respuestas posibles:

  • Percentage of test cases written

  • Number of test environments remaining to be configured

  • Number of defects found and fixed

  • Percentage of requirements for which a test has been written

Explicación

Pregunta 23 de 68

1

What is a potential risk in using tools to support testing?

Selecciona una o más de las siguientes respuestas posibles:

  • Unrealistic expectations, expecting the tool to do too much

  • Insufficient reliance on the tool, i.e. still doing manual testing when a test execution tool has been purchased

  • The tool may find defects that aren't there

  • The tool will repeat exactly the same thing it did the previous time

Explicación

Pregunta 24 de 68

1

A product risk analysis is performed during the planning stage of the test process. During the execution stage of the test process, the test manager directs the testers to classify each defect report by the known product risk it relates to (or to 'other'). Once a week, the test manager runs a report that shows the percentage of defects related to each known product risk and to unknown risks. What is one possible use of such a report?

Selecciona una o más de las siguientes respuestas posibles:

  • To identify new risks to system quality

  • To locate defect clusters in product subsystems

  • To check risk coverage by tests

  • To measure exploratory testing

Explicación

Pregunta 25 de 68

1

You and the project stakeholders develop a list of product risks and project risks during the planning stage of a project. What else should you do with those lists of risks during test planning?

Selecciona una o más de las siguientes respuestas posibles:

  • Determine the extent of testing required for the product risks and the mitigation and contingency actions required for the project risks

  • Obtain the resources needed to completely cover each product risk with tests and transfer responsibility for the project risks to the project manager

  • Execute sufficient tests for the product risks, based on the likelihood and impact of each product risk and execute mitigation actions for all project risks

  • No further risk management action is required at the test planning stage

Explicación

Pregunta 26 de 68

1

What is the primary difference between the test plan, the test design specification, and the test procedure specification?

Selecciona una o más de las siguientes respuestas posibles:

  • The test plan describes one or more levels of testing, the test design specification identifies the associated high-level test cases and a test procedure specification describes the actions for executing a test

  • The test plan is for managers, the test design specification is for programmers and the test procedure specification is for testers who are automating tests

  • The test plan is the least thorough, the test procedure specification is the most thorough and the test design specification is midway between the two

  • The test plan is finished in the first third of the project, the test design specification is finished in the middle third of the project and the test procedure specification is finished in the last third of the project

Explicación

Pregunta 27 de 68

1

According to the ISTQB Glossary, a risk relates to which of the following?

Selecciona una o más de las siguientes respuestas posibles:

  • Negative feedback to the tester

  • Negative consequences that will occur

  • Negative consequences that could occur

  • Negative consequences for the test object

Explicación

Pregunta 28 de 68

1

Which test activities are supported by test harness or unit test framework tools?

Selecciona una o más de las siguientes respuestas posibles:

  • Test management and control

  • Test specification and design

  • Test execution and logging

  • Performance and monitoring

Explicación

Pregunta 29 de 68

1

Which of the following is most important to promote and maintain good relationships between testers and developers?

Selecciona una o más de las siguientes respuestas posibles:

  • Understanding what managers value about testing

  • Explaining test results in a neutral fashion

  • Identifying potential customer work-arounds for bugs

  • Promoting better quality software whenever possible

Explicación

Pregunta 30 de 68

1

Which of the following factors is an influence on the test effort involved in most projects?

Selecciona una o más de las siguientes respuestas posibles:

  • Geographical separation of tester and programmers

  • The departure of the test manager during the project

  • The quality of the information used to develop the tests

  • Unexpected long-term illness by a member of the project team

Explicación

Pregunta 31 de 68

1

Which of the following could be used to assess the coverage achieved for specification based (black-box) test techniques? V Decision outcomes exercised W Partitions exercised X Boundaries exercised Y State transitions exercised Z Statements exercised

Selecciona una o más de las siguientes respuestas posibles:

  • V,W,YorZ

  • W,XorY

  • V,XorZ

  • W, X, Y or Z

Explicación

Pregunta 32 de 68

1

Ensuring that test design starts during the requirements definition phase is important to enable which of the following test objectives?

Selecciona una o más de las siguientes respuestas posibles:

  • Preventing defects in the system

  • Finding defects through dynamic testing

  • Gaining confidence in the system

  • Finishing the project on time

Explicación

Pregunta 33 de 68

1

Which of the following are advanced scripting techniques for test execution tools?

Selecciona una o más de las siguientes respuestas posibles:

  • Data-driven and keyword-driven

  • Data-driven and capture-driven

  • Capture-driven and keyhole-driven

  • Playback-driven and keyword-driven

Explicación

Pregunta 34 de 68

1

According to the ISTQB Glossary, regression testing is required for what purpose?

Selecciona una o más de las siguientes respuestas posibles:

  • To verify the success of corrective actions

  • To prevent a task from being incorrectly considered completed

  • To ensure that defects have not been introduced by a modification

  • To motivate better unit testing by the programmers

Explicación

Pregunta 35 de 68

1

A company recently purchased a commercial off-the-shelf application to automate their bill-paying process. They now plan to run an acceptance test against the package prior to putting it into production. Which of the following is their most likely reason for testing?

Selecciona una o más de las siguientes respuestas posibles:

  • To build confidence in the application.

  • To detect bugs in the application.

  • To gather evidence for a lawsuit.

  • To train the users.

Explicación

Pregunta 36 de 68

1

A product risk analysis meeting is held during the project planning period. Which of the following determines the level of risk?

Selecciona una o más de las siguientes respuestas posibles:

  • Difficulty of fixing related problems in code

  • The harm that might result to the user

  • The price for which the software is sold

  • The technical staff in the meeting

Explicación

Pregunta 37 de 68

1

Which of the following would be an example of decision-table testing for a financial application applied at the system-test level?

Selecciona una o más de las siguientes respuestas posibles:

  • A table containing rules for combinations of inputs to two fields on a screen

  • A table containing rules for interfaces between components

  • A table containing rules for mortgage applications

  • A table containing rules for chess

Explicación

Pregunta 38 de 68

1

Which of the following is a true statement regarding the process of fixing emergency changes?

Selecciona una o más de las siguientes respuestas posibles:

  • There is no time to test the change before it goes live, so only the best developers should do this work and should not involve testers as they slow down the process

  • Just run the retest of the defect actually fixed

  • Always run a full regression test of the whole system in case other parts of the system have been adversely affected

  • Retest the changed area and then use risk assessment to decide on a reasonable subset of the whole regression test to run in case other parts of the system have been adversely affected

Explicación

Pregunta 39 de 68

1

Put the test cases that implement the following test conditions into the best order for the test execution schedule, for a test that is checking modifications of customers on a database. 1 Print modified customer record. 2 Change customer address: house number and street name. 3 Capture and print the on-screen error message. 4 Change customer address: postal code. 5 Confirm existing customer is on the database by opening that record. 6 Close the customer record and close the database. 7 Try to add a new customer with no details at all.

Selecciona una o más de las siguientes respuestas posibles:

  • 5,4, 2,1, 3, 7, 6

  • 4,2,5,1,6,7,3

  • 5,4,2,1,7,3,6

  • 5,1, 2, 3,4, 7, 6

Explicación

Pregunta 40 de 68

1

Which is not a type of review?

Selecciona una o más de las siguientes respuestas posibles:

  • Walkthrough

  • Inspection

  • Informal review

  • Management approval

Explicación

Pregunta 41 de 68

1

You are writing a test plan using the IEEE 829 template and are currently completing the Risks and Contingencies section. Which of the following is most likely to be listed as a project risk?

Selecciona una o más de las siguientes respuestas posibles:

  • Unexpected illness of a key team member

  • Excessively slow transaction-processing time

  • Data corruption under network congestion

  • Failure to handle a key use case

Explicación

Pregunta 42 de 68

1

Which statement about the function of a static analysis tool is true?

Selecciona una o más de las siguientes respuestas posibles:

  • Gives quality information about the code without executing it

  • Checks expected results against actual results

  • Can detect memory leaks

  • Gives information about what code has and has not been exercised

Explicación

Pregunta 43 de 68

1

Postal rates for 'light letters' are 25p up to l0g, 35p up to 50g plus an extra l0p for each additional 25g up to l00g. Which test inputs (in grams) would be selected using equivalence partitioning?

Selecciona una o más de las siguientes respuestas posibles:

  • 8,42,82,102

  • 4,15, 65, 92,159

  • 10,50,75,100

  • 5, 20, 40, 60, 80

Explicación

Pregunta 44 de 68

1

Which of these is a functional test?

Selecciona una o más de las siguientes respuestas posibles:

  • Measuring response time on an on-line booking system

  • Checking the effect of high volumes of traffic in a call-center system

  • Checking the on-line bookings screen information and the database contents against the information on the letter to the customers

  • Checking how easy the system is to use

Explicación

Pregunta 45 de 68

1

Consider the following exit criteria which might be found in a test plan: I - No known customer-critical defects. II - All interfaces between components tested. III - 100% code coverage of all units. IV - All specified requirements satisfied. V - System functionality matches legacy system for all business rules. Which of the following statements is true about whether these exit criteria belong in an acceptance test plan?

Selecciona una o más de las siguientes respuestas posibles:

  • All statements belong in an acceptance test plan

  • Only statement I belongs in an acceptance test plan

  • Only statements I, II, and V belong in an acceptance test plan

  • Only statements I, IV, and V belong in an acceptance test plan

Explicación

Pregunta 46 de 68

1

What is a key characteristic of structure-based testing techniques?

Selecciona una o más de las siguientes respuestas posibles:

  • They are mainly used to assess the structure of a specification

  • They are used both to measure coverage and to design tests to increase coverage

  • They are based on the skills and experience of the tester

  • They use a formal or informal model of the software or component

Explicación

Pregunta 47 de 68

1

With a highly experienced tester with a good business background, which approach to defining test procedures would be effective and most efficient for a project under severe time pressure?

Selecciona una o más de las siguientes respuestas posibles:

  • A high-level outline of the test conditions and general steps to take

  • Every step in the test spelled out in detail

  • A high-level outline of the test conditions with the steps to take discussed in detail with another experienced tester

  • Detailed documentation of all test cases and careful records of each step taken in the testing

Explicación

Pregunta 48 de 68

1

Which of the following statements about the relationship between statement coverage and decision coverage is correct?

Selecciona una o más de las siguientes respuestas posibles:

  • 100% decision coverage is achieved if statement coverage is greater than 90%

  • 100% statement coverage is achieved if decision coverage is greater than 90%

  • 100% decision coverage always means 100% statement coverage

  • 100% statement coverage always means 100% decision coverage

Explicación

Pregunta 49 de 68

1

Which of the statements below is the best assessment of how the test principles apply across the test life cycle?

Selecciona una o más de las siguientes respuestas posibles:

  • Test principles only affect the preparation for testing

  • Test principles only affect test execution activities

  • Test principles affect the early test activities such as review

  • Test principles affect activities throughout the test life cycle

Explicación

Pregunta 50 de 68

1

What are the potential benefits from using tools in general to support testing?

Selecciona una o más de las siguientes respuestas posibles:

  • Greater quality of code, reduction in the number of testers needed, better objectives for testing

  • Greater repeatability of tests, reduction in repetitive work, objective assessment

  • Greater responsiveness of users, reduction of tests run, objectives not necessary

  • Greater quality of code, reduction in paperwork, fewer objections to the tests

Explicación

Pregunta 51 de 68

1

Which of the following is among the typical tasks of a test leader?

Selecciona una o más de las siguientes respuestas posibles:

  • Develop system requirements, design specifications and usage models

  • Handle all test automation duties

  • Keep tests and test coverage hidden from programmers

  • Gather and report test progress metrics

Explicación

Pregunta 52 de 68

1

When choosing which technique to use in a given situation, which factors should be taken into account? U previous experience of types of defects found in this or similar systems V the existing knowledge of the testers W regulatory standards that apply X the type of test execution tool that will be used Y the documentation available Z previous experience in the development language

Selecciona una o más de las siguientes respuestas posibles:

  • V,W,YandZ

  • U, V, W and Y

  • U,XandY

  • V,W and Y

Explicación

Pregunta 53 de 68

1

Which of the following is a test type?

Selecciona una o más de las siguientes respuestas posibles:

  • Component testing

  • Functional testing

  • System testing

  • Acceptance testing

Explicación

Pregunta 54 de 68

1

During test execution, the test manager describes the following situation to the project team: "90% of the test cases have been run. 20% of the test cases have identified defects. 127 defects have been found. 112 defects have been fixed and have passed confirmation testing. Of the remaining 15 defects, project management has decided that they do not need to be fixed prior to release." Which of the following is the most reasonable interpretation of this test status report?

Selecciona una o más de las siguientes respuestas posibles:

  • The remaining 15 defects should be confirmation tested prior to release

  • The remaining 10% of test cases should be run prior to release

  • The system is now ready for release with no further testing or development effort

  • The programmers should focus their attention on fixing the remaining known defects prior to release

Explicación

Pregunta 55 de 68

1

During an early period of test execution, a defect is located, resolved and confirmed as resolved by re-testing, but is seen again later during subsequent test execution. Which of the following is a testing-related aspect of configuration management that is most likely to have broken down?

Selecciona una o más de las siguientes respuestas posibles:

  • Traceability

  • Confirmation testing

  • Configuration control

  • Test documentation management

Explicación

Pregunta 56 de 68

1

Which of the following could be a coverage measure for state transition testing? V All states have been reached. W The response time for each transaction is adequate. X Every transition has been exercised. Y All boundaries have been exercised. Z Specific sequences of transitions have been exercised.

Selecciona una o más de las siguientes respuestas posibles:

  • X,YandZ

  • V, X, Y and Z

  • W,XandY

  • V, X and Z

Explicación

Pregunta 57 de 68

1

According to the ISTQB Glossary, what do we call a document that describes any event that occurred during testing which requires further investigation?

Selecciona una o más de las siguientes respuestas posibles:

  • A bug report

  • A defect report

  • An incident report

  • A test summary report

Explicación

Pregunta 58 de 68

1

Which option best describes objectives for test levels with a life cycle model?

Selecciona una o más de las siguientes respuestas posibles:

  • Objectives should be generic for any test level

  • Objectives are the same for each test level

  • The objectives of a test level don't need to be defined in advance

  • Each level has objectives specific to that level

Explicación

Pregunta 59 de 68

1

Why are both specification-based and structure-based testing techniques useful?

Selecciona una o más de las siguientes respuestas posibles:

  • They find different types of defect

  • Using more techniques is always better

  • Both find the same types of defect

  • Because specifications tend to be unstructured

Explicación

Pregunta 60 de 68

1

Which of the following statements about early test design are true and which are false? 1. Defects found during early test design are more expensive to fix. 2. Early test design can find defects. 3. Early test design can cause changes to the requirements. 4. Early test design takes more effort.

Selecciona una o más de las siguientes respuestas posibles:

  • 1 and 3 are true. 2 and 4 are false

  • 2 is true. 1, 3 and 4 are false

  • 2 and 3 are true. 1 and 4 are false

  • 2, 3 and 4 are true. 1 is false

Explicación

Pregunta 61 de 68

1

What is the main difference between a walkthrough and an inspection?

Selecciona una o más de las siguientes respuestas posibles:

  • An inspection is led by the authors, whilst a walk through is led by a trained moderator

  • An inspection has a trained leader, whilst a walk through has no leader

  • Authors are not present during inspections, whilst they are during walkthroughs

  • A walkthrough is led by the author, whilst an inspection is led by a trained moderator

Explicación

Pregunta 62 de 68

1

A regression test:

Selecciona una o más de las siguientes respuestas posibles:

  • Is only run once

  • Will always be automated

  • Will check unchanged areas of the software to see if they have been affected

  • Will check changed areas of the software to see if they have been affected

Explicación

Pregunta 63 de 68

1

A test team consistently finds between 90% and 95% of the defects present in the system under test. While the test manager understands that this is a good defect-detection percentage for her test team and industry, senior management and executives remain disappointed in the test group, saying that the test team misses too many bugs. Given that the users are generally happy with the system and that the failures which have occurred have generally been low impact, which of the following testing principles is most likely to help the test manager explain to these managers and executives why some defects are likely to be missed?

Selecciona una o más de las siguientes respuestas posibles:

  • Exhaustive testing is impossible

  • Defect clustering

  • Pesticide paradox

  • Absence-of-errors fallacy

Explicación

Pregunta 64 de 68

1

Non-functional testing includes:

Selecciona una o más de las siguientes respuestas posibles:

  • Testing to see where the system does not function correctly

  • Testing the quality attributes of the system including reliability and usability

  • Gaining user approval for the system

  • Testing a system feature using only the software required for that function

Explicación

Pregunta 65 de 68

1

The ISTQB Foundation Syllabus establishes a fundamental test process where test planning occurs early in the project, while test execution occurs at the end. Which of the following elements of the test plan, while specified during test planning, is assessed during test execution?

Selecciona una o más de las siguientes respuestas posibles:

  • Test tasks

  • Environmental needs

  • Exit criteria

  • Test team training

Explicación

Pregunta 66 de 68

1

In an incident report, the tester makes the following statement: At this point, I expect to receive an error message explaining the rejection of this invalid input and asking me to enter a valid input. Instead the system accepts the input, displays an hourglass for between one and five seconds and finally terminates abnormally, giving the message: "Unexpected data type: 15. Click to continue." This statement is likely to be found in which of the following sections of an IEEE 829 standard incident report?

Selecciona una o más de las siguientes respuestas posibles:

  • Summary

  • Impact

  • Item pass/fail criteria

  • Incident description

Explicación

Pregunta 67 de 68

1

Beta testing is:

Selecciona una o más de las siguientes respuestas posibles:

  • Performed by customers at their own site

  • Performed by customers at the software developer's site

  • Performed by an independent test team

  • Useful to test software developed for a specific customer or user

Explicación

Pregunta 68 de 68

1

You are working as a tester on a project to develop a point-of-sales system for grocery stores and other similar retail outlets. Which of the following is a product risk for such a project?

Selecciona una o más de las siguientes respuestas posibles:

  • The arrival of a more-reliable competing product on the market

  • Delivery of an incomplete test release to the first cycle of system test

  • An excessively high number of defect fixes fail during re-testing

  • Failure to accept allowed credit cards

Explicación