Isqtb

A vibrant illustration of software testing concepts with elements like checklists, bugs, and code snippets, in a classroom setting with a diverse group of people engaged in testing activities.

Software Testing Knowledge Quiz

Test your knowledge on software testing principles, methodologies, and practices with our comprehensive quiz. Whether you're a beginner or looking to brush up on your skills, this quiz will challenge and enhance your understanding.

Key features:

  • Engaging multiple-choice questions
  • Covers various aspects of software testing
  • Score your performance and identify areas for improvement
40 Questions10 MinutesCreated by ExecutingLogic42
Wich of the following is the BEST description of test monitoring?
Documentation describing the test objectives and the schedule for achieving them
Checking the status of testing activities , identifying any variances,and reporting status to stakeholders.
A task that applies corrective actions to get a test project on track when monitoring shows a deviation from what was planned
A body of knowledge used as the basis to control the performance evaluations of software developers
When delivering software we must demonstrate:
That it has 0 defects in the code
That we have tested completely
That it is fit for purpose and meets the specification
That the programming is complete
Wich one of the following describes best the difference between testing and debugging?
Testing shows failures that are cause by defects.Debugging find,analyzes , and removes the causes of failiures in the software.
Testing find defects.Debugging analyzes the fault and proposes preventive activities.
Testing removes faults.Debugging identifies the causes of failures.
Dynamic testing prevents the causes of failures.Debugging removes the failures.
"Testing is undertaken because......"
It is necessary to prove that the software is defect free before it is deployed into production
Incorrect software can cause harm to people , the environment or a company.
There are resources allocated in the project plan to this activity.
All combinations of the input must be tried to give confidence in the software.
Wich of the following best matches the term defect?
A mismatch between the expected and observed behaviour
A break in the structure of a software program
A program feature that is not docuemnted
An unintended action that is visible to the user/customer
III-II-IV-I
Wich of the following test principles applies when repeating existing tests many times eventually stops finding new defects?
Beware of the pesticide paradox
Absence-of-errors is a fallacy
Defects cluster togheter
Exhaustive testing is impossible
Wich of the following statements describes an attribute for such work products:
The test cases focus on usability to allow users to test the application
The test cases are automated and part of the regression test set
The test cases provide general descriptions of input data and expected result
The test cases have concrete values for input data and expected results
Wich are typically tested during a system test?
Only non-functional requirements
Only requirements specified in the requirements specification
Both functional and non-functional requirements
Only functional requirements
Wich objective is usually NOT part of component testing?
Testing the rubustness of the component
Testing the correct functionality of the components
Testing the correct interaction between components
Testing the completness of the component's functionality
What is a good description for confirmation testing?
Confirmation testing looks for accidentally introduced behaviour
Confirmation testing confirms wheter the original defect has been succesfully fixed
Confirmation testing is performed to test functional requirements
Confirmation testing confirms that unintended side-effects are not present
Wich of the following BEST applies to the role impact analysis for a maintenance release?
Impact analysis can help to identify the impact of a change on existing tests
Impact analysis can identify unused code in the test object
Impact analysis is a type of black-box test that can build confidence about the level of quality of the test object
Impact analysis checks wheter fixes resolve the known failures of a release
Wich of these is a functional test?
Measuring response time on a on-line booking system
Checking the effect of high volumes of traffic in a call centre system
Checking the on-line bookings screen information and the database contents against the information on the letter to the customers
Testing the memory and storage of a system
1-iii,2-iv,3-i,4-ii
1-ii,2-iv,3-i,4-iii
1-ii,2-i,3-iv,4-iii
1-iii,2-i,3-iv,4-ii
What is NOT a success factor for reviews?
Each review has clear objectives
Large documents are reviewed in chunks
Participants have adequate time to prepare
Only one review type is used consistently
C&d are truema b & e are false
A b & d are true;c & e are false
B c & e are true,a & d are false
A b & e are true,c & d are false
What is the most important way that static testing adds value to the test process?
Finding defects and failures during test execution
Finding defects prior to test execution
Gathering of defects metrics for process improvement
Resolution of defects prior to test execution
The requirement is ambigous in terms of supported cards
The requirement indicates potential performance problems
The requirement is unclear in terms of advance limits
The requirement indicates potential usability problems
When test cases are primarily derived from a test basis that may include requirements, use cases, and user stories, wich category of test technique is being used?
Black-Box test technique
White-Box test technique
Experience-based test technique
Defect-based test technique
During testing 60 statements are executed.What level of statement coverage is achieved?
30%
50%
60%
100%
B and c
A b and d
A and b
A c and d
Wich of the following statements is correct?
Decision coverage and statement coverage are totally independent
100% statement coverage guarantees exhaustive testing
100% decision coverage guarantees 100% statement coverage
100% statement coverage guarantees 100% decision coverage
Black-4,5 White-1,2 Experience -3
Black-3,White 1,2 Experience-4,5
Black-4,White-1,2 Experience 3,5
Black-1,3,5 White-2 Experience -4
Wich of the following statements describes how tests are derived from use cases?
The tests exercise the so-called happy flow to achieve 100% requirements coverage
The tests exexrcise the various configurations possible as defined by the use case
The tests exercise the basic functionality for human users,external hardware , or other components or systems
The tests exercise defined behaviour , including alternative behaviour and failure scenarios
An automated air-conditioner is programmed to run its heating unit on when temperature falls below 17 degrees Celsius and to turn its refigeration unit on when the temperature exceeds 26 degrees Clesis.The air-conditioner is designed to operate at temperature between - 10 degrees Celsius and +40 degrees Celsius.Given the above specification,wich of the following sets of values shows that the equivelance partitioning test design technique has been used correctly?
-11,-1,18,27,51
-11,-1,12,18,27,51
-11,18,51
-1,12,18,27
1500
4500
33501
28000
2
4
8
16
In the state transition analysis method for defining tests, if there are 3 states and 5 actions,then a state table for the tests would shows for zero switch coverage:
5 to the power of 3(125) tests
3 time 5 (15) tests,including the null action tests
3 tests
5 tests
A historical record log tags documents by age in whole years.Documents are divided intro pre-World War 1 , during World War 1 and after World War 1.The first World War lasted from 1914 to 1918 [both included] (we will supose whole years for this question!).To test documents are correctly tagged , wich set of documents would you choose , as minimum set to cover the boundary values with two-point boundary values?
1913,1914,1915,1917,1918,1919
1913,1914,1918,1919
1914 and 1918
1914,1915,1917,1918
What is a typical task for a tester?
Plan the tests
Write a test strategy
Write test summary reports
Review tests developed by other
How is level of risk determined?
By determining the likelihood and impact of a risk
By determining the cance of a risk
By determining the impact of a risk
By determining the probability of a risk
Wich of the following best describes a reactive test strategy?
Testing takes advantage of existing automated tests
Testing verifies correct functional behaviour in the form of models prior to test execution
Testing provides quick feedback and responce to the customer's changing preferences
Testing makes systematic use of predefined tests or test conditions
A c and e
A b and d
B c and d
B c and e
Wich of the following is an approapiate example of an exit criteria for a system test?
The percentage of decision coverage achieved during unit tests.
The percentage of requirements coverage achieved during system testing
The avaliability of the latest version of the test execution tool
All acceptance test procedures scheduled for test exexcution
What is the difference between a project risk and a product risk?
Project risks are potential failure areas in the software or system;product risks are risks that surround the project's capability to deliver its objectives
Project risks are risks that delivered software will not work;product risks are typically related to supplier issues , organizational factors and technical issues.
Project risks are typically related to supplier issues , organizational factors and technical issues; product risks are typically related to skill and staff shortages/
Project risks are risks that sourround the project's capability to deliver its objectives,e.g.insufficient knowledge or staff shortages ,product risks are potential failure areas in the software or system.
What is NOT a part of the test plan?
Exit criteria.
Infrastucture to be used.
Training requirements
Test Cases
TC5,TC6,TC4,TC3,TC1,TC2,TC7
TC5,TC4,TC1,TC4,TC3,TC2,TC7
TC5,TC6,TC1,TC2,TC7,TC4,TC3
TC5,TC6,TC1,TC4,TC3,TC2,TC7
I & ii
I & ii & iv
Ii & iii & v
I & iii & v
What can be the risk(s) regarding the usage of tools?
Repetitive work is reduced
Over-reliance on the tool and under estimation of costs
Objective measurements
Greater consistency and repeatability
Only developers would typically user I,iv and v
Only developers would typically use I and iv
Only developers would typically use I ,ii ,iii and iv
Only developers would typically use ii and iv
{"name":"Isqtb", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge on software testing principles, methodologies, and practices with our comprehensive quiz. Whether you're a beginner or looking to brush up on your skills, this quiz will challenge and enhance your understanding.Key features:Engaging multiple-choice questionsCovers various aspects of software testingScore your performance and identify areas for improvement","img":"https:/images/course2.png"}
Powered by: Quiz Maker