Manual Testing From Durgasoft
Manual Testing From Durgasoft
1) Software Testing
SDLC Models
Waterfall Model
Prototype Model
Incremental / Iterative Model
Spiral Model
RAD Model
Big-Bang Model
Fish Model
V-Model
Agile Model (Scrum)
3) Testing Methodologies
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
1 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
4) Testing Levels in SDLC
Review on Requirements
Review on Design
1) Unit Testing
Statements Coverage
Loops Coverage
Conditional Statements
Path or Branch Coverage
2) Integration Testing
Big-bang Approach
Incremental Approach
o Top Down Approach
o Bottom Up Approach
o Hybrid/Sandwich Approach
3) System Testing
Functional Testing
o Object properties coverage
o Error handling coverage
o Input-domain coverage
o Calculation coverage
o Data base coverage
o Links coverage
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
2 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
5) Testing Terminology
Smoke Testing
Sanity Testing
Re-Testing
Regression Testing
Ad-hoc Testing
Exploratory Testing
Jump/Monkey Testing
L10N Testing (Localization testing)
I18N Testing (Internationalization testing)
Globalization testing
Mutation Testing
Defect seeding/be-bugging
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
3 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Software Testing
Verification & validation of software is called as testing.
Verification means whether the software is correctly implemented or not.
Validation means the implemented software meets the customer requirements or not.
Software testing will help to deliver reliable application to the customer and also it will reduce
maintenance cost for a project.
The objective of Software testing is to identify defects. When those are resolved the software
quality improves.
Defect:
It is a deviation between expected result and actual results in AUT (Application under Test).
Defect can also call as Issue/Incident/Fault.
Bug:
When developers are accepted defects then those are called bugs.
Failure:
When defects are reached end users then those are called failures.
Note: In general defects may present in application due to human mistakes while developing
application like syntax errors and logical errors.
Software Quality:
From producer point of view when application full filled with all the user requirements and from
end user point of view when application fit for use the it is consider as quality application.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
4 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Some of the activities:
Coding: {SDLC}
Writing programs using programming or scripting languages in order to develop the application. It
is performed by developers or programmers.
Testing: {STLC}
In general every organization will maintain separate testing team. After successfully application
developed that will be delivered to separate testing team.
Validating application based on client requirements and expectations is called testing.
Following are members in testing team.
Test Manager
Test Lead
Sr.Test Engineer
Test Engineer/Trainee
Debugging:
Analyze source code of the application in order to identify root cause for a defect. It is performed
by developers.
Bug Fixing:
Modifying source code of application in order to solve the defects is called as bug fixing/bug
resolving.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
5 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Manual Testing:
1) It is the process of testing an application manually without using any automation tool.
2) In manual testing Test engineer derived & executes the test cases & generate the reports
manually.
3) In manual testing there are 2-types of approaches.
1) Static Testing
2) Dynamic Testing
Static Testing:
1) Without executing application identify the defects is called as static testing (Verification).
2) It includes checking of requirement documents, design docs etc...
3) We can perform static testing by using peer reviews, walkthroughs, and inspections.
Eg: Verify the spelling mistakes in buttons, labels is a static.
Dynamic Testing:
1) Perform the testing with execution of application is called as dynamic testing.
2) It includes checking of every feature of total application.
3) We can perform dynamic testing by using following methods.
1) WBT
2) BBT
3) GBT
4) Unit Testing
5) System Testing
6) Integration Testing
7) UAT (User Acceptance Testing).........etc
Eg: Validate Sign in button is correctly working or not in Google.com is a dynamic testing.
Automation Testing:
1) Automating human activities with the programming language or any 3rd party tool is known
as automation.
2) The process of converting manual test cases into test scripts by using some tool is also known
as automation.
3) Performing testing activities by using some automation tool is known as automation testing.
4) The following are the various automation testing tools:
1) QTP /UFT (Quick Test Professional / Unified Functional Testing Tool
2) Selenium
3) Lisa
4) Tosca
5) Win runner
6) Test complete
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
6 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
5) In automation testing automation engineer is responsible to develop and exectues the test
scripts.
Note:
⚽ Test case is related manual testing and can be developed with the help of excel files.
⚽ Test scripts is related to automation testing and can be developed by using some programming
languages like Java, ruby, puthon, C# etc.
Difference between Manual Testing & Automation Testing
Manual Testing Automation Testing
1) Manual testing can required Human 1) Automation testing uses tools to develop
Interaction to execute the Test cases. and execute the Test Scripts.
2) Manual testing will required Skilled 2) Automation testing save the time,
Resources long time will be high cost. cost & man power.
3) Any type of application can be tested 3) Automation testing can be recommended
manually. Conducting testing types ad-hoc only for stable applications and it is mostly
testing, monkey testing can be done only used for regression testing.
by Manual testing.
4) Manual testing can be boring and 4) The boring part of executing Same test
repetitive. cases again and again Can be handled by
automation Testing.
Note:
1) 100% automation testing is not possible.
2) Every application should be tested at least manually once.
3) Manual testing can be applicable for all the applications but automation testing may not
applicable.
Differences between Verification & Validation
Verification Validation
1) It is the process of verifying whether the 1) It is the process of validating whether the
application is implemented correctly or not. application meets the client requirements
or not.
2) It won't requires execution of the application 2) It required execution of the application.
3) It is also known as static testing. 3) It is also known as dynamic testing.
4) It includes checking of the requirement 5) It includes testing of all thefeatures of
documents like BRS, Design, FRs etc. application with execution
6) We can perform verification by using the 5) We can perform validation by using the
methods. methods.
peer review WBT
walkthroughs BBT
Inspections GBT
7) It finds the bugs or defects early in the 8) It finds the bugs or defects which are not
development life cycle which is very identified in verification & very costly to
essential w.r.t cost reslove.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
7 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Difference between Testing & Debugging
Testing Debugging
1) It is the process of verifying Whether the 1) It is the process of analyzing the source
application fulfills Client requirements or not code of application to identify root cause for
whether the application contains any defects a defect.
Or not.
2) Testing will be performed by the Test 2) Debugging will be performed by the
Engineer. developers.
3) Testing will be performed as a part of 3) Debugging will be performed
testing phase. as a part of WBT or unit testing
Test Case: It consist set of steps or sequence of steps with user actions & subsequent response
from the system.
Ex: Identify possible test cases for “Login validation”.
TC01: Verify login functionality with valid data.
TC02: Verify login functionality with in valid data.
TC03: Verify login functionality without data.
Ex: Write test cases to verify login functionality with invalid data.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
8 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Test case Test Case Step Name Step Description Expected Result
ID/Name Description
Enter invalid email valid pwd & click Error message
Step 1 on “signin”. should popup.
Email=”selenium”. “Invalid user Id”
This TC to Pwd=”selenium1”.
TC01_Gmail verify login Enter valid email in valid pwd & click Error message
_Login functionality Step 2 on “signin”. should popup.
using invalid Email=”peers. Selenium”. “Invalid
data. Pwd=”selenium”. password”
Enter invalid email in valid pwd & Error message
Step3 click on “signin”. should popup.
Email=”selenium”. “Invalid user Id &
Pwd=”selenium”. password”
Software:
Set of statements logic and related data which gives instructions to system to perform specific task
based on usage. There are 2 types of Softwares.
1) Product based Softwares
2) Project based Softwares
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
9 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
1) Product based: Company which will focus on their own products to develop.
2) Service based: Company which will develop projects for individual clients.
1) Development Environment:
In this environment development team will involve to develop application based on client
requirements.
2) Testing Environment:
After successful implementation of project that will be deployed/installed at test environment
to validate application based on requirements.
Where separate testing team involve validating application.
3) UAT Environment:
In this environment client team involve validating application in order to confirm project is
acceptable or not.
4) Production Environment:
In this environment application used by end user with real data. This is also called as live
environment.
1) System Software:
This is also called as BIOS (Basic Input & Output System). These used to provide interface
among the system components. Ex: Devise drives, OS…Etc.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
10 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
2) Application Software:
This is also called as front end application. These are developed based on user business needs
whereas front end used to manipulate data into database.
Applications
2) GUI Based:
Applications which are running with graphical user interface are called as GUI based .These are
also called as desktop app.
Ex: Ms-word, calc etc.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
11 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
2) We Applications:
1) The applications which can provide services over the web are called as web application.
We can develop web applications by using web technologies like servlets, JSP, PHP etc.
2) Web application will be hosted on a special computer which is known as web server.
3) By using web client (Browser) end user will send request and web server will process the
request & sent requested response to the client. Web client will display the response to
the end user.
3) Enterprise applications:
These applications are more superior to web applications. We can develop enterprise
applications by using technology like web technology, distributed technology etc.
Ex: servelets, JSP, EJB etc.....
Enterprise apps are banking apps, tele communication apps.....
Note: Enterprise applications can be represented in a compressed form which is nothing but ear
file.
ear:(Enterprise archive) i.e nothing but build file.
Note:
1) Enterprise applications can distribute across the several machines such type of applications
are called as distributed applications.
2) The main advantages of distributed applications are scalability, No Fail-over situation.
4) Mobile applications:
The applications which are running on mobile device are called as mobile applications.
Ex: BookMyShow mobile app, PayTM mobile app
The most popular technologies to develop mobile applications are android & IOS.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
12 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
3 Layers in Application:
In general Software application contains following 3 layers.
1) Presentation Layer
2) Business / Application Layer
3) Data Layer
1) Presentation Layer:
It is also known as client layer.
It is the top most layer of the application.
It is the view part of the application.
This is the layer which end user can see whenever using the application.
The main functionality of presentation layer is collecting the information from the end
user & passing to the next level.
Ex: Login page of Gmail, Login page of HMS.
3) Data Layer:
The data & corresponding logic will be stored in this layer.
Application layer communicates with the data layer to retrieve the data. It contains logic
to interact with data base like insert, update & delete.
request
PL AL DL
response
Note:
Presentation Layer : View Part of Application
Application Layer : Processing Part of Application
Data Layer : Data processing Part of Application
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
13 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Software Architectures:
1) It is the fundamental design of the software system.
2) It describes the layers of the application.
3) It helps to every memebr of the project to understand apllication structure.
4) It is helpful for code maintainability, reusability, productivity etc.
1) 1-Tier Architectures:
If the PL, BL & DL are available in a single machine, then it is considered as 1-tier architecture.
It is also known as standalone architecture.
PL
AL
DL
Same Machine
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
14 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
2) 2-Tier Architecture:
The PL & BL are available in one machine & data layer is available in other system, then it is
consider as 2-tier architecture.
It is also known as client-server architecture. Client can communicate with server by using
LAN /WAN.
PL
AL
Client - 1
Data
PL Layer
AL
DB Server
Client – 2
::
::
:
PL
AL
Client - n
It is most rarely used architecture.
Application communicates directly with the data base which may cause security problem.
It is very difficult to scaleup & difficult to maintain.
3) 3-Tier Architecture:
If all the 3-layers (PL, AL, DL) are available in different systems then it is consider as 3-tier
architecture.
It is most commonly used architecture for web applications.
It supports scalability & maintainability.
Enhancements will become very easy.
It provides security.
request
PL AL DL
response
Machine - 1 Machine - 2 Machine - 3
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
15 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
4) N-Tier Architecture:
If PL, BL, DL are divided into multiple tiers then it is considered as N-tier architecture.
Based on application requirement we may distribute any layer across several machines.
Ex: PL can be divided into multiple tiers like.
One tier for we presentation layer
One tier for mobile presentation layer
One tier for Tablet presentation layer
Ex: The data layer can be divided into multiple tiers like.
One tier for oracle data layer
One tier for MySQL layer etc.
It is also known as distributed architecture, best suitable for enterprise applications.
Web Oracle
PL DL
5) Peer-To-Peer Architecture:
No server concept.
All the 3-layer (PL, BL, DL) are hosted in a single machine which is nothing but a node. We can
maintain multiple nodes.
No single point of failure, even one node fails then other node can process requests.
Best suitable for small applications with high range scalability.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
16 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Node - 1
PL
BL
DL
Node - 2 Node - 4
PL PL
BL BL
DL DL
PL
BL
DL
Node - 3
Quality Management:
It is a process of preventing defects in the development of application. The aim of this process is
no defects in final product.
1) Quality Assurance:
QA team will define development process of application to prevent defects in application. QA
team involve throughout life cycle to monitor and measure the strength of development
process, if any weakness identified they will provide suggestion to improve the strength of
development process.
High level management team, domain experts, technical experts are the members in QA.
2) Quality Control:
QC team involve after product is developed. In order to deliver in the defects and make sure
those should be resolved before deliver application to the customer.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
17 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
SDLC
It describes developing process of software project/product to fulfill the client requirements
within the specified cost & time. Following are the phases in SDLC.
Requirements Collection
Analysis
Design
Coding
Testing
Release & Maintenance
1) Requirement collection:
In this phase Business analyst (BA) will collect the requirements with an interaction of client
and collected requirements will be documented as BRS/URS. BRS describes core business logic
or brief description about client business needs in terms of who are the users for application
and required services for those users.
After preparation of BRS they will perform feasibility study to check project is acceptable or
not in order to develop.
Following are factors in feasibility study.
Finance feasibility
Time feasibility
Requirements are reliable or not interims of technology to develop.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
18 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
If project is acceptable then BA will intimate to the client by releasing RFP (Request for
Proposal) and SLA (Service Level Agreement).
2) Requirement Analysis:
In this phase SA will studying user requirements from BRS based on that will prepare FRS.
FRS describes detailed functionalities of each component in application. For successful
implementation a clear FRS is an essential.
3) Design:
In this phase DA will study user requirements using BRS/FRS based on that he will decide
required architecture of the application (window/web) based on that he select requirement
programming & data base technology.
In design phase DA prepare following
4) Coding:
In this phase developers write the programs in order to develop the application as per design
documents. Output of this phase is source code document (SCD).
5) Testing:
After coding application is available for execution. Initially developers perform unit &
integration testing using white box testing techniques.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
19 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Separate testing team performs system testing using black box testing techniques. Client also
performs UAT.
Note: Testing should start early stages. It identifies defects will take less cost to resolve those
defects compare to later stages identified defects.
SDLC MODELS:
We have the below Software Development Models:
1) Waterfall Model
2) Prototype Model
3) Incremental / Iterative Model
4) Spiral Model
5) RAD Model
6) Big-Bang Model
7) Fish Model
8) V Model
9) Agile Model (Scrum)
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
20 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
1) Waterfall Model:
OUTCOME
PHASE ACTIVITY
UTR
UAT
UTR
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
21 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Requirement
Gathering
Requirement
Analysis
Design
Coding
Testing
Release
Maintenance
Advantages:
1) It is a simple and easy model.
2) Project monitoring and maintenance is easy.
3) Phases won't be overlapped hence there is no ambiguity.
4) All the phases will be executed one-by-one which gives high visibility to the project manager &
client about the progress of the project.
5) Best suitable if the requirements are clear & fixed.
6) Best suitable for small projects.
Drawback:
1) It is very rigid model because it won't accept the new requirements in the middle of the
project.
2) Client satisfaction is very low because most of the time client will add new requirements in the
middle of the project which won't be supported.
3) Total project development time is more because testing should be done after completing
development only.
4) The cost of the bug fixing is very high because we can't identify bugs in the early stages of life
cycle.
5) It is not suitable for large projects.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
22 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
2) Prototype Model:
⚽ If the requirements are clear & stable then we should go for waterfall model.
⚽ Sometimes client is not clear with the requirements and he has generic requirements then we
should go for this model.
⚽ We can listen the client requirements and based on that requirements, we can create some
prototypes & we can demonstrate to the client.
⚽ If the client is not satisfied then we can Re-create prototypes with new changed requirements
& demonstrate to the client once again.
⚽ This process will be continued again & again until client satisfied with our prototype. Once the
client is satisfied with some prototype then development will be started.
Requirement Gathering
Requirement Analysis
Demonstrate to Clents
If Client is If Client is
not satisfied satisfied
Design
Coding
Testing
Release
Maintenance
Advantage:
Whenever the customer is not clear idea with requirements this is best model for gathering the
clear requirement.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
23 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Drawbacks:
1) It is the time consuming model because we have to create prototypes until client satisfaction.
2) It is costly to implement because of creating multiple prototypes. Prototype has to be built on
companies cost.
3) Not suitable for large scale projects.
Requirement Gathering
Requirement Analysis
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
24 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
⚽ The basic idea in this model is to develop a system through repeated cycles (Iterations) and in
small partitions (Increments) at a time.
Advantages:
1) Some working functionality can be developed quickly &early stages of life cycle.
2) Results are obtained early & periodically.
3) Parallel development can be planned.
4) Less cost to the change requirement.
5) Best suitable for very large projects.
Dis-Advantages:
1) Not suitable for small projects.
2) More management attention is required.
3) Overall cost of the project development may be increased.
4) Risky factor is more.
4) Spiral Model:
⚽ If customer requirements are changing regularly then we should go for spiral model to develop
software version by version.
⚽ Every new version is: New version = Old version + Extra new features.
Ex: windows 7==>windows 8==>windows10
⚽ SeleniumRC==>selenium(2) webdriver==>selenium-3
⚽ Spiral model is a combination of waterfall, incremental & prototype model. But here more
importance is given to Risk Analysis.
⚽ The spiral model has 4-phases.
1) Planning
2) Risk Analysis
3) Engineering
4) Evaluation
1) Planning:
Requirements are gathering & analyzed during this phase.
Feasibility study also will be performed in this phase only.
2) Risk Analysis:
Here the risk will be identified & analyzed.
If any risk identified then all the possible solutions will be analyzed & will come with best
solutions (Prototype).
3) Engineering:
Actual development & testing of the software takes place in this phase.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
25 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
4) Evaluation:
This phase allows the customer to evaluate the implemented software, which will helpful to
cintinue to the next version (Next Spiral).
2. Risk Analysis
1. Planning
Analysis Risk & Provide
Analysis
Possible Solution
Requirement Gathering
Come Up with Best Version
Feasibility Study
••••
4 3 2 1
4. Evaluation 3. Engineering
Evaluate the developed Coding + Testing
Software and provide
Input to next Version
Advantages:
1) Best choice of the requirements is keeping on changing.
2) Best choice for product based companies.
3) More and more new features will be added in systematic way.
4) Software will be delivered early.
Dis-Advantages:
1) Very costly to use.
2) Risk analysis required highly specific expertise.
3) Not suitable for small projects.
4) Spiral may go infinity.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
26 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
5) RAD Model:
⚽ RAD means Rapid Application Development.
⚽ If client requirements are similar to old existing projects then we can follow this model.
⚽ In this model we can develop new software with small changes in the code to meet the client
requirements like logo change, address change etc....
⚽ In this model development is very rapid, but we have to give special importance to testing.
Advantages:
1) Not required to spend much time on requirements gathering & analysis.
2) Application development will be very fast.
3) Development cost is low.
4) It increases Re-Usability of existing code / components.
Dis-Advantages:
1) We can use this model for brand new products.
2) Implementing new features / Enhancement is very costly.
3) Not suitable for large projects.
6) Big-Bang Model:
⚽ Mainly it is used by students & new commers.
⚽ It won't follow any specific approach to develop the project.
Time
Software
Efforts BIGBANG
Release
Resources
⚽ We can use this approach for very small projects like academic projects & practice projects.
⚽ We are not required to spend more time on requirement gathering, analysis & design.
⚽ All available resources should be involved in coding.
Advantages:
1) It is a very simple model.
2) No time for planning.
3) Very few resources are required.(2 or 3).
4) It is very good learning for new comers.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
27 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Dis-advantages:
1) Very rarely used model.
2) Not suitable for real time projects.
To overcome these limitations we should go for advanced SDLC models. The main advantages of
advanced SDLC models are:
1) Testing will be performed in parallel to development, so that over all project development
time will be reduced & bug fixing is also not costly.
2) Separate testing team is responsible for testing and hence we can give the guarantee for the
quality.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
28 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
7) Fish Model:
In this model one team is doing activities of SDLC & another team is responsible to perform
testing parallel.
Ex: If one BA generates BRS another BA is responsible to perform review on that BRS.
Verification Validation
OR OR
Document Testing Dynamic Testing
OR
Static Testing Software Testing Phases / Stages
Advantages:
We can give guarantee for quality; hence this model is best suitable for projects where quality is
more critical like satellites, healthcare equipment’s.
Dis-Advantages:
1) It is more time consuming.
2) It is more costly to implement.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
29 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
8) V-Model:
⚽ V-Stands for Verification & Validation.
⚽ In waterfall model, testing will starts after completing coding. But in V-Model testing related
activities like preparation of test plan will be started from begining of SDLC. Hence we are
reduce project development time.
Verification Validation
BBT
Review
Req
System
Requirements Testing
----------------------- System Test Plan ------------------
Analysis
Integration
Design ------------------ Integration Plan -------------- Testing
Review
Design
WBT
Coding ----------------------- Unit Plan --------------- Unit Testing
⚽ The important factor in V-Model is testing related activities will be started from the beginning
only.
⚽ After completing requirements gathering testing team will prepare UAT plan.
⚽ After completion of requirements analysis testing team will prepare system test plan.
⚽ After completion of design phase testing team & developers will prepare integration test plan.
⚽ After completion of coding unit test plan will be prepared.
⚽ Once the application ready all the test plans are ready in advance & hence we can perform
testing very easily with in less time.
Advantages:
1) It is simple & easy to implement.
2) Testing activities will be performed parallel to development, hence we can reduce overall
project development time.
Limitations:
1) It is very rigid model and won't accept requirement changes frequently.
2) Bug fixing is costly similar to waterfall model.
3) No working s/w released until last stage, bcoz its not incremental model.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
30 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
9) Agile Model:
⚽ This is most frequently used and hot cake model for software development.
⚽ Agile model is divided into several sub models.
Rational Unify Model (RUM)
Adaptive Software Development (ASD)
Feature Driven Development (FDD)
Crystal Clear
Dynamic Software Development Method (DSDM)
Extreme Programming (XP)
Scrum Model
⚽ After releasing agile manifest in 2001, all these models are considered as agile methodologies.
⚽ Along all available models of agile, scrum model is the most popular & frequently used model.
Scrum Model:
⚽ Scrum is derived from Rugby Game.
⚽ It is a light weight process.
⚽ It is an Incremental / Iterative model & it accepts changes very easily.
⚽ It is people based model but not plan based model.
⚽ Team collaboration & contentious feedback are strength of this model.
Scrum:
⚽ Scrum model is not linear sequential model.
⚽ It is an iterative model, total s/w will be developed increment by increment & each increment
is called a Sprint.
⚽ Sprint is deliverable / shippable product in scrum model.
1) -----------
2) -----------
All the User 1 – 4 Weeks
3) ----------- Sprint Plan
Meeting Talks
Stories
4) -----------
5) ----------- Potentially
6) ----------- Shippable
Product
Requirement Requirement Increment
Changes Are Changes Are Retrospective
Accepted Accepted
Note:
⚽ Product backlog contains all the user stories whereas sprint backlog contains only selected
user stories.
⚽ Product backlog can be converted into multiple sprint backlogs.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
32 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
What is a Sprint?
⚽ In scrum model each increment or iteration is called as a sprint.
⚽ In every sprint "potentially shippable software" component can be developed & tested by the
team of 7-9 members in the time span of 1-3 weeks.
⚽ In every sprint a part of client required software will be released.
⚽ All software components which are released in multiple sprints togther fullfill client
requirements.
Scrum Architecture:
Roles In Scrum Model:
Scrum model contains the following 3-roles.
Product Owner
Scrum Master
Scrum Team
1) Product Owner:
⚽ Selected by company higher level management like CEO.
⚽ While selecting PO, company may communicate with the clients & Stake Holders (Partners).
⚽ PO is responsible to gather user stories from the customer.
⚽ All collected user stories will be saved in a special document product backlog.
⚽ PO is responsible to prioritize user stories based on client business needs / requirements.
⚽ PO can attend daily scrum meetings along with scrum master & scrum teem.
⚽ PO acts as coordinator between client, scrum master & scrum team.
⚽ PO can guide CCB (Change Control Board) while doing changes in released sprint software.
2) Scrum Master:
⚽ Facilitator to the scrum team.
⚽ He is the responsible for management of project.
⚽ He is the responsible to implement best scrum practices.
⚽ Responsible to ensure the team is fully functional & productive.
⚽ Responsible for co-ordination between team members.
⚽ Ensuring good relation between product owner and scrum team members.
⚽ Protecting team from outside interruptions.
3) Scrum Team:
⚽ Team size is 7-9 members.
⚽ Cross functional because in this team QA tester, programmers, UI designers etc are the
members.
⚽ Programmers take care of design, coding, unit testing & integration testing.
⚽ QA Testers is responsible to study user stories, writting test scenarios, Implementing test
cases, defect identification, defects reporting to developers and confirm bug closing.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
33 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Important Ceremonies in Scrum Model:
In scrum model, meetings are called as ceremonies.
Project Bidding
1) Kick-Off Meeting:
⚽ Meeting before project begging.
⚽ Selecting the Product Owner (PO) by management with the interaction of client and stake
holders will be happened.
Backlog All
Grooming User
Meeting Stories
Ceremony Artifact Product Backlog
P.O
Role
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
34 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
3) Sprint Planning Meeting:
⚽ PO can sit with scrum master & scrum team to select some user stories from the product
backlog based on priority and prepared sprint backlog.
⚽ PO can explain these user stories in detailed to scrum master & scrum team.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
35 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Artifacts in Scrum Model:
The documents which are prepared in scrum model are called as artifacts.
Product backlog
Sprint backlog
Sprint burn down chart
Release burn down chart
1) Product Backlog:
Product backlog is a document which consists of all the user stories, which are collected from
the client & stack holders in product grooming meeting.
Product Backlog
Sprint Backlog 1 Sprint 1
Deposits
Deposits U.S 1
Withdraw
Withdraw U.S 2
Sprint Backlog 2
Sprint 2
Funds Transfer U.S 3 Funds Transfer
Mini Statement U.S 4 Mini Statements Software
Project
Sprint Backlog 3
FD U.S 5 Sprint 3
Loans U.S 6 Fixed Deposits
Mutual Funds U.S 7 Loans
Mutual Funds
All User Stories
2) Sprint Backlog:
⚽ Agile scrum model follows incremental model. Hence the total software is developed piece by
piece in every increment. Each increment cycle is called as a sprint.
⚽ From the product backlog some of the user stories will be selected based on business priorities
to implement current sprint. This activity will be performed in sprint planning meeting. These
selected user stories will be saved in a special document which is nothing but sprint backlog.
Note:
⚽ PB contains all the user stories whereas SB contains only selected user stories for the current
sprint.
⚽ Product Backlog can be converted into several sprint backlogs.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
36 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
9 Members
30 Days
8 Hours
Expected
1 2 3 4 --------30
10
Number of
Released
7
Sprints
4
3
0
1 2 3 4 --------12
PO PO PO
SM SM SM
ST SR SR
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
37 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
⚽ Master PO will conduct kickoff meeting to select PO for every sub project.
⚽ Subproject PO is responsible for all the activities related to the sub project.
Note:
⚽ Master PO is the decision maker for total project. Product owners of sub projects will work
under guidelines of master PO.
⚽ Scrum masters are the facilitator for corresponding sub projects scrum teams.
Advantages:
Dis-advantages:
1) The chance of a project failure is very high, if individuals are not committed or cooperative.
2) Adapting scrum model for large team is very big challenge.
3) Must require experienced & efficient team members.
4) If any team members leave in middle of the project, it can have huge negative impact on the
project.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
38 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Testing Methodologies
To validate application source code and functionality with best possible combinations. We use
following testing methodologies.
1) White Box Testing
2) Black Box Testing
3) Grey Box Testing
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
39 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Testing Levels in SDLC
1) Review on Requirements
2) Review on Design
3) Unit Testing
4) Integration Testing
5) System Testing
6) User Acceptance Testing (UAT)
Review on Requirements:
When requirement documents are prepared they then perform review on those requirement
documents to verify following factors.
⚽ All the business needs are covered or not.
⚽ Requirements are correct or not.
⚽ Requirements are understandable or not.
⚽ Requirements are reliable or not in terms of technology to develop.
Review on Design:
After preparation of design documents review will be conducted to verify following factors.
Note: They use verification techniques on requirement review and design review like peer review,
walk through and inspection.
1) Unit Testing:
⚽ It is also called as component testing. After coding developers will perform unit testing using
WBT techniques. It is an initial validation technique.
⚽ Validating individual components within the system is called Unit Testing.
⚽ Following are the factors they validate in unit testing.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
40 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Statements Coverage: Verify all the statements are executing atleast once or not.
Loops Coverage: Verify loop statements are terminating as per expectation or not.
Conditional Statements: Verify we used right expressions or not in conditional statements.
Path or Branch Coverage: Verify execution flow of the program based on condition
True/False.
2) Integration Testing:
⚽ After unit testing those individual components are connected in order to form the system.
⚽ “Validating interfaces or connectivity between the units/components/modules is called
integration testing”.
⚽ In practical all the modules construction may not possible to complete at same time in that
case we use integration testing approaches.
Big-bang Approach
Incremental Approach
Big-Bang Approach:
This approach says when some of the modules are under construction then we need to wait until
those modules also develop to perform integration testing.
Disadvantages:
Time consuming.
Resource will be idle.
In time delivery is not possible.
Incremental Approach:
This approach says when some of the modules are under construction we can start integration
testing with the help of stub & driver.
Banking Application
D-1 Login
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
41 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Top-Down Approach:
In this approach we perform integration testing from main module to sub module, when some of
the sub modules under construction.
Stub:
It is a temporary program developed by developers. Stub is used when sub module is under
construction. Stub will write control back to main module with some temporary result.
Stub is “Called program”.
Bottom-up Approach:
When main module is under construction then we perform integration testing from sub modules
with the help of driver.
Up Main
Driver
Driver:
It is a temporary program developed by programmers. Driver is used when main module under
construction. Driver will provide connection to the sub modules.
Driver is called “Calling program”.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
42 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Integration Testing Levels:
There are 2 levels of integration testing.
1) Low-Level integration testing
2) High-Level integration testing
Note:
Integration testing can be performed by developers and TE’s.
Developers will perform integration testing after unit testing using WBT techniques.
TE’s also perform integration testing during system testing using BBT techniques.
3) System Testing:
After unit testing and integration testing development team will release initial build to the
separate testing team.
Build means set of integrated modules an executable form of application.
In general internal release of application from developers to TE’s we call it as build.
After receiving stable build from developers, TE’s will perform system testing using BBT
techniques.
“Validating whole system based on client requirements and expectations is called system
testing”.
There are 2 types of testing techniques in system testing.
1) Functionality Testing
2) Non-Functionality Testing
1) Functionality Testing:
It is also called as requirements testing. Validating application functional behavior based on
user business transactions is called functionality testing.
Any type of application functionality testing is mandatory and very important. Due to that
reason organization maintains separate functionality testing team.
Functionality testing can be performed manually or using some of the functional testing tools
like selenium, QTP, Silk test, rational robot…etc.
Following are the factors we validate during functionality testing.
☕ Object properties coverage
☕ Error handling coverage
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
43 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
☕ Input-domain coverage
☕ Calculation coverage
☕ Data base coverage
☕ Links coverage
Test Data:
Values OR Data which we provide to application in order to validate. TE is responsible to derive
test data.
We use following techniques.
BVA (Boundary Value Analysis)
ECP (Equivalence Class Partition)
BVA:
This technique use to validate input condition interims of range or size.
This technique says there will be 3-possibilities at each boundary level to validate.
Possible conditions are:
Min Max
Min-1 Max-1
Min+1 Max+1
In general there will be high possibility of errors in and around the boundary conditions those we
can identify with optimal test data using BVA.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
44 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Ex: Prepare test data using BVA for a Name edit box which allows from 4 to 16 characters.
BVA(Size)
Min=4valid Max-1=15valid
Max=16valid Min+1=5valid
Ex: Prepare test data for mobile number edit box which allows 10 digits only, where as starting
digit should be 7/8/9.
BVA (Range)
Min=7000000000valid Max-1=9999999998valid
Max=9999999999valid Min+1=7000000001valid
Disadvantage of BVA:
With this technique we can validate input condition with only boundary values and their
adjacent values.
In this technique it is not possible to validate data type like alphabets, special characters…Etc
ECP:
This technique use to validate input condition with data type. This technique says divide test data
equivalence classes interims valid and invalid and then takes some sample data from each class to
validate.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
45 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Ex: Prepare test data using ECP to verify withdraw condition of ATM which allows 100-20000,
whereas amount should be multiples of 100.
ECP (Type)
Valid Invalid
100<=Amount<=20000 Amount<100
Ex:150,550
☕ Links Coverage:
For web based application we need to check implemented links are working correctly or not.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
46 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
2) Non-functionality Testing:
In this test we validate application characteristics based on customer expectations is called non-
functionality testing.
Following are the Non-Functionality testing techniques.
GUI Testing Compatibility Testing
Usability Testing Configuration Testing
Performance Testing Comparative Testing
Recovery Testing Installation Testing
Security Testing Sanitation Testing
2) Usability Testing:
In this test we verify user friendliness of the application to perform operations
(i.e ease of use).
Following are actors related during usability test.
Error messages are meaningful or not.
Help documents are understandable or not.
Functional keys are implemented or not (F1-->Foe Help).
Combination keys are implemented or not (ctrl+P-->Print).
3) Performance Testing:
Following are the factors we validate during this testing.
Speed:
How quickly application completes the transaction.
Scalability:
Verify application allowing customer expected concurrent users or not (Load).
Stability:
How application response under sudden loads.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
47 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Following are techniques:
Load Testing/Scalability: Verify application allows customer expected concurrent users or not.
Stress Testing: In this test we use beyond the load limit to estimate peak limit of the load on
application.
Soak/Endurance Testing: Verify how much time continuously we can run application. (I.e.
Duration)
Spike Testing: Verify application behavior under sudden loads.
Data Volume Testing: Verify how much data we can transfer in a specified time.
4) Recovery Testing:
Verify how well application able to recover from abnormal state to normal state.
Ex: Power failure, Network problems.
5) Security Testing:
In this test we verify privacy for end user operations in a application.
Following are factors:
Authentication: verify application allowing valid users and preventing invalid users or not.
Authorization: verify application providing right services or not based on type of users.
7) Configuration Testing:
It is also called as H/W compatibility testing. Verify application supports customer expected
configuration systems or not.
Ex: RAM, Hard Disk, Processor.
8) Installation Testing:
Verify application able to install as per "Read me" file guidelines or not.
Setup programs availability.
During installation application providing any user friendly messages or not.
All the related files copied or not.
Repair/Uninstall programs availability.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
48 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
9) Sanitation Testing:
It is also called as garbage testing.
In this test we try to identify any extra features in application which are not specified in client
requirements.
Alpha Testing:
It is performed at developer side in controlled environment. If any defects identified those will be
resolved and should get approval client.
Beta Testing:
After alpha testing application will be deployed at client environment. Beta testing performed at
client site in uncontrolled environment.
1) Smoke Testing:
It is performed on initial build to check the build is stable or not for further testing. In this test
we validate major/core functionalities with valid data.
2) Sanity Testing:
It is also similar to smoke test. It is a subset of regression testing. It is performed on modified
build to check build is stable or not.
Note: If build is unstable then we suspend test cases execution and reject build to developers.
For rejected build developers will release patch files to testing team.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
49 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
3) Re-Testing:
It is performed on modified build to check bugs are resolved or not. Whereas we use fail test
cases to perform execution on modified build.
When we validate same functionality with multiple set of test data is also called Re-Testing.
4) Regression Testing:
It is also performed on modified build to find any impact or side effects on existing passed
functionalities w.r.t modifications.
Regression testing can be performed partially or fully on application based on modification.
5) Ad-hoc Testing:
It is an informal testing activity due to lack of requirements. Test engineer use past experience
to validate the application.
6) Exploratory Testing:
Due to lack of domain knowledge while learning the application functionalities we perform
testing activities.
7) Jump/Monkey Testing:
Due to lack of time we validate major functionalities in application. In this case we select test
cases based on priority. This type of testing also called priority based testing.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
50 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
11) Defect seeding/be-bugging:
Providing known defects in application to find strength of test engineer’s is called as
defect seeding/be-bugging.
STLC Phases:
1) Test Initiation
2) Test Planning
3) Test case design
4) Test Execution
5) Defect Reporting
6) Test Closure
1) Test Initiation:
BRS/FRS
Organization Standards TM Test Initiation Test Strategy doc
Application Analysis
Risk Analysis
1) Resources Risk
2) Technology Risk
3) Scheduled Risk
4) Support Risk
Effort Estimation
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
51 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Following are Factors:
Application Analysis:
Using requirement documents like BRS/FRS application functionalities will be analyzed.
Risk Analysis:
Possible risks at test environment will be analyzed.
⚽ Resources risk: Availability of TE’s will be analyzed.
⚽ Technology Risk: Problems related to S/W & H/W will analyze.
⚽ Scheduled Risk: Which factors may affect scheduled activities will analyzed?
⚽ Support Risk: Availability of clarification team will be analyzed.
Efforts Estimation:
Based on size of project required resources, duration and cost will be estimated.
After analyzing above factors TM will prepared test strategy document.
2) Test Planning:
In this phase TL is responsible to prepare test plan document based on current build which will
received from developers.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
52 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
BRS & FRS TL Test Planning Finalized Test Plan Doc
Build Info
Team Information What to Test
Task Allocation Whom to Test
Risk Analysis How to Test
Training Needs When to Test
Schedules
Prepare Test plan
Review on Test Plan
History of Document: It describes author of test plan, when it is prepared, reviewed by, reviewed
on approved by….etc
Introduction:
Project over View: It describes brief description about AUT.
Purpose of Test Plan: It describes objective or core intension of test plan.
Referred doc: Inputs to derive TP.
Scope:
In scope: It describes possible testing activities under current test plan.
Out of Scope: It describes testing activities which are not possible under current
test plan
Features to be Tested:
It describes availability modules & requirements in current build to validate.
Test approach:
It describes test factors & corresponding testing techniques to validate.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
53 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
⚽ Exit Criteria: It describes when to stop testing for a project.
In general following factors will be considered in order to stop testing activities for a
project.
All test cases should be executed at least once.
Majority of TC should be passed like 90-95%.
Defects which are identified that status either “Differed” or “Closed”
When UAT completed and satisfied.
When budget and time constrains overflow.
2) Test Deliverables:
It describes deliverables documents for a client at end of test. Test cases review report, defect
report, test execution report, test summary report.
3) Test Environment:
It describes required s/w & h/w configuration in the system to perform test execution.
4) Schedule:
It describes time lines to perform each testing activity.
5) Training Needs:
It describes required training sessions for TE’s.
After preparation of test plan review will be conducted along with Sr. Test Engineer and then
finalized test plan given to TE’s to perform their activity.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
54 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Example: below is the sample Test Plan document for Spice Jet.
REVISION HISTORY
4.7_UseCases_TestCases_Features_Interim
Reference Version No. 4.7
Build 9-24
19-Oct-
Prepared by Mahesh.D QA Lead
2010
Reviewed By
Approved by
Table of Contents
INTRODUCTION 56
1. OBJECTIVE 56
2. REFERENCE DOCUMENTS 57
3. TEST ITEMS 57
4. TEST STRATEGY 58
5. AUTOMATION TESTING 59
Understanding the product and verify the stability of the product: 59
Design Automation Framework: 59
Developing proof of concept: 59
Designed the Automation Frame work: 60
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
55 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Automation Frame work implementation: 60
Development and Execution of the Script: 60
6. TEST ENVIRONMENT 61
12 RESOURCE PLAN
Introduction
The Test Plan has been created to communicate the test APPROACH to client and team members. It
includes the objectives, scope, schedule, risks and approach. This document will clearly identify
what the test deliverables will be and what is deemed in and out of scope.
1. Objective
The primary objective of this document is to establish a Test Plan for the activities that will
verify SPICEJET as a high quality product that meets the needs of the SPICEJET business
community. These activities will focus upon identifying the following:
Items to be tested
Testing approach / Strategy adopted
Resource Requirements
Roles and Responsibilities
Milestones
Risks and contingencies
Test deliverables
1.1. Scope
This document is a very high level vision of how SPICEJET applications will be tested and will not
aim at providing any details about each testing engaged at various levels of testing.
Scope of Testing
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
56 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
1. Test cases identification and documentation for the new features/use cases and NFR
2. Creation of new test cases and updating existing test cases for all modules
3. Functional Testing for the new functionalities(New Features)
4. Non Functional Requirement(NFR) testing(Performance testing)
5. Regression testing for the SPICEJET functionalities
6. Complete SPICEJET Application testing
7. Recording of bugs and verification of resolved bugs for each build
2. Reference Documents
The table below identifies the documents and their availability, used for developing the test plan
1 2 3
3.Test Items
All change requests / enhancements / bug fixes on above listed applications will be tested on
need- basis:
Test cases will be prepared based on the following documents:
Understanding Use Case documents
Software design documents
Data Validation documents
Business Functional
Ref. No. Feature
Requirements Specification
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
57 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
3.2 . Features not to be tested
Security Testing and mobile testings are not part of the engagement
4. Test Strategy
The SPICEJET modules and sub modules testing will be performed with below testing types
The primary functional areas in various SPICEJET modules will be thoroughly tested according to the
functional specification document or understanding document or software requirement specification
document. During the testing phase, complete functionality will be tested at least two to three times
based on the complication involved in the application.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
58 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
5. AUTOMATION TESTING
THIS SECTION DESCRIBES THE STRATEGY AND THE ACTIVITIES PERFORMED AS PART OF THE PLANNED STRATEGY
FOR IMPLEMENTING THE AUTOMATION OF TEST SCENARIOS . T HE FOLLOWING STEPS SHOULD BE ADOPTED AS A
PART OF STRATEGY OF IMPLEMENTING THE TEST AUTOMATION
Design automation
Framework
Automation Framework
implementation
Development and
execution of the script
FIRST ANALYZE THE PRODUCT AND ASSESS THE FEASIBILITY OF AUTOMATING THE TEST SCENARIOS IDENTIFIED
FOR APPLICATION . I T I ALSO ASCERTAIN THAT THE FUTURE RELEASES OF THE PRODUCT WOULD NOT UNDERGO
MAJOR CHANGES .
BASED ON THE PRODUCT , EVALUATION OF VARIOUS TEST AUTOMATION TOOLS WITH AN OBJECTIVE TO
SUGGEST A SUITABLE AUTOMATION TOOL IN ALL RESPECTS SHOULD UNDER TAKEN .
A proof of concept developed to show the capabilities and computability of the tool with the
application. In the POC we have taken AOA and BBM scenarios by covering the various verification
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
59 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
points and actions.
To design the Frame Work we use the Data Driven Approach as the applications are stable and no
GUI changes are identified and which would also cover AUT( Application Under Test).This also
identifies the various reusable action and common steps.
In this all the identified reusable function are implemented followed by coding convention.
The test scripts are developed based on design. Finally, a clear log report is produced covering all
the verification points. Adherence to the define coding conventions and elimination of common
coding.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
60 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Framework Development Prepare framework code Baseline Design
Code reviews document
Testing framework Framework code
6. Test Environment
The test environment preparation step will ensure that hardware, software, and tools required for
testing will be available to the testing team when they are needed. This would involve co-
ordination with IT infrastructure team and other providers in regard to Equipment, Operating
systems, networks, etc.
OS : Windows
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
61 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Defects will be classified as follows according to severity of the impact on the system:
*Severity Level Description
All other issues with Calico Software. Low Errors include the following:
Sev 4 - Suggestion • Errors in Documentation
• Calico Software does not operate strictly according to specifications
Following are the defect tracking activities till its closure. It includes:
Logging of defects
Analysis of defects
Fixing of defects
Re-testing of fixes
Regression testing to ensure that fixes have not impacted the original
functionality.
Defect tracking till closure
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
62 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
9. The Test Deliverables:
1. BookaFlight
2. ManageMy Booking
1 3. PNR Status 30th Sept 2014
Risks Contingencies
12 RESOURCE PLAN
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
63 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
3) Test Case Design:
After training session Te’s are responsible to derive test cases for allocated modules.
I/P
BRS/FRS
Use Cases TE Test Case Design Test Case Design Doc
Test Scenario Fundamental of TC’s
TC Design Technique (BBT)
BVA
Clarification Team ECP
Support Team Error Guessing
Types of TC’s
UI TC’s
Usability TC’s
Validation TC’s
Functionality TC’s
+ Ve TC’s
- Ve TC’s
TC Template
TC Reviewing
RTM/Traceability Matrix
Test Case:
It consist set of steps or sequence of steps with the user actions and subsequent response from
system to validate specific functionality.
*Pre-Condition:
It describes things to ensure in application to perform test case execution.
Ex:
TC01: Verify delete mail functionality in inbox.
Pre-Condition: In inbox some mails should exist.
Fundamentals of TC’s:
Following are basic factors to consider while writing TC’s.
TC’s should be simple & easy to understand.
Naming convention should be followed.
No duplicate/redundant TC’s.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
64 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Inputs to derive TC’s:
Requirement document documents like BRS & FRS.
Use case document: It is optional prepared by business users. It describes functional behavior
from user perspective interims of actor’s action and system response.
Test Scenarios: It describes a test condition or requirement or functionality which we need to
validate.
In general test scenarios identified by TL/TE’s.
For a scenario there can be one or more number of TC’s.
1) User Interface TC: These are derived to verify Look-N-Feel of the application.
Ex: Availability of components, visibility, alignments…etc
2) Usability TC: These are derived to verify user friendliness of the application to perform
operation.
Ex: Error messages, user manuals, Function Keys implementation, Combination keys etc...
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
65 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
3) Validation TC: These are derived to validate input components.
Ex: Edit box, Text box, and List box.
4) Functional TC: These are derived to functional behavior of application based on user
operations.
Ex: Click on push buttons/Images.
Note:
Usability, users interface & validate test cases will be part in functionality test cases.
Based on validation & functionality there can be 2 types of test cases.
Components in TC Template:
1) Project: Name of the project
8) Test Case ID: Name of the test case which should be unique for entire project.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
66 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
9) Test Case Description: It describes purpose or objective of test case.
10) Priority:
It defines importance of TC during execution. It is derived based on importance of the
functionality w.r.t client business needs.
There can be 3 levels of priorities.
High
Medium
Low
Note: Due to lack of time first we execute high priority test cases and we perform next level
priority test cases execution.
11) Step Name: It describes number of steps in a test case. A test case may consist one or more
steps.
12) Test Data: Data or values which we use to validate application during execution.
13) Step Description: It describes user operation to be performed on AUT during TC execution.
15) Actual Results: It describes actual behavior of AUT during test case execution.
16) Status: It describes status of steps interims of PASS/FAIL.
17) QC path/Subject: To export test case in to QC we provide folder name under “QC Path”
column.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
67 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Sample Test Cases
Testcase
ID Test Scenario Precondition Teststeps Expected Result
1. Check the spell, font,
Verify the GUI of allignment and color Application should
the Book a flight Open the URL 2. Check the look and feel maintain the
1 page http://spicejet.com of the page consistency
Check the below fields
1.Field Name Field Type
2.Round trip Radio
3.Oneway Radio
4.Leaving From Dropdown
5.Going To Dropdown
6.Date Picker1 Date Picker
7.Date Picker2 Date Picker
8.Adult Dropdown
0.Children Dropdown
10.Infants Dropdown
Verify the 11.Indian armed forces Application should
availability of the 12.personnel Checkbox display all the
fields in Book a Open the URL 13.Student Check box fields in Book a
2 Flight page http://spicejet.com 14.Find flights Button flight page
Verify the
functionality of Application should
one way radio Open the URL Click on one way radio display one way
3 button http://spicejet.com button date picker
Verify the
functionality of Application should
Roundtrip radio Open the URL Click on Roundtrip radio display both date
4 button http://spicejet.com button pickers
Verify the Application should
availability of display all the
origins in Leaving Open the URL origins. Please
5 from field http://spicejet.com Click on Leaving from field refer SRS doc
1. Application
should display all
the dates based on
Verify the system date
functionality of Open the URL 2. Previous dates
6 date picker field http://spicejet.com Click on date picker should be disabled
Verify the Adult should
availability of the contain 1 to 9
dropdown fields Open the URL Check the Adult, child and adults
7 with values http://spicejet.com infant dropdown Child should
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
68 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
contain 0 to 4
infant should
contain 0 to 4
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
69 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Sample Test Cases for Gmail:
R R
e e
q s
u
I TC Test Actual Expected l
D Test Type Priority ID Scenario Pre condition Teststeps Result Result t
1. Check the spell of
all the fields
2. Check the font, Application
allignment, color of should
Verify the all the fields maintain
GUI of login Open the url 3. Check the look the
1 GUI P3 1 functionality http://gmail.com and feel of the page consistency
Check the below
Verify the fields Application
availability Email - Textbox should
of the fields Open the url Password - Textbox display all
1 Validation P1 2 in login page http://gmail.com Sign in - Button the fields
1.Enter the
Verify the username
login jan30selenium Application
functionality 2. Enter the should
with valid Open the url password Selenium5 navigate to
1 +ve P1 3 credentials http://gmail.com 3. Click on Sign in home page
Application
Test the login with should
below credentials display the
Username / error msg
Password "The email
Verify the jan30selenium/Selen or
login jan30 / Selenium5 password
functionality jan30/ selen12 you
with invalid Open the url / selenium entered is
1 -ve P2 4 credentials http://gmail.com jan30selenium / incorrect."
Verify the DB should
credentials Write and execute display the
1 DB P1 5 in DB Login into the DB the valid query credentials
1. Check the spell of
all the fields
2. Check the font, Application
allignment, color of should
Verify the all the fields maintain
GUI of home Login into 3. Check the look the
2 GUI P3 6 page gmail.com and feel of the page consistency
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
70 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Verify the
availability Application
of the should
compose Login into Check the compose display the
2 Validation P1 7 field gmail.com field field
Verify the Application
functionality should
the navigate to
compose Login into Click on compose compose
2 +ve P1 8 field gmail.com field page
1. Check the spell of
all the fields
2. Check the font, Application
Verify the allignment, color of should
GUI of the all the fields maintain
compose Click on compose 3. Check the look the
2 GUI P3 9 page field and feel of the page consistancy
Check the below
fields
To - Textbox Application
Verify the Subject - Textbox should
availability Click on compose Body - Text area display all
2 Validation P1 10 of the fileds field Send - Button the fields
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
71 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Verify Mobile Test the
functionality should power button Mobile
of power be by long should be
1 +ve P1 3 button available pressing it. turn on
1.Dail the
mobile
Verify Switch number Mobile
functionality on the 2.Press the should
1 +ve P2 4 of calling mobile call button make a call
1.Press the
message
button .
2.Type the
message
3.Enter the
Verify the Switch recipient Message
functionality on the number should be
1 +ve P2 5 of message mobile 4. Press send delivered
Mobile
Verify the should
functionality Switch display the
of menu on the Press the menu
1 +ve P1 6 button mobile menu button button
1. Insert the Device
Verify the charger pin should be
functionality Switch to device switch into
of charging on the 2. Switch on charging
1 +ve P2 7 socket mobile the charger mode
1.Switch of Device
the device. should
2. Remove display a
Verify the the sim card. message
Call Switch 3. Switch on "sim card is
functionality on the the Device not
1 -ve P2 8 without Sim mobile 4. Make a call inserted"
Verify the
power
button
functionality Switch long press Device
without on the the power should not
1 -ve P1 9 battery mobile button turn on
1.Switch off
the device.
2. Remove
Verify the the sim card.
incoming Switch 3. Switch on Device
call without on the the Device should not
1 -ve P2 10 sim card mobile 4. Make a call respond
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
72 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
from other
device.
Verify the
start Bike should Press the start Bike
functionality be button without should not
1 -ve P1 10 without key available key. start
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
74 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
4) Test Execution:
After TC’s review TL will give the permission for TE’s to execute test cases.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
75 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
⚽ Level-3 (Final Regression test/End-to-End Scenario testing);
Before deliver application for UAT we perform end-to-end scenario testing.
In this test we validate some of the functionalities from login session to logout session based
on defect density during comprehensive testing (i.e. Level1).
*Number of defects identified in a module is called Defect Density
Note: In general defect should be reported on the same day when it identified.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
76 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Priority:
It describes importance of the functionality in which we identified defect.
Priority also describes in what time that defect should be resolved.
There are different levels of priorities.
High
Medium
Low
Severity: It describes seriousness of the defect or impact of the defect to perform test execution.
There are different levels of severities:
Critical (High functional defect and there is no workaround to continue execution)
Major (High functional defect but there is a workaround to continue execution)
Medium (Medium and low level functional defects)
Minor (Defect related to UI and Usability)
Ex: NEW
Note: When we reporting first time about the defect should have the status as “NEW”.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
77 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Bug Life Cycle: (BLC)
It describes varies status of defect from it identification to closed.
Tester New
Fixed / Resolved
Modified Build
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
78 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
6) Test Closure:
It is performed by Test Lead. Whereas TL will analyze “Exit criteria” factors, if majority of the
factors are satisfied then he will stop testing activities for a project.
Test Matrics
Total no of test cases 200
No of Test cases executed 150
No of Test cases pending 50
No of Test cases Pass 100
No of Test cases Fail 50
No of Test cases Skipped 10
No of Bugs Reported 20
Daily Status Report: The daily status report template looks as follows
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
79 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Manual FAQ’s
Q. What is Testing?
⚽ Verification & validation of software is called as testing.
⚽ Verification means whether the s/w is correctly implemented or not.
⚽ Validation means the implemented s/w meets the customer requirements or not.
Bug:
When developers are accepted defects then those are called bugs.
Failure:
When defects are reached end users then those are called failures.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
80 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
V-Model: Testing activities will be started at the early stage of the life cycle. The validation team
will participate from requirement phase on-wards. Will prepare the test plan once the SRS doc is
base lined and also prepares the system test plan, Design plan once the Analysis phase is
completed.
Advantages:
1. We can ensure for quality because the testing activities are starting at early stage of SDLC.
Self-organizing teams
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
81 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Q. What is Re-testing testing and Regression testing?
Re-Testing:
It is performed on modified build to check bugs are resolved or not. Whereas we use fail test
cases to perform execution on modified build.
When we validate same functionality with multiple set of test data is also called Re-Testing.
Regression Testing:
It is also performed on modified build to find any impact or side effects on existing passed
functionalities w.r.t modifications.
Regression testing can be performed partially or fully on application based on modification.
Sanity Testing:
It is also similar to smoke test. It is a subset of regression testing. It is performed on modified build
to check build is stable or not.
Note:
If build is unstable then we suspend test cases execution and reject build to developers. For
rejected build developers will release patch files to testing team.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
82 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Q. What is UAT?
After system testing client team perform UAT. The objective of UAT is to confirm application is
ready for release or not.
Whereas UAT is performed based on their business needs.
Alpha Testing:
It is performed at developer side in controlled environment. If any defects identified those will be
resolved and should get approval client.
Beta Testing:
After alpha testing application will be deployed at client environment. Beta testing performed at
client site in uncontrolled environment.
In general there will be high possibility of errors in and around the boundary conditions
those we can identify with optimal test data using BVA.
Ex: Prepare test data using BVA for a Name edit box which allows from 4 to 16 characters.
BVA(Size)
Min=4valid Max-1=15valid
Max=16valid Min+1=5valid
ECP:
This technique use to validate input condition with data type. This technique says divide test data
equivalence classes interims valid and invalid and then takes some sample data from each class to
validate.
Ex: Prepare test data using ECP to verify withdraw condition of ATM which allows 100-20000,
whereas amount should be multiples of 100.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
83 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
ECP (Type)
Valid Invalid
100<=Amount<=20000 Amount<100
Ex:150,550
Q. What is the differences between web application testing and client server application testing?
Application is loaded on server machine and the application exe on every client machine.
Testing is done broadly in categories like GUI on both sides, functionality, Load, Client Server
interaction and backend testing. Most of the client server applications are Intranet networks. Web
Application testing is complex to test as tester doesn’t have control over the application.
Application is loaded on the server whose location may not be known and no exe is installed on
the client machine. Hence, Web Applications are supposed to test on different browsers and OS
platforms. It is tested mainly for browser and OS compatibility, error handling, static pages,
backend testing and Load Testing.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
84 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
In practical all the modules construction may not possible to complete at same time in that case
we use integration testing approaches.
Big-bang Approach
Incremental Approach
Quality Assurance:
QA team will define development process of application to prevent defects in application. QA
team involve throughout life cycle to monitor and measure the strength of development process,
if any weakness identified they will provide suggestion to improve the strength of development
process.
High level management team, domain experts, technical experts are the members in QA.
Quality Control:
QC team involve after product is developed. In order to deliver in the defects and make sure those
should be resolved before deliver application to the customer
1. Blocker 2. Very High 3. High 4.Medium 5. LowPriority describes the order to fix the
bugs. It is of type P1, P2, P3, P4 and P5.
Q. What is the difference between priority in test cases and priority in bugs?
Priority in TestCases: Every test case/scenario has a priority. It describes the importance of the
test cases. There are 4 types of priorities.
Priority1 (P1) – The Test Case describes about the main functionality.
Priority2 (P2) – The Test Case describes about the field level.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
85 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Priority3 (P3) – All the GUI’s.
Priority4 (P4) - If the test engineer is planning to provide any suggestion to the application, then
he can write test cases where the priority is P4
Priority in Bugs: Based on the severity the priority will be assigned. Priority describes in which
order the has to be fixed by the developer
Blocker – P1
Very High – P2
High – P3
Medium – P4
Low – P5
Q. What is AUT?
AUT stands for Application under Test. The project which we are testing is known as AUT.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
86 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Q. What is Alpha Testing and Beta Testing?
Alpha Testing:
It is performed at developer side in controlled environment. If any defects identified those will be
resolved and should get approval client.
Beta Testing:
After alpha testing application will be deployed at client environment. Beta testing performed at
client site in uncontrolled environment.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
87 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Q. Explain the bug which is Low Severity and High priority ?
Low severe bugs will be having low priority. But if the bug is related to the current release then
the priority of the bug will became high priority. The development lead will have the permission to
change the priority.
Q. Ex: Write test cases to verify login functionality in gmail with invalid data.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
88 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Step 2 Enter valid email in valid pwd Error message
& click on “signin”. should popup.
This TC to verify
login functionality “Invalid
TC01_Gmail_L using invalid data. password”
ogin
Step3 Enter invalid email in valid Error message
pwd & click on “signin”. should popup.
SDLC Phases:
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
89 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
V-Model:
Verification V-Model Validation
Coding
Any type of application functionality testing is mandatory and very important. Due to that
reason organization maintains separate functionality testing team.
Functionality testing can be performed manually or using some of the functional testing tools
like selenium, QTP, Silk test, rational robot…etc.
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
90 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Security Testing Sanitation Testing
Q. STLC Phases:
Test Initiation
Test Planning
Test case design
Test Execution
Defect Reporting
Test Closure
Test Initiation:
BRS/FRS
Organization Standards TM Test Initiation Test Strategy
doc
Application Analysis
Risk Analysis
5) Resources Risk
6) Technology Risk
7) Scheduled Risk
8) Support Risk
Effort Estimation
Test Planning:
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
91 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com
Test Case Design:
I/P
BRS/FRS
Use Cases TE Test Case Design Test Case Design Doc
Test Scenario Fundamental of TC’s
TC Design Technique (BBT)
BVA
Clarification Team ECP
Support Team Error Guessing
Types of TC’s
UI TC’s
Usability TC’s
Validation TC’s
Functionality TC’s
+ Ve TC’s
- Ve TC’s
TC Template
TC Reviewing
RTM/Traceability Matrix
nd
DURGASOFT, # 202, 2 Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,
92 040 – 64 51 27 86, 80 96 96 96 96, 92 46 21 21 43 | www.durgasoft.com