SW Testing Interview Questions Collection2
SW Testing Interview Questions Collection2
CH 1 Fundamentals of testing
1- How can a software defect cause harm to a person, the environment or a company?
Lots of possible answers.
Acceptance testing -To confirm that the system works as expected & to gain confidence that it has met the
requirements.
To assess the quality, to give information to the stakeholders about the risk of releasing the software.
Maintenance testing -To ensure that no new defects have been introduced during development of changes
Early testing
Start as early as possible in development lifecycle and should be focused on defined objectives.
Defect clustering
A small number of modules contain most of the defects.
Pesticide paradox
Repeat the same tests and eventually they will no longer find any new bugs.
Absence-of-errors fallacy
Finding and fixing defects does not help if the system built i s unusable and does not fulfil the users’ needs and
expectations.
13- What are the key activities in the test process and describe each…
15- What is the difference (in mindset) between a tester and a developer?
Developer – positive. Tester – negative.
Page 2 of 11.
Interview Questions Edited and uploaded by
Avoid bad feelings, enough info for developers to find and fix, state of project to stakeholders.
16- Name the two type of testing related to change and explain them.
Confirmation testing – re-testing following a defect fix.
Regression testing – re-testing to discover defects in unchanged areas.
19- How do we determine how the existing system may be affected by changes?
Impact analysis
Informal
No formal process
Inexpensive
May (optionally) be documented
Vary in usefulness
7.Walkthrough
Step-by-step presentation
Gather information & establish a common understanding
Main purpose: learning, gaining understanding & defect finding
May vary from quite informal to very formal
Technical (peer)
Peer group discussion (no management participation)
Discuss, make decisions, evaluate alternatives, find defects, check conformance, achieve consensus
Documented, defined defect detection
May vary from quite informal to very formal
Ideally led by trained moderator (not author)
Inspections
Led by trained moderator (not author)
Main purpose: find defects
Most formal review type
Always based on a documented procedure
Entry & exit criteria
Formal follow-up process
Defined roles
Process improvement is often a part
Page 5 of 11.
Interview Questions Edited and uploaded by
12.What are the two Experience based techniques discussed on the course?
Error guessing & Exploratory Testing
White-box techniques (also called structural or structure-based techniques) are based on an analysis of the internal
structure of the component or system.
5.What is IEEE829?
Standard for Software Test Documentation.
Execution
Preparation of test data
Preparation / verification of test environment
Execution of test cases
Recording of test results
Reporting incidents
Analysing incidents and test results
Creating post execution reports
Configuration management
19.Define Risk?
The chance of an event, hazard, threat or situation occurring and its undesirable consequences, a potential problem.
The level of risk will be determined by the likelihood of an adverse event happening and the impact (the harm resulting
from that event).
Page 9 of 11.
Interview Questions Edited and uploaded by
21.Define Project Risks?
Project risks are the risks that surround the project’s capability to deliver its objectives, such as:
Organisational factors:
skill and staff shortages;
personal and training issues;
Political issues, such as
problems with testers communicating their needs and test results;
failure to follow up on information found in testing and reviews (e.g. not improving development and testing practices).
improper attitude toward or expectations of testing (e.g. not appreciating the value of finding defects during testing).
Technical issues:
problems in defining the right requirements
the extent that requirements can be met given existing constraints
the quality of the design, code and tests
supplier issues
failure of a third party
contractual issues
Page 10 of 11.
Interview Questions Edited and uploaded by
Ch6 Tools
Page 11 of 11.