100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

ISTQB Foundation Level Exam Questions With Verified Answers

Rating
-
Sold
-
Pages
46
Grade
A+
Uploaded on
27-04-2025
Written in
2024/2025

Form or content of products to be produced; 2. The process by which the products shall be produced; 3. How compliance to standards or guidelines shall be measured. .Audit trail - ANSWER-A path by which the original input to a process (e.g. data) can be traced back through the process, taking the process output as a starting point. This facilitates defect analysis and allows a process audit to be carried out. .Automated testware - ANSWER-Testware used in automation testing, such as tool scripts. .Availability - ANSWER-The degree to which a component or system is operational and accessible when required for use. Often expressed as a percentage. .Back-to-back testing - ANSWER-Testing in which two or more variants of a component or system are executed with the same inputs, the outputs compared, and analyzed in cases or discrepancies. .Balanced scorecard - ANSWER-A strategic performance management tool for measuring whether the operational activities of a company are aligned with its objectives in terms of business vision and strategy. .Baseline - ANSWER-A specification or software product that has been formally reviewed or agreed upon that thereafter serves as the basis for further development, and that can be changed only through a formal change control process. .Basic block - ANSWER-A sequence of one or more consecutive executable statements containing no branches. .Basic block set - ANSWER-A set of test cases derived from the internal structure of a component or specification to ensure that 100% of a specified coverage criteria will be achieved. .Behavior - ANSWER-The response of a component or system to a set of input values and preconditions. .Benchmark test - ANSWER-1. A standard against which measurements or comparisons can be made. 2. A test that is used to compare component or systems to each other or to a standard as in 1. .Bespoke software - ANSWER-Also known as customer software. Software developed specifically for a set of users or customers. The opposite is off-the-shelf software. .Best practice - ANSWER-A superior method or innovative practice that contributes to the improved performance of an organization under given context, usually recognized 'best' by other peer organizations. .Beta testing (field testing) - ANSWER-Operational testing by potential and/or existing users/customers at an external site not otherwise involved with the developers, to determine whether or not a component or system satisfies the user/customer needs and fits within the business processes. Beta testing is often employed as a form of external testing for off-the-shelf software in order to acquire feedback from the market. .Big-bang testing - ANSWER-A type of integration testing in which software elements, hardware elements, or both are combined all at once into a component or an overall system, rather than in stages. .Black box test design technique - ANSWER-Also known as black box technique. Procedure to derive and/or select test cases based on an analysis of the specification, either functional or non-functional, of a component or system without reference to its internal structure. .Black-box (specification-based) test design technique - ANSWER-Procedure to derive and/or select test cases based on an analysis of the specification, either functional or non-functional, of a component or system without reference to its internal structure. .Black-box testing (specification based testing) - ANSWER-Testing, either functional or non-functional , without reference to the internal structure of the component or system. .Blocked test case - ANSWER-A test case that cannot be executed because the precondition for its execution are not fulfilled. .Bottom-up testing - ANSWER-An incremental approach to integration testing where the lowest level components are tested first, and then used to facilitate the testing of higher level components. This process is repeated until the component at the top of the hierarchy is tested. .Boundary value - ANSWER-An input value or output value which is on the edge of an equivalence partition or at the smallest incremental distance on either side of an edge, for example the minimum or maximum value of a range. .Boundary value analysis - ANSWER-Also know as Boundary value. A black box test design technique in which test cases are designed based on boundary values. .Boundary value coverage - ANSWER-The percentage of boundary values that have been exercised by a test suite. .Branch - ANSWER-A basic block that can be selected for execution based on a program construct in which one of two or more alternatively program paths is available, e.g. case, jump, go to, if-then-else. .Branch coverage - ANSWER-The percentage of branches that have been exercised by a test suite. 100% branch coverage implies both 100% decision coverage and 100% statement coverage. .Branch testing - ANSWER-Also known as Algorithm test or Arc testing. A white box test design technique in which test cases are designed to execute branches. .Buffer - ANSWER-A device or storage area used to store data temporarily for differences in rates of data flow, time, or occurrence of events, or amounts of data that can be handled by the devices or processes involved in the transfer or use of the data. .Buffer overflow - ANSWER-A memory access failure due to the attempt by a process to store data beyond the boundaries of a fixed length buffer, resulting in overwriting of adjacent memory areas or the raising of an overflow exception. .Business process-based testing - ANSWER-An approach to testing in which test cases are designed based on descriptions and/or knowledge of business processes. .Call graph - ANSWER-An abstract representation of calling relationships between subroutines in a program. .Capability Maturity Model (CMM) - ANSWER-A five level staged framework that described the key elements of an effective software process. The Capability Maturity Model covers best-practices for planning, engineering, and managing software development and maintenance. .Capability Maturity Model integration (CMMI) - ANSWER-A framework that describes the key elements of an effective product development and maintenance process. The Capability Maturity Model Integration covers best-practices for planning, engineering, and managing product development and maintenance. CMMI is the designated successor of the CMM. .Capture/playback tool - ANSWER-Also known as Capture/replay tool. A type of test execution tool where inputs are recorded during manual testing in order to generate automated test scripts that can be executed later (i.e. replayed). These tools are often used to support automated regression testing. .Capture/playback tool (capture/replay tool) - ANSWER-A type of test execution tool where inputs are recorded during manual testing in order to generate automated test scripts that can be executed later (i.e. replayed). These tools are often used to support automated regression testing. .CASE - ANSWER-Acronym for Computer Aided Software Engineering.

Show more Read less
Institution
ISTQB Foundation Level
Course
ISTQB Foundation Level











Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
ISTQB Foundation Level
Course
ISTQB Foundation Level

Document information

Uploaded on
April 27, 2025
Number of pages
46
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Content preview

ISTQB Foundation Level


.Acceptance testing - ANSWER-Also known as Acceptance. Formal testing with
respect to user needs, requirements and business processes conducted to
determine whether or not a system satisfied the acceptance criteria and to
enable the users. customers, or other authorized entity to determine whether
or not to accept the system.


.Acceptance testing (acceptance, user acceptance testing) - ANSWER-Formal
testing with respect to user needs, requirements, and business processes
conducted to determine whether or not a system satisfies the acceptance
criteria and to enable the user, customers, or other authorized entity to
determine whether or not to accept the system.


.Accessibility testing - ANSWER-Testing to determine the ease by which user
with disabilities can use a component or system.


.Accuracy - ANSWER-The capability of the software product to provide the right
or agreed results or effects with the needed degree of precision.


.Accuracy testing - ANSWER-The process of testing to determine the accuracy of
a software product.


.Acting (IDEAL) - ANSWER-The phase within IDEAL model where the
improvements are developed, put into practice, and deployed across the
organization. The acting phase consists of the activities: create solution,
pilot/test solution, refine solution and implement solution.

,.Actual result - ANSWER-Also known as Actual outcome. The behavior
produced/observed when a component or system is tested.


.Adaptability - ANSWER-The capability of the software product to be adapted
for different specified environments without applying actions or means other
than those provided for this purpose for the software considered.


.Adhoc testing - ANSWER-Testing carried out informally; no formal test
preparation takes place, no recognized test design technique is used, there are
no expectations for results and arbitrariness guides the test execution activity.


.Agile manifesto - ANSWER-A statement on the values that underpin agile
software development. The values are: individuals and interactions over
processes and tools; working software over comprehensive documentation;
customer collaboration over contract negotiation; responding to change over
following a plan.


.Agile software development - ANSWER-A group of software development
methodologies based on iterative incremental development., where
requirements and solutions evolve through collaboration between self-
organizing cross-functional teams.


.Agile testing - ANSWER-Testing practice for a project using agile methodologies
such as extreme programming (XP), treating development a the customer of
testing and emphasizing the test-first design paradigm.


.Alpha testing - ANSWER-Simulated or actual operational testing by potential
users/customers or an independent test team at the developers' site, but

,outside the development organization. Alpha testing is often employed for off-
the-shelf software as a form of internal acceptance testing.


.Analyzability - ANSWER-The capability of the software product to be diagnosed
for deficiencies or causes of failures in the software, or for the parts to be
modified to be identified.


.Anomaly - ANSWER-Any condition that deviates from expectation based on
requirement specifications, design documents, user documents, standards, etc.
or from someone's perception or experience. Anomalies may be found but not
limited to, reviewing testing, analysis, compilation, or use of software products
or applicable documentation.


.Assessment report - ANSWER-A document summarizing the assessment results,
e.g. conclusions, recommendations and findings.


.Assessor - ANSWER-A person who conducts an assessment; any member of an
assessment team.


.Attack - ANSWER-Directed and focused attempt to evaluate the quality,
especially reliability of a test object by attempting to force specific failures to
occur.


.Attractiveness - ANSWER-The capability of he software product to be attractive
to the user.


.Audit - ANSWER-An independent evaluation of software products or processes
to ascertain compliance to standards, guidelines, specifications, and/or
procedures based on objective criteria, including documents that specify: 1.

, Form or content of products to be produced; 2. The process by which the
products shall be produced; 3. How compliance to standards or guidelines shall
be measured.


.Audit trail - ANSWER-A path by which the original input to a process (e.g. data)
can be traced back through the process, taking the process output as a starting
point. This facilitates defect analysis and allows a process audit to be carried
out.


.Automated testware - ANSWER-Testware used in automation testing, such as
tool scripts.


.Availability - ANSWER-The degree to which a component or system is
operational and accessible when required for use. Often expressed as a
percentage.


.Back-to-back testing - ANSWER-Testing in which two or more variants of a
component or system are executed with the same inputs, the outputs
compared, and analyzed in cases or discrepancies.


.Balanced scorecard - ANSWER-A strategic performance management tool for
measuring whether the operational activities of a company are aligned with its
objectives in terms of business vision and strategy.


.Baseline - ANSWER-A specification or software product that has been formally
reviewed or agreed upon that thereafter serves as the basis for further
development, and that can be changed only through a formal change control
process.

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
TopGradeGuides Harvard University
View profile
Follow You need to be logged in order to follow users or courses
Sold
22
Member since
1 year
Number of followers
11
Documents
1655
Last sold
2 days ago
TOP SELLER CENTER

EXCELLENT HOMEWORK HELP AND TUTORING ,ALL KIND OF QUIZ AND EXAMS WITH GUARANTEE OF A EXCELLENT HOMEWORK HELP AND TUTORING ,ALL KIND OF QUIZ AND EXAMS WITH GUARANTEE OF A Am an expert on major courses especially; psychology,Nursing, Human resource Management and Mathemtics Assisting students with quality work is my first priority. I ensure scholarly standards in my documents and that\'s why i\'m one of the BEST GOLD RATED TUTORS in STUVIA. I assure a GOOD GRADE if you will use my work.

Read more Read less
2.3

3 reviews

5
0
4
1
3
0
2
1
1
1

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions