ISTQB Practice Questions Simulator - 2

SettingsSettings
Please wait...
  • 1/26 Questions

    Q11. What are the key features to be concentrated upon when doing a testing forworld wide web sites

    • Interaction between html pages
    • Performance on the client side
    • Security aspects
    • All of the above
Please wait...
ISTQB Practice Questions Simulator - 2 - Quiz
About This Quiz

ISTQB Practice Questions Simulator - 2


Quiz Preview

  • 2. 

    Q7. What are the 2 major components taken into consideration with risk analysis?

    • The probability the negative event will occur

    • The potential loss or impact associated with the event

    • Both a and b

    • Neither a nor b

    Correct Answer
    A. Both a and b
  • 3. 

    Q10. What if the project isn't big enough to justify extensive testing?

    • Use risk based analysis to find out which areas need to be tested

    • Use automation tool for testing

    • A and b

    • None of the above

    Correct Answer
    A. Use risk based analysis to find out which areas need to be tested
  • 4. 

    Q3. Typical defects that are easier to find in reviews than in dynamic testing are:

    • Deviations from standards

    • Requirement defects

    • Design defects

    • Insufficient maintainability and incorrect interface specifications

    • All of the above

    Correct Answer
    A. All of the above
  • 5. 

    Q22. Complete statement and branch coverage means:

    • That you have tested every statement in the program

    • That you have tested every statement and every branch in the program

    • That you have tested every IF statement in the program

    • That you have tested every combination of values of IF statements in the program

    Correct Answer
    A. That you have tested every statement and every branch in the program
  • 6. 

    Q23. What if the project isn't big enough to justify extensive testing

    • Use risk based analysis to find out which areas need to be tested

    • Use automation tool for testing

    • A and b

    • None of the above

    Correct Answer
    A. Use risk based analysis to find out which areas need to be tested
  • 7. 

    Q15. What do you mean by “Having to say NO”

    • No, the problem is not with testers

    • No, the software is not ready for production

    • Both a & b

    • None of the above

    Correct Answer
    A. No, the software is not ready for production
  • 8. 

    Q5. Reviews, static analysis and dynamic testing have the same objective –

    • Identifying defects

    • Fixing defects

    • 1 and 2

    • None

    Correct Answer
    A. Identifying defects
  • 9. 

    Q18. Tools like change Man, Clear case are used as

    • Functional automation tools

    • Performance testing tools

    • Configuration management tools

    • None of the above

    Correct Answer
    A. Configuration management tools
  • 10. 

    Q9. Who is responsible for conducting test readiness review?

    • Test manager

    • Test engineer

    • Both A & B

    • Project Manager

    Correct Answer
    A. Test manager
  • 11. 

    Q13. The selection of test cases for regression testing

    • Requires knowledge on the bug fixes and how it affect the system

    • Includes the area of frequent defects

    • Includes the area which has undergone many/recent code changes

    • All of the above

    Correct Answer
    A. All of the above
  • 12. 

    Q1. Deliverables of test design phase include all the following except:

    • Test data

    • Test data plan

    • Test summary report

    • Test procedure plan

    Correct Answer
    A. Test summary report
  • 13. 

    Q2. Which of the following is not decided in the test-planning phase?

    • Schedules and deliverables

    • Hardware and software

    • Entry and exit criteria

    • Types of test cases

    Correct Answer
    A. Types of test cases
  • 14. 

    Q4. Load Testing Tools

    • Reduces the time spent by the testers

    • Reduces the resources spent (hardware)

    • Mostly used in web testing

    • All of the above

    Correct Answer
    A. All of the above
  • 15. 

    Q6. Defect arrival rate curve:

    • Shows the number of newly discovered defects per unit time

    • Shows the number of open defects per unit time

    • Shows the cumulative total number of defects found up to this time

    • Any of these, depending on the company

    Correct Answer
    A. Shows the number of newly discovered defects per unit time
  • 16. 

    Q16. According to the lecture, there are several risks of managing your project's schedule with a statistical reliability model. These include:

    • Testers spend more energy early in the product trying to find bugs than preparingto do the rest of the project's work more efficiently

    • Managers might not realize that the testing effort is ineffective, late in the project,because they expect a low rate of bug finding, so the low rate achieved doesn'talarm them

    • It can increase the end-of-project pressure on testers to not find bugs, or to notreport bugs

    • All of the above

    Correct Answer
    A. All of the above
  • 17. 

    Q12. What can be done if requirements are changing continuously?

    • Work with the project's stakeholders early on to understand howrequirements might change so that alternate test plans and strategiescan be worked out in advance, if possible

    • Negotiate to allow only easily-implemented new requirements into theproject, while moving more difficult new requirements into futureversions of the application

    • Both a and b

    • None of the above

    Correct Answer
    A. Both a and b
  • 18. 

    Q19. Important consequences of the impossibility of complete testing are

    • We can never be certain that the program is bug free

    • We have no definite stopping point for testing, which makes it easier for somemanagers to argue for very little testing

    • We have no easy answer for what testing tasks should always be required,because every task takes time that could be spent on other high importance tasks

    • All of the above

    Correct Answer
    A. All of the above
  • 19. 

    Q26. What is the concept of introducing a small change to the program and having theeffects of that change show up in some test?

    • Desk checking

    • Debugging a program

    • A mutation error

    • Performance testing

    • Introducing mutations

    Correct Answer
    A. Introducing mutations
  • 20. 

    Q24. Security falls under

    • Compliance testing

    • Disaster testing

    • Verifying compliance to rules

    • Functional testing

    • Ease of operations

    Correct Answer
    A. Compliance testing
  • 21. 

    Q8. We can achieve complete statement coverage but still miss bugs because:

    • The failure occurs only if you reach a statement taking the TRUE branch of an IF statement, and you got to the statement with a test that passed through the FALSE branch

    • The failure depends on the program's inability to handle specific data values, rather than on the program's flow of control

    • Both A and B

    • We are not required to test code that customers are unlikely to execute

    Correct Answer
    A. Both A and B
  • 22. 

    Q17. Operations testing is:

    • Compliance testing

    • Disaster testing

    • Verifying compliance to rules

    • Functional testing

    • Ease of operations

    Correct Answer
    A. Ease of operations
  • 23. 

    Q21. In the MASPAR case study:

    • Security failures were the result of untested parts of code

    • The development team achieved complete statement and branch coverage butmissed a serious bug in the MASPAR operating system

    • An error in the code was so obscure that you had to test the function with almostevery input value to find its two special-case failures

    • All of the above

    Correct Answer
    A. An error in the code was so obscure that you had to test the function with almostevery input value to find its two special-case failures
  • 24. 

    Q14. Measurement dysfunction is a problem because:

    • Even though the numbers you look at appear better, to achieve these numbers, people are doing other aspects of their work much less well

    • We don't know how to measure a variable (our measurement is dysfunctional) and so we don't know how to interpret the result.

    • You are measuring the wrong thing and thus reaching the wrong conclusions

    • All of the above.

    Correct Answer
    A. Even though the numbers you look at appear better, to achieve these numbers, people are doing other aspects of their work much less well
  • 25. 

    Q25. Which is the best definition of complete testing:

    • You have discovered every bug in the program

    • You have tested every statement, branch, and combination of branches in theprogram

    • You have completed every test in the test plan.

    • You have reached the scheduled ship date

    Correct Answer
    A. You have reached the scheduled ship date
  • 26. 

    Q20. Which is not in sequence in 11 Step Software Testing process

    • Assess development plan and status

    • Develop the test plan

    • Test software design

    • Test software requirement

    Correct Answer
    A. Test software design

Quiz Review Timeline (Updated): +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2022
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 22, 2011
    Quiz Created by
Back to Top Back to top
Advertisement