ISTQB Certification Exam: Quiz!

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Salbhar
S
Salbhar
Community Contributor
Quizzes Created: 9 | Total Attempts: 6,273
Questions: 9 | Attempts: 2,643

SettingsSettingsSettings
ISTQB Certification Exam: Quiz! - Quiz

.


Questions and Answers
  • 1. 

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

    • A.

      Early test analysis and design.

    • B.

      Different test levels are defined with specific objectives.

    • C.

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

    • D.

      A and B above.

    Correct Answer
    D. A and B above.
    Explanation
    The correct answer is A and B above. Early test analysis and design is a good practice as it allows for identifying test requirements and designing test cases early in the development process. Different test levels with specific objectives are also important as they help ensure that different aspects of the software are thoroughly tested. Testers getting involved as soon as coding is done is another good practice as it allows for early detection and resolution of defects.

    Rate this question:

  • 2. 

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

    • A.

      Objectives should be generic for any test level.

    • B.

      Objectives are the same for each test level.

    • C.

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

    • D.

      Each level has objectives specific to that level.

    Correct Answer
    D. Each level has objectives specific to that level.
    Explanation
    Each level of testing within a life cycle model has its own specific objectives. These objectives are tailored to the particular level of testing being conducted, taking into account the unique requirements, goals, and focus of that level. By defining objectives specific to each level, the testing process can be more effective and efficient, ensuring that the appropriate testing activities are performed at each stage of the life cycle model. This approach allows for a comprehensive and systematic approach to testing, addressing different aspects and concerns at each level.

    Rate this question:

  • 3. 

    Which of the following is a test type?

    • A.

      Component testing

    • B.

      Functional testing

    • C.

      System testing

    • D.

      Acceptance testing

    Correct Answer
    B. Functional testing
    Explanation
    Functional testing is a type of testing that focuses on verifying the functionality of a software system or application. It involves testing the individual functions or features of the system to ensure that they work as intended and meet the specified requirements. This type of testing is typically performed by testers or quality assurance professionals to ensure that the software meets the needs and expectations of the end users. Functional testing helps to identify any defects or issues in the system's functionality and ensures that it is working correctly before it is released to the users.

    Rate this question:

  • 4. 

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

    • A.

      Feasibility

    • B.

      Usability

    • C.

      Maintenance

    • D.

      Regression

    Correct Answer
    B. Usability
    Explanation
    Usability is a non-functional quality characteristic because it focuses on how easy and efficient it is for users to interact with a system. It measures the user experience and satisfaction, including factors such as learnability, efficiency, and user error prevention. Unlike functional characteristics that deal with what a system does, usability is concerned with how well it is used. Feasibility, maintenance, and regression, on the other hand, are functional characteristics that relate to the system's capabilities, stability, and ability to adapt to changes.

    Rate this question:

  • 5. 

    Which of these is a functional test?

    • A.

      Measuring response time on an on-line booking system.

    • B.

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

    • C.

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

    • D.

      Checking how easy the system is to use.

    Correct Answer
    C. Checking the on-line bookings screen information and the database contents against the information on the letter to the customers.
    Explanation
    The correct answer is "Checking the on-line bookings screen information and the database contents against the information on the letter to the customers." This is a functional test because it involves verifying that the system is correctly displaying the information on the bookings screen and that it matches the information in the database and the letter sent to customers. This test ensures that the system is functioning properly and accurately handling the customer's booking information.

    Rate this question:

  • 6. 

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

    • A.

      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.

    • B.

      Just run the retest of the defect actually fixed.

    • C.

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

    • D.

      Retest the changing 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.

    Correct Answer
    D. Retest the changing 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.
    Explanation
    The correct answer states that when fixing emergency changes, it is important to retest the changing area to ensure that the defect has been fixed. However, instead of running a full regression test of the entire system, a risk assessment should be conducted to determine which parts of the system may have been affected and then a reasonable subset of the whole regression test should be performed. This approach allows for efficient testing while still ensuring that all potentially affected areas are covered.

    Rate this question:

  • 7. 

    A regression test:

    • A.

      Is only run once.

    • B.

      Will always be automated.

    • C.

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

    • D.

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

    Correct Answer
    C. Will check unchanged areas of the software to see if they have been affected.
    Explanation
    A regression test is a type of software testing that is performed to ensure that previously developed and tested software still performs correctly after changes or enhancements have been made. It involves retesting the unchanged areas of the software to verify that they have not been affected by the recent changes. This helps to identify any unintended side effects or regressions that may have been introduced during the development process. Regression tests can be automated or manual, depending on the complexity of the software and the available resources.

    Rate this question:

  • 8. 

    Non-functional testing includes:

    • A.

      Testing to see where the system does not function correctly.

    • B.

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

    • C.

      Gaining user approval for the system.

    • D.

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

    Correct Answer
    B. Testing the quality attributes of the system including reliability and usability.
    Explanation
    Non-functional testing focuses on evaluating the quality attributes of a system, such as reliability and usability. This type of testing does not specifically aim to identify where the system does not function correctly, gain user approval, or test a specific system feature using only the required software. Instead, it aims to assess how well the system performs in terms of its non-functional aspects, ensuring that it meets the desired quality standards and user expectations.

    Rate this question:

  • 9. 

    Beta testing is:

    • A.

      Performed by customers at their own site

    • B.

      Performed by customers at their software developer’s site

    • C.

      Performed by an independent test team

    • D.

      Useful to test bespoke software or Useful to test software developed for a specific customer or user.

    Correct Answer
    A. Performed by customers at their own site
    Explanation
    Beta testing is performed by customers at their own site. This means that the customers are given the opportunity to test the software in their own environment, allowing them to identify any issues or bugs that may arise in real-world usage. This type of testing is valuable as it provides valuable feedback from the end-users, helping to improve the software before its official release.

    Rate this question:

Quiz Review Timeline +

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

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 23, 2012
    Quiz Created by
    Salbhar
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.