Free CTFL4 Exam Braindumps (page: 4)

Page 4 of 38

Which of the following statements about exploratory testing is true?

  1. Exploratory testing is an experience-based test technique in which testers explore the requirements specification to detect non testable requirements
  2. When exploratory testing is conducted following a session-based approach, the issues detected by the testers can be documented in session sheets
  3. Exploratory testing is an experience-based test technique used by testers during informal code reviews to find defects by exploring the source code
  4. In exploratory testing, testers usually produce scripted tests and establish bidirectional traceability between these tests and the items of the test basis

Answer(s): B

Explanation:

Exploratory testing is an experience-based test technique in which testers dynamically design and execute tests based on their knowledge, intuition, and learning of the software system, without following predefined test scripts or test cases. Exploratory testing can be conducted following a session-based approach, which is a structured way of managing and measuring exploratory testing. In a session-based approach, the testers perform uninterrupted test sessions, usually lasting between 60 and 120 minutes, with a specific charter or goal, and document the issues detected, the test coverage achieved, and the time spent in session sheets. Session sheets are records of the test activities, results, and observations during a test session, which can be used for reporting, debriefing, and learning purposes. The other statements are false, because:
Exploratory testing is not a test technique in which testers explore the requirements specification to detect non testable requirements, but rather a test technique in which testers explore the software system to detect functional and non-functional defects, as well as to learn new information, risks, or opportunities. Non testable requirements are requirements that are ambiguous, incomplete, inconsistent, or not verifiable, which can affect the quality and effectiveness of the testing process. Non testable requirements can be detected by applying static testing techniques, such as reviews or inspections, to the requirements specification, before the software system is developed or tested. Exploratory testing is not a test technique used by testers during informal code reviews to find defects by exploring the source code, but rather a test technique used by testers during dynamic testing to find defects by exploring the behavior and performance of the software system, without examining the source code. Informal code reviews are static testing techniques, in which the source code is analyzed by one or more reviewers, without following a formal process or using a checklist, to identify defects, violations, or improvements. Informal code reviews are usually performed by developers or peers, not by testers.
In exploratory testing, testers usually do not produce scripted tests and establish bidirectional traceability between these tests and the items of the test basis, but rather produce unscripted tests and adapt them based on the feedback and the findings of the testing process. Scripted tests are tests that are designed and documented in advance, with predefined inputs, outputs, and expected results, and are executed according to a test plan or a test procedure. Bidirectional traceability is the ability to trace both forward and backward the relationships between the items of the test basis, such as the requirements, the design, the risks, etc., and the test artifacts, such as the test cases, the test results, the defects, etc. Scripted tests and bidirectional traceability are usually associated with more formal and structured testing approaches, such as specification-based or structure-based test techniques, not with exploratory testing.


Reference:

ISTQB Certified Tester Foundation Level (CTFL) v4.0 sources and documents:
ISTQB® Certified Tester Foundation Level Syllabus v4.0, Chapter 2.2.3, Experience-based Test Design Techniques1
ISTQB® Glossary of Testing Terms v4.0, Exploratory Testing, Session-based Testing, Session Sheet, Non Testable Requirement, Static Testing, Informal Review, Dynamic Testing, Scripted Testing, Bidirectional Traceability2



In a two-hour uninterrupted test session, performed as part of an iteration on an Agile project, a heuristic checklist was used to help the tester focus on some specific usability issues of a web application.
The unscripted tests produced by the tester's experience during such session belong to which one of the following testing quadrants?

  1. Q1
  2. Q2
  3. Q3
  4. Q4

Answer(s): C

Explanation:

The unscripted tests produced by the tester's experience during the two-hour test session belong to the testing quadrant Q3. The testing quadrants are a classification of testing types based on two dimensions: the test objectives (whether the testing is focused on supporting the team or critiquing the product) and the test basis (whether the testing is based on the technology or the business). The testing quadrants are labeled as Q1, Q2, Q3, and Q4, and each quadrant represents a different testing perspective, such as unit testing, acceptance testing, usability testing, or performance testing. The testing quadrant Q3 corresponds to the testing types that have the objective of critiquing the product from the business perspective, such as exploratory testing, usability testing, user acceptance testing, alpha testing, beta testing, etc. The unscripted tests performed by the tester in the given scenario are examples of exploratory testing and usability testing, as they are based on the tester's experience, intuition, and learning of the web application, and they focus on some specific usability issues, such as the user interface, the user satisfaction, the user feedback, etc. The other options are incorrect, because:
The testing quadrant Q1 corresponds to the testing types that have the objective of supporting the team from the technology perspective, such as unit testing, component testing, integration testing, system testing, etc. These testing types are usually performed by developers or testers who have access to the source code, the design, the architecture, or the configuration of the software system, and they aim to verify the functionality, the quality, and the reliability of the software system at different levels of integration.
The testing quadrant Q2 corresponds to the testing types that have the objective of supporting the team from the business perspective, such as functional testing, acceptance testing, story testing, scenario testing, etc. These testing types are usually performed by testers or customers who have access to the requirements, the specifications, the user stories, or the business processes of the software system, and they aim to validate that the software system meets the expectations and the needs of the users and the stakeholders.
The testing quadrant Q4 corresponds to the testing types that have the objective of critiquing the product from the technology perspective, such as performance testing, security testing, reliability testing, compatibility testing, etc. These testing types are usually performed by testers or specialists who have access to the tools, the metrics, the standards, or the benchmarks of the software system, and they aim to evaluate the non-functional aspects of the software system, such as the efficiency, the security, the reliability, or the compatibility of the software system under different conditions or environments.


Reference:

ISTQB Certified Tester Foundation Level (CTFL) v4.0 sources and documents:
ISTQB® Certified Tester Foundation Level Syllabus v4.0, Chapter 1.3.1, Testing in Software Development Lifecycles
ISTQB® Glossary of Testing Terms v4.0, Testing Quadrant, Exploratory Testing, Usability Testing, Unit Testing, Component Testing, Integration Testing, System Testing, Functional Testing, Acceptance Testing, Story Testing, Scenario Testing, Performance Testing, Security Testing, Reliability Testing, Compatibility Testing



Which of the following is not an example of a typical content of a test completion report for a test project?

  1. The additional effort spent on test execution compared to what was planned
  2. The unexpected test environment downtime that resulted in slower test execution
  3. The residual risk level if a risk-based test approach was adopted
  4. The test procedures of all test cases that have been executed

Answer(s): D

Explanation:

This answer is correct because the test procedures of all test cases that have been executed are not a typical content of a test completion report for a test project. A test completion report is a document that summarizes the test activities and results at the end of a test project. It usually includes information such as the test objectives, scope, approach, resources, schedule, results, deviations, issues, risks, lessons learned, and recommendations for improvement. The test procedures of all test cases that have been executed are part of the test documentation, but they are not relevant for the test completion report, as they do not provide a high-level overview of the test project outcomes and performance.


Reference:

ISTQB Foundation Level Syllabus v4.0, Section 2.5.3.2



Which of the following statements about error guessing is true?

  1. Error guessing is a system that adopts artificial intelligence to predict whether software components are likely to contain defects or not
  2. Experienced testers, when applying error guessing, rely on the use of a high-level list of what needs to be tested as a guide to find defects
  3. Error guessing refers to the ability of a system or component to continue normal operation despite the presence of erroneous inputs
  4. Experienced testers, when applying error guessing technique, can anticipate where errors, defects and failures have occurred and target their tests at those issues

Answer(s): D

Explanation:

This answer is correct because error guessing is a test design technique where the experience and intuition of the tester are used to anticipate where errors, defects and failures have occurred or are likely to occur, and to design test cases to expose them. Error guessing can be based on factors such as the complexity of the system or component, the known or suspected weaknesses of the system or component, the previous history of defects, or the common types of errors in the domain or technology. Error guessing can be used as a complementary technique to other more systematic or formal techniques, or when there is insufficient information or time to apply them.


Reference:

ISTQB

Glossary of Testing Terms v4.0, ISTQB Foundation Level Syllabus v4.0, Section 2.3.2.5



Page 4 of 38



Post your Comments and Discuss BCS CTFL4 exam with other Community members:

Harshit Soni commented on November 21, 2024
Questions looks technical and authentic
INDIA
upvote

FN commented on November 21, 2024
Great work team!
ITALY
upvote

raj commented on November 20, 2024
it is good comare to other sites
Anonymous
upvote

bpop commented on November 20, 2024
@Patak when did you take the exam?
UNITED STATES
upvote

Rab commented on November 20, 2024
Useful reference
Anonymous
upvote

Pallavi commented on November 20, 2024
Preparing for certification
EUROPEAN UNION
upvote

John Okediji commented on November 20, 2024
I like it. It's helping me prepare well for my exam.
Anonymous
upvote

aam commented on November 20, 2024
great lesson
Anonymous
upvote

Ajay commented on November 20, 2024
Best exam questions & answers
Anonymous
upvote

Diago commented on November 19, 2024
Unless you use these so called exam dumps to prepare for your exam you are not going to be able to pass your exam. The questions are tricky, confusing and very hard.
Brazil
upvote

Soman commented on November 19, 2024
Hay Guys, I just got my first certificate. This exam dumps worked well... but I also studied prior to coming across this site.
UNITED KINGDOM
upvote

Mike commented on November 19, 2024
In my opinion, they work well for me, but it depends on how you approach them. My method isn't about memorizing the exact questions and answers from the practice tests to use on the real exam. Instead, I focus on understanding why I got certain questions wrong so I can deepen my comprehension of the material.
EUROPEAN UNION
upvote

Mohan commented on November 19, 2024
I did not want to not to book my test and walk into a test center without being prepared as this exam is very hard. So I studied and used the full/paid version of these questions and passed my exam.
India
upvote

Shu commented on November 19, 2024
Considerably good.
UNITED STATES
upvote

Ji commented on November 19, 2024
Gute Vorbereitung auf DITS
GERMANY
upvote

EdvinO commented on November 19, 2024
Took the test today and passed. I learned a lot from practicing these questions
NETHERLANDS
upvote

Person McPersonface commented on November 19, 2024
Just took the exam. Many of these questions are on it. Best to study this hard!
FRANCE
upvote

Dior commented on November 19, 2024
Hi i'm about to pass my exam this week and hope that it will work for meD
Anonymous
upvote

Dipu commented on November 19, 2024
Awesome and really good questions to pass the exam if we lean the Solution details
Anonymous
upvote

David commented on November 19, 2024
Good challenge for preparation and readyness
CANADA
upvote

R commented on November 19, 2024
Best for practice
Anonymous
upvote

Esther commented on November 19, 2024
The content walks you through all parts of the exams and covers what is in actual exam. I passed today.
UNITED KINGDOM
upvote

Mosa commented on November 18, 2024
This site gives the questions and then gives you the answers. I saw a big number of these questions in my exam. The dump is valid in India.
INDIA
upvote

Alankruta commented on November 18, 2024
Good set of questions
Anonymous
upvote

Akku commented on November 18, 2024
Good for AI certification prep
Anonymous
upvote

Muhammad Ali commented on November 18, 2024
It is really helping
Anonymous
upvote

vk commented on November 18, 2024
nice set of questions
UNITED STATES
upvote

Viqas commented on November 18, 2024
My exam is coming up which I heard they are notorious for being very tricky/difficult. I don't know how good or close these questions are to real exam. But I see a lot of positive comments and tons of users talking about it. I cross my fingers.
UNITED STATES
upvote

Mini-Pritz commented on November 18, 2024
AI is the way to go these days and this certification exam which I passed today should help my with some carrier boost.
UNITED STATES
upvote

Harish commented on November 18, 2024
It is very helpful to understand the GCP
Anonymous
upvote

Gopikrishna commented on November 17, 2024
Its Going Good
INDIA
upvote

yoga commented on November 17, 2024
goood i cann guys
Anonymous
upvote

Peace commented on November 17, 2024
questions are helpful
Anonymous
upvote

Ahmed Mansour commented on November 17, 2024
Good mind set
Anonymous
upvote