Testing Notes
Testing Notes
What is Testing?
1. Testing is the process of evaluating a system or its component(s) with the intent to find
whether it satisfies the specified requirements or not.
2. In another words, testing is executing a system in order to identify any gaps, errors, or
missing requirements in contrary to the actual requirements.
3. According to ANSI/IEEE 1059 standard,
4. Testing can be defined as - A process of analyzing a software item to detect the differences
between existing and required conditions (i.e.defects/errors/bugs) and evaluate the features
of the software item.
Software Tester
Software Developer
Project Lead/Manager
End User
5. Different companies have different designations for people who test the software on the
basis of their experience and knowledge such as Software Tester,
6. Software Quality Assurance Engineer, QA Analyst, etc.
7. It is not possible to test the software at any time during its cycle. The next two sections state
when testing should be started and when to end it during the SDLC.
When to Start Testing?
1. An early start to testing reduces the cost and time to rework and produce error-free software
that is delivered to the client.
2. However in Software Development Life Cycle (SDLC), testing can be started from the
Requirements Gathering phase and continued till the deployment of the software.
4. For example, in the Waterfall model, formal testing is conducted in the testing phase; but in
the incremental model.
5. Testing is performed at the end of every increment/iteration and the whole application is
tested at the end.
During the requirement gathering phase, the analysis and verification of requirements are
also considered as testing.
Reviewing the design in the design phase with the intent to improve the design is also
considered as testing.
2. The following aspects are to be considered for stopping the testing process −
Testing Deadlines
Bug rate falls below a certain level and no high-priority bugs are identified
Management decision
Introduction of Testing?
1. Software testing is an activity to check whether the actual results match the expected
results and to ensure that the software system is Defect free. It involves execution of a
software component or system component to evaluate one or more properties of interest.
2. Software testing can be stated as the process of verifying and validating that a software or
application is bug free, meets the technical requirements as guided by it’s design and
development and meets the user requirements effectively and efficiently with handling all
the exceptional and boundary cases.
3. The process of software testing aims not only at finding faults in the existing software but
also at finding measures to improve the software in terms of efficiency, accuracy and
usability. It mainly aims at measuring specification, functionality and performance of a
software program or application.
4. Software testing also helps to identify errors, gaps or missing requirements in to the
actual requirements.
6. Some prefer saying Software testing as a white box and Black Box Testing.
2. Software bugs can potentially cause monetary and human loss, history is full of such
1. Manual Testing
2. Automation Testing
Manual Testing:
1. Manual testing includes testing a software manually, i.e., without using any automated
tool or any script.
2. In this type, the tester takes over the role of an end-user and tests the software to identify
any unexpected behavior or bug.
3. There are different stages for manual testing such as unit testing, integration testing,
system testing, and user acceptance testing.
4. Testers use test plans, test cases, or test scenarios to test a software to ensure the
completeness of testing.
5. Manual testing also includes exploratory testing, as testers explore the software to
identify errors in it.
Automation Testing:
1. Automation testing, which is also known as Test Automation.
2. When the tester writes scripts and uses another software to test the product.This process
involves automation of a manual process.
3. Automation Testing is used to re-run the test scenarios that were performed manually,
quickly, and repeatedly.
4. The regression testing, automation testing is also used to test the application from load
testing, performance testing, and stress testing point of view.
5. It increases the test coverage, improves accuracy, and saves time and money in
comparison to manual testing.
What to Automate?
The areas at which a user can make transactions such as the login form or registration
forms,
any area where large number of users can access the software simultaneously should be
automated.
All GUI items, connections with databases, field validations, etc. can be efficiently
tested by automating the manual process.
When to Automate?
Accessing the application for load and performance with many virtual users
Availability of time
How to Automate?
Before mentioning the tools, let us identify the process that can be used to automate the
testing process −
Identifying areas within a software for automation
Execution of scripts
Levels of testing include different methodologies that can be used while conducting
software testing.
Functional Testing
Non-functional Testing
1. Functional Testing
2. Non-functional Testing
Functional Testing
This is a type of black-box testing that is based on the specifications of the software that
is to be tested.
The application is tested by providing input and then the results are examined that need
to conform to the functionality it was intended for.
There are five steps that are involved while testing an application for functionality.
An effective testing practice will see the above steps applied to the testing policies of
every organization and hence
it will make sure that the organization maintains the strictest of standards when it comes
to software quality.
Typically, while performing a black-box test, a tester will interact with the system's user
interface by providing inputs and examining outputs without knowing how and where
the inputs are worked upon.
There are five steps that are involved while testing an application for functionality.
The output based on the test data and the specifications of the application.
The writing of test scenarios and the execution of test cases.
The comparison of actual and expected results based on the executed test cases.
3. Clearly separates user's perspective from the developer's perspective through visibly
defined roles.
4. Large numbers of moderately skilled testers can test the application with no knowledge
of implementation, programming language, or operating systems
1. Limited coverage, since only a selected number of test scenarios is actually performed.
2. Inefficient testing, due to the fact that the tester only has limited knowledge about an
application.
3. Blind coverage, since the tester cannot target specific code segments or errorprone areas.
Non-functional testing
3. It covers all the aspects which are not covered in functional testing.
4. This section is based upon testing an application from its non-functional attributes.
5. Non-functional testing involves testing a software from the requirements which are
nonfunctional in nature but important such as performance, security, user interface, etc.
White-Box Testing:
1. The technique of testing in which the tester is aware of the internal workings of the
product have access to it’s source code and is conducted by making sure that all internal
operations are performed according to the specifications is known as white box testing.
2. White-box testing is the detailed investigation of internal logic and structure of the code.
3. White-box testing is also called glass testing or open-box testing.
4. In order to perform white-box testing on an application, a tester needs to know the
internal workings of the code.
5. The tester needs to have a look inside the source code and find out which unit/chunk of
the code is behaving inappropriately.
1. As the tester has knowledge of the source code, it becomes very easy to find out which
type of data can help in testing the application effectively.
2. It helps in optimizing the code.
3. Extra lines of code can be removed which can bring in hidden defects
4. Due to the tester's knowledge about the code, maximum coverage is attained during test
scenario writing.
Grey-Box Testing
Grey-box testing is a technique to test the application with having a limited knowledge
of the internal workings of an application.
In software testing, the phrase the more you know, the better carries a lot of weight
while testing an application.
Mastering the domain of a system always gives the tester an edge over someone with
limited domain knowledge.
Unlike black-box testing, where the tester only tests the application's user interface; in
grey-box testing
Having this knowledge, a tester can prepare better test data and test scenarios while
making a test plan.
Grey box testers don't rely on the source code; instead they rely on interface definition
and functional specifications.
Based on the limited information available, a grey-box tester can design excellent test
scenarios especially around communication protocols and data type handling.
The test is done from the point of view of the user and not the designer.
The tests can be redundant if the software designer has already run a test case.
Testing every possible input stream is unrealistic because it would take an unreasonable
amount of time; therefore, many program paths will go untested.
The difference between black-box testing, grey-box testing, and white-box testing.
The internal workings of an The tester has limited knowledge Tester has full knowledge of
application need not be known. of the internal workings of the the internal workings of the
application. application.
Also known as closed-box Also known as translucent testing, Also known as clear-box
testing, data-driven testing, or as the tester has limited testing, structural testing, or
functional testing. knowledge of the insides of the code-based testing.
application.
Performed by end-users and Performed by end-users and also Normally done by testers and
also by testers and developers. by testers and developers. developers.
Testing is based on external Testing is done on the basis of Internal workings are fully
expectations - Internal behavior high-level database diagrams and known and the tester can
of the application is unknown. data flow diagrams. design test data accordingly.
It is exhaustive and the least Partly time-consuming and The most exhaustive and
time-consuming. exhaustive. time-consuming type of
testing.
Not suited for algorithm Not suited for algorithm testing. Suited for algorithm testing.
testing.
This can only be done by trial- Data domains and internal Data domains and internal
and-error method. boundaries can be tested, if boundaries can be better
known. tested.
Unit Testing:
2. The purpose is to validate that each unit of the software performs as designed.
3. It focuses on smallest unit of software design. In this we test an individual unit or group
of inter related units.
4. It is often done by programmer by using sample input and observing its corresponding
outputs.
5. This type of testing is performed by developers before the setup is handed over to the
testing team to formally execute the test cases.
6. Unit testing is performed by the respective developers on the individual units of source
code assigned areas.
7. The developers use test data that is different from the test data of the quality assurance
team.
8. The goal of unit testing is to isolate each part of the program and show that individual
parts are correct in terms of requirements and functionality.
2. It is impossible to evaluate every execution path in every software application. The same
is the case with unit testing.
3. There is a limit to the number of scenarios and test data that a developer can use to verify
a source code.
4. After having exhausted all the options, there is no choice but to stop unit testing and
merge the code segment with other units.
Integration Testing:
1. A level of the software testing process where individual units are combined and tested as
a group.
2. The purpose of this level of testing is to expose faults in the interaction between
integrated units.
3. Integration testing are of two types: (i) Top down (ii) Bottom up
4. Integration testing is defined as the testing of combined parts of an application to
determine if they function correctly.
5. Integration testing can be done in two ways: Bottom-up integration testing and Top-
down integration testing.
Bottom-up integration
1. This testing begins with unit testing, followed by tests of progressively higher-
level combinations of units called modules or builds.
Top-down integration
1. The highest-level modules are tested first and progressively, lower-level modules
are tested thereafter.
7. The process concludes with multiple tests of the complete application, preferably in
scenarios designed to mimic actual situations
System Testing:
System testing is the first step in the Software Development Life Cycle, where the
application is tested as a whole.
The application is tested thoroughly to verify that it meets the functional and technical
specifications.
System testing enables us to test, verify, and validate both the business requirements as
well as the application architecture.
Acceptance Testing:
1. A level of the software testing process where a system is tested for acceptability.
2. The purpose of this test is to evaluate the system’s compliance with the business
requirements and assess whether it is acceptable for delivery.
3. This is arguably the most important type of testing, as it is conducted by the
Quality Assurance Team who will gauge whether the application meets the
intended specifications and satisfies the client’s requirement.
4. The QA team will have a set of pre-written scenarios and test cases that will be
used to test the application.
5. More ideas will be shared about the application and more tests can be performed
on it to gauge its accuracy and the reasons why the project was initiated.
6. Acceptance tests are not only intended to point out simple spelling mistakes,
cosmetic errors, or interface gaps, but also to point out any bugs in the application
that will result in system crashes or major errors in the application.
7. performing acceptance tests on an application, the testing team will reduce how
the application will perform in production.
8. There are also legal and contractual requirements for acceptance of the system.
Regression Testing
3. Whenever a change in a software application is made, it is quite possible that other areas
within the application have been affected by this change.
4. Regression testing is performed to verify that a fixed bug hasn't resulted in another
functionality or business rule violation.
5. The intent of regression testing is to ensure that a change, such as a bug fix should not
result in another fault being uncovered in the application.
Minimize the gaps in testing when an application with changes made has to be tested.
Testing the new changes to verify that the changes made did not affect any other area of
the application.
Smoke Testing
1. This test is done to make sure that software under testing is ready or stable for further
testing
2. It is called smoke test as testing initial pass is done to check if it did not catch the fire or
smoked in the initial switch on.
Alpha Testing
4. Unit testing, integration testing and system testing when combined together is
known as alpha testing.
5. During this phase, the following aspects will be tested in the application −
Spelling Mistakes
Broken Links
Cloudy Directions
The Application will be tested on machines with the lowest specification to test loading times and any
latency problems.
Beta Testing
1. The beta test is conducted at one or more customer sites by the end-user of the
software.
2. This version is released for the limited number of users for testing in real time
environment
3. This test is performed after alpha testing has been successfully performed. In beta
testing, a sample of the intended audience tests the application. Beta testing is also
known as pre-release testing.
4. Beta test versions of software are ideally distributed to a wide audience on the
Web, partly to give the program a "real-world" test and partly to provide a
preview of the next release.
Users will install, run the application and send their feedback to the project team.
Getting the feedback, the project team can fix the problems before releasing the software to the actual
users.
The more issues you fix that solve real user problems, the higher the quality of your application will
be.
Having a higher-quality application when you release it to the general public will increase customer
satisfaction.
Performance Testing
Performance testing is considered as one of the important and mandatory testing type in
terms of the following aspects –
It is mostly used to identify any bottlenecks or performance issues rather than finding
bugs in a software.
There are different causes that contribute in lowering the performance of a software −
Capacity
Stability
Scalability
Performance testing can be either qualitative or quantitative and can be divided into
different sub-types such as Load testing and Stress testing.
a) Load Testing
3. This type of testing identifies the maximum capacity of software and its behavior at peak
time.
4. Most of the time, load testing is performed with the help of automated tools such as Load
Runner, AppLoader, IBM Rational Performance Tester, Apache JMeter, Silk Performer,
Visual Studio Load Test, etc.
5. Virtual users (VUsers) are defined in the automated testing tool and the script is executed to
verify the load testing for the software.
B) Stress Testing
1. The Stress Testing gives unfavorable conditions to the system and check how they perform in
those condition.
2. Stress testing includes testing the behavior of a software under abnormal conditions.
3. The aim of stress testing is to test the software by applying the load to the system and taking
over the resources used by the software to identify the breaking point.
Running different processes that consume resources such as CPU, memory, server, etc.
Usability Testing
a. Usability testing is a black-box technique and is used to identify any error(s) and
improvements in the software by observing the users through their usage and
operation.
b. The usability testing can be defined in terms of five factors, i.e. efficiency of use,
learn-ability, memory-ability, errors/safety, and satisfaction.
c. The usability of a product will be good and the system is usable if it possesses the
above factors.
d. There are some standards and quality models and methods that define usability in
the form of attributes and sub-attributes such as ISO-9126, ISO-9241-11, ISO-
13407, and IEEE std.610.12, etc.
UI vs Usability Testing
1. UI testing involves testing the Graphical User Interface of the Software.
2. UI testing ensures that the GUI functions according to the requirements and tested in terms
of color, alignment, size, and other properties.
1. Usability testing ensures a good and user-friendly GUI that can be easily handled.
Security Testing
Security testing involves testing a software in order to identify any flaws and gaps from security
and vulnerability point of view.
Confidentiality
Integrity
Authentication
Availability
Authorization
Non-repudiation
Portability Testing
1. Portability testing includes testing a software with the aim to ensure its reusability and that it
can be moved from another software as well.
2. Following are the strategies that can be used for portability testing −
3. Portability testing can be considered as one of the sub-parts of system testing, as this testing
type includes overall testing of a software with respect to its usage over different
environments.
4. Computer hardware, operating systems, and browsers are the major focus of portability
testing. Some of the pre-conditions for portability testing are as follows −
Software should be designed and coded, keeping in mind the portability requirements.
6. Documentation for software testing helps in estimating the testing effort required, test
coverage, requirement tracking/tracing, etc.
Test Plan
Test Scenario
Test Case
Traceability Matrix
Principles of Testing:-
3. Exhaustive testing is not possible.As we need the optimal amount of testing based on the
risk assessment of the application.
5. It follows pareto rule(80/20 rule) which states that 80% of errors comes from 20% of
program components.
1. Verification: it refers to the set of tasks that ensure that software correctly implements
a specific function.
2. Validation: it refers to a different set of tasks that ensure that the software that has
been built is traceable to customer requirements.
Verification: “Are we building the product right?”
Validation: “Are we building the right product?”
Verification Validation
1. Verification addresses the concern: "Are you Validation addresses the concern: "Are
building it right?" you building the right thing?"
2. Ensures that the software system meets all the Ensures that the functionalities meet the
functionality. intended behavior.
3. Verification takes place first and includes the Validation occurs after verification and
checking for documentation, code, etc. mainly involves the checking of the
overall product.
Documentation for software testing helps in estimating the testing effort required, test
coverage, requirement tracking/tracing, etc.
This section describes some of the commonly used documented artifacts related to
software testing such as −
Test Plan
Test Scenario
Test Case
Traceability Matrix
Test Plan
1. A test plan outlines the strategy that will be used to test an application
2. The resources that will be used, the test environment in which testing will be performed,
and the limitations of the testing and the schedule of testing activities.
3. Typically the Quality Assurance Team Lead will be responsible for writing a Test Plan.
Test Scenario
1. It is a one line statement that notifies what area in the application will be tested.
2. Test scenarios are used to ensure that all process flows are tested from end to end.
3. A particular area of an application can have as little as one test scenario to a few hundred
scenarios depending on the magnitude and complexity of the application.
4. The terms 'test scenario' and 'test cases' are used interchangeably, however a test scenario
has several steps, whereas a test case has a single step.
5. Viewed from this perspective, test scenarios are test cases, but they include several test
cases and the sequence that they should be executed.
Test Case
1. Test cases involve a set of steps, conditions, and inputs that can be used while
performing testing tasks.
2. The main intent of this activity is to ensure whether a software passes or fails in
terms of its functionality and other aspects.
3. There are many types of test cases such as functional, negative, error, logical test
cases, physical test cases, UI test cases, etc.
4. test cases are written to keep track of the testing coverage of a software.
5. There are no formal templates that can be used during test case writing.
6. However, the following components are always available and included in every
test case −
Test case ID
Product module
Product version
Revision history
Purpose
Assumptions
Pre-conditions
Steps
Expected outcome
Actual outcome
Post-conditions
Many test cases can be derived from a single test scenario. In addition, sometimes multiple test
cases are written for a single software which are collectively known as test suites.
Traceability Matrix
Traceability Matrix (also known as Requirement Traceability Matrix - RTM) is a table that is
used to trace the requirements during the Software Development Life Cycle. It can be used for
forward tracing (i.e. from Requirements to Design or Coding) or backward (i.e. from Coding to
Requirements). There are many user-defined templates for RTM.
Each requirement in the RTM document is linked with its associated test case so that testing can
be done as per the mentioned requirements. Furthermore, Bug ID is also included and linked
with its associated requirements and test case. The main goals for this matrix are −
This method is based on the analysis of functional user requirements of the software with the
following categories −
Outputs
Inquiries
Inputs
Internal files
External files
This estimation process is used for function point analysis for black-box or acceptance testing.
The main elements of this method are: Size, Productivity, Strategy, Interfacing, Complexity,
and Uniformity.
Mark-II Method
It is an estimation method used for analyzing and measuring the estimation based on end-user’s
functional view. The procedure for Mark-II method is as follows −
Miscellaneous
Delphi Technique
IFPUG method
Selenium
SilkTest
TestComplete
Testing Anywhere
WinRunner
LoadRunner
WATIR
Testing and Debugging
Testing –
Debugging
2. Developers who code the software conduct debugging upon encountering an error in the
code.
4. Debugging can be performed in the development phase while conducting Unit Testing or in
phases while fixing the reported bugs.
Most people get confused when it comes to pin down the differences among Quality
Assurance, Quality Control, and Testing.
Although they are interrelated and to some extent, they can be considered as same
activities, but there exist distinguishing points that set them apart.
The following table shows the difference between QA, QC, and Testing.
Dimensions of Quality
Functionality: The ability of software to carry out the functions as specified or desired.
This standard deals with the following aspects to determine the quality of a software application
Quality model
External metrics
Internal metrics
This standard presents some set of quality attributes for any software such as −
Functionality
Reliability
Usability
Efficiency
Maintainability
Portability
The above-mentioned quality attributes are further divided into sub-factors, which you can
study when you study the standard in detail.
ISO/IEC 9241-11
Part 11 of this standard deals with the extent to which a product can be used by specified users
to achieve specified goals with Effectiveness, Efficiency and Satisfaction in a specified context
of use.
This standard proposed a framework that describes the usability components and the
relationship between them. In this standard, the usability is considered in terms of user
performance and satisfaction. According to ISO 9241-11, usability depends on context of use
and the level of usability will change as the context changes.
ISO/IEC 25000:2005
ISO/IEC 25000:2005 is commonly known as the standard that provides the guidelines for
Software Quality Requirements and Evaluation (SQuaRE). This standard helps in organizing
and enhancing the process related to software quality requirements and their evaluations. In
reality, ISO-25000 replaces the two old ISO standards, i.e. ISO-9126 and ISO-14598.
Reference Models
General guide
Reality − During the SDLC phases, testing is never a time-consuming process. However
diagnosing and fixing the errors identified during proper testing is a time-consuming but
productive activity.
Reality − No doubt, testing depends on the source code but reviewing requirements and
developing test cases is independent from the developed code. However iterative or incremental
approach as a development life cycle model may reduce the dependency of testing on the fully
developed software.
Reality − It becomes an issue when a client or tester thinks that complete testing is possible. It
is possible that all paths have been tested by the team but occurrence of complete testing is
never possible. There might be some scenarios that are never executed by the test team or the
client during the software development life cycle and may be executed once the project has
been deployed.
Reality − This is a very common myth that the clients, project managers, and the management
team believes in. No one can claim with absolute certainty that a software application is 100%
bug-free even if a tester with superb testing skills has tested the application.
Reality − It is a very common misinterpretation that only testers or the testing team should be
responsible for product quality. Testers’ responsibilities include the identification of bugs to the
stakeholders and then it is their decision whether they will fix the bug or release the software.
Releasing the software at the time puts more pressure on the testers, as they will be blamed for
any error.
Reality − Yes, it is true that Test Automation reduces the testing time, but it is not possible to
start test automation at any time during software development. Test automaton should be started
when the software has been manually tested and is stable to some extent. Moreover, test
automation can never be used if requirements keep changing.
Reality − People outside the IT industry think and even believe that anyone can test a software
and testing is not a creative job. However testers know very well that this is a myth. Thinking
alternative scenarios, try to crash a software with the intent to explore potential bugs is not
possible for the person who developed it.
Reality − Finding bugs in a software is the task of the testers, but at the same time, they are
domain experts of the particular software. Developers are only responsible for the specific
component or area that is assigned to them but testers understand the overall workings of the
software, what the dependencies are, and the impacts of one module on another module.
Audit and Inspection
Audit –
It is a systematic process to determine how the actual testing process is conducted within an
organization or a team.
As per IEEE, it is a review of documented processes that organizations implement and follow.
Types of audit include Legal Compliance Audit, Internal Audit, and System Audit.
Inspection –
It is a formal technique that involves formal or informal technical reviews of any artifact by
identifying any error or gap.
Formal inspection meetings may include the following processes: Planning, Overview
Preparation, Inspection Meeting, Rework, and Follow-up.