Sie sind auf Seite 1von 92

SearchSearch

Upload

ENChange Language

Sign InJoin

Home

Saved

Bestsellers

Books

Audiobooks

Snapshots

Magazines

Documents

Sheet Music

67K views
262Up votes, mark as useful
25Down votes, mark as not useful

Qspider Software Testing Full Notes


Uploaded by Ghouse Baba
consist of manual testing processes and modelsFull description
Copyright:© All Rights Reserved
Downloadas PDF, TXT or read online from Scribd
Flag For Inappropriate Content
SaveSave Qspider Software Testing Full Notes For Later
Embed
Share
Print
RELATED TITLES
Carousel Next

Actitime Integration Scenarios.docx

Selenium (Java)

Software Testing ( manual testing) notes


Complete SQL Notes

Selenium Webdriver Tutorials

Manual Testing Question

Assignment8-Integration Test Cases for Gmail

Software Testing COGNIZANT Notes

Manual Testing


Test Cases for Irctc 21

Testing notes for interviews

60243610 MindQ Suresh Testing Tools Material

Testing+Tools+Material

Software Testing Notes

Testing Notes by Nageswara Rao

Manual Testing Material


Gmail Scenarios

actiTime

K.V.rao Core Java notes

Selenium Real Time Scenarios.doc

Download
Jump to Page

You are on page 1of 154


Search inside document

1 |P a g e
SDLC :-
Software
Developme
nt Life Cycle
It is a procedure
to develop the
software.It is a
process of
creating or
altering systems
and the models
and
methodologies
that people use
to developthese
systems.Any
SDLC should
result in a high
quality system
that meets or
exceeds
customer
expectations,
reachescompleti
on within time
and cost
estimates,
works
effectively and
efficiently and is
inexpensive to
maintainand
cost effective
to enhance.Diffe
rent procedures
/ models are
available
to develop a
software
namely,
1) Waterfall
model
It is a traditional
modelIt is a
sequential
design process,
often used in
SDLC, in which
the progress is
seen as flowing
steadilydownwa
rds ( like a
waterfall ),
through the
different phases
as shown in the
figure,
REQUIREMENTS
COLLECTIONFEAS
IBILITY STUDY /
ANALYSISDESIGN
CODING /
PROGRAMMINGT
ESTINGINSTALLA
TIONMAINTAINE
NCE
Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

2 |P a g e
Requirements
Collection :-
- done by
Business
Analysts and
Product
Analysts-
gathering
requirements-
translates
business
language into
software
language
For ex,
let us consider
the example of a
banking
software.
Feasibility
Study :-
- done by
software team
consisting of
project
managers,
business
analysts,
architects,
finance,
HR,developers
but not testers-
architect

is the person
who tells
whether the
product can
be developed
and if yes, then
which
technologyis
best suited to
develop it.- here
we check for,-
technical
feasibility-
financial
feasibility-
resource feasibi
lity
Design :-
There are 2
stages in
design,HLD

High Level
DesignLLD

Low Level
DesignHLD

gives the
architecture of
the software
product to be
developed and
is done by
architects and
seniordeveloper
sLLD

done by senior
developers. It
describes how
each and every
feature in the
product should
work andhow
every
component
should work.
Here, only the
design will be
there and not
the code.
For ex,
let us consider
the example of
building a house.
Coding /
Programming :-
- done by all
developers

seniors, juniors,
freshers- this is
the process
where we start
building the
software and
start writing the
code for the
product.
Testing :-
- done by test
engineers- it is
the process of
checking for all
defects and
rectifying it.
3 |P a g e
Installation :-
- done by
installation
engineers-
to install the
product at a
client‟s place
for using after
the software
has been
developed and
tested.

For ex,
consider the
example of
a software to be
developed and
installed
at Reliance
petrol bunk.
Maintenance :-
- here as the
customer uses
the product, he
finds certain
bugs and
defects and
sends the
product back
forerror
correction and
bug fixing.- bug
fixing takes
place- minor
changes like
adding, deleting
or modifying
any small
feature in the
software
product100 %
testing is not
possible

because, the
way testers test
the product is
different from
the way
customersuse
the product.
Service

based
companies
and Product

based
companies
Service

based
companies : -
They provide
service and
develop softwar
e for other
companies
They provide
software which
is and specified
as per the client
company‟s
requirement
and never keep
the
code of the
developed
product and
does not
provide the
software to any
other company
other than
theclient
company.Ex

Wipro, Infosys,
TCS, Accenture
Product

based
companies :-
The develop
software
products and
sell it to many
companies
which may need
the software and
makeprofits
for themselvesT
hey are the sole
owners of the
product they
develop and the
code used and
sell it to other
companieswhic
h may need
the software.Ex

Oracle,
Microsoft
Drawbacks of
Waterfall
Model :-
In waterfall
model,
backtracking is
not possible i.e,
we cannot back
and change
requirements
once thedesign
stage is reached.
Thus the
requirements
are freezed once
the design of
the software
product
isstarted.
Change
in requirements

leads to change
in design

thus bugs enter
the design

which leads
tochange in
code which
results in more
bugs. Thus the
requirements
are freezed once
the design of
theproduct is
started.Advanta
ge of
requirements
freezing is we
get a stable
product because
there is no
change in
design andcode.
4 |P a g e
Drawback of
requirements
freezing

the customer
may not be
satisfied if the
changes he
requires is
notincorporated
in the product.
The end result
of waterfall
model is not a
flexible
product.Major
drawback of
waterfall model

testing is a
small phase
which is done
after coding.
Requirement is
nottested,
design is not
tested, if there is
a bug in the
requirement, it
goes on till the
end and leads to
lot of re-work.
Advantages of
waterfall
model

requirements
do not change
nor does design
and code, so we
get a
stableproduct.
Applications of
waterfall
model
:-Used in

developing a
simple
application- for
short term
projects-
whenever we
are sure that the
requirements
will not change
For ex,
waterfall model
can be used in
developing a
simple
calculator as the
functions of
addition,subtrac
tion etc and the
numbers will
not change for a
long time.
2 ) SPIRAL
MODEL
The spiral
model is shown
in the figure in
the next
page.Ra-
requirements
analysis of
module A.
Similarly with
Rb, Rc, Rd.Da

design of
module A.
Similarly with
Db, Dc, DdCa

coding of
module A.
Similarly with
Cb, Cc, CdTa

testing of
module A.
Similarly with
Tb, Tc, TdIn
Spiral model, the
software
product is
developed in
small modules.
Let us consider
the figure
shownbelow in
developing a
s/w product X. X
is built by
integrating A,B,C
and D.The
module A

requirements of
the module is
collected first
and then the
module is
designed. The
codingof
module A is
done after
which it is
tested for
defects and
bugs.The
module B

once module A
has been built,
we start the
same process
for module B.
But while
testingmodule
B, we test for 3
conditions

a)test module B
b)test
integration of
module B with A
c)test module
A.The module C

after building
module A,B, we
start the same
process for
module C. Here
we test for
thefollowing
conditions

1) test module
c, b, a 2) test for
integration of C
and B, C and A, A
and B.And thus
the cycle
continues for
different
modules. Thus
in the above
example,
module B can be
built onlyafter
module A has
been built
correctly and
similarly for
module C.
Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members


Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.
Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.
Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!
Start Free Trial
Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members


Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Trusted by over 1 million members

Try Scribd FREE for 30 days to access over 125 million titles without ads or
interruptions!

Start Free Trial


Cancel Anytime.

Reward Your Curiosity


Everything you want to read.
Anytime. Anywhere. Any device.
Read Free For 30 Days
No Commitment. Cancel anytime.

Share this document


Share or Embed Document
Sharing Options
 Share On Facebook, Opens A New Window
 Share On Twitter, Opens A New Window
 Share On LinkedIn, Opens A New Window
 Share With Email, Opens Mail Client
 Copy Text

Related Interests
 Software Testing
 Software Bug
 Overdraft
 Top Down And Bottom Up Design
 Software Engineering

Documents Similar To Qspider Software Testing Full Notes


Carousel Next

Actitime Integration Scenarios.docx


UPLOADED BY

SanÐeep Kulkarni

Selenium (Java)
UPLOADED BY

Veera Karthik G


Software Testing ( manual testing) notes
UPLOADED BY

Anoop Samal

Complete SQL Notes


UPLOADED BY

jadae911

Selenium Webdriver Tutorials


UPLOADED BY

sudheer reddy

Manual Testing Question


UPLOADED BY

Kapildev

Assignment8-Integration Test Cases for Gmail


UPLOADED BY

Vasanth Prasad

Software Testing COGNIZANT Notes


UPLOADED BY

api-3722405

Manual Testing
UPLOADED BY

bprasana7130

Test Cases for Irctc 21


UPLOADED BY
Prasad Naidu

Testing notes for interviews


UPLOADED BY

shubhamurthy8

60243610 MindQ Suresh Testing Tools Material


UPLOADED BY

Phani Arya

Testing+Tools+Material
UPLOADED BY

Eshwar Chaitanya


Software Testing Notes
UPLOADED BY

vikrant_ashwarya

Testing Notes by Nageswara Rao


UPLOADED BY

Kushal Kumar

Manual Testing Material


UPLOADED BY

anil

Gmail Scenarios
UPLOADED BY

Arshad Mubarak

actiTime
UPLOADED BY

api-3725193

K.V.rao Core Java notes


UPLOADED BY

Gautam Kumar

Selenium Real Time Scenarios.doc


UPLOADED BY

venunaini

Test Engineer Resume


UPLOADED BY
Sibi Selvaraj

Selenium Student Material


UPLOADED BY

vvenkat123

Manual Testing Real Time


UPLOADED BY

Prasad Ch

SQL Assignements[1]
UPLOADED BY

sdhulashetti


QAEngineer SQL,Manual Testing,Unix,QC,QTP,Vb Scripting
UPLOADED BY

Parinita Singh

Download Manual Testing Interview Questions PDF


UPLOADED BY

mamidala1

Mind q
UPLOADED BY

Patti Prashanth

Raghu Sir Programs


UPLOADED BY

zcvv
Popular in Business
Carousel Next

Entrepreneurship Unit 1
UPLOADED BY

PRiNCEMagNus

ICE Flooding 2016 - Delegate Pack


UPLOADED BY

Muhammad Akbar Walenna

Energy conservation in Industries. Applications and techniques.


UPLOADED BY

Hemanth Siva Kumar

Sam Townsend CV 2011


UPLOADED BY
Sam Townsend

method to improve power factor


UPLOADED BY

asim00786

Problem Solving Techniquescase Study


UPLOADED BY

madhurendrahra

BM5 Usermanual m33777 En


UPLOADED BY

Muhammad Salman


Product Information DIGSI V4 87
UPLOADED BY

Marco Velarde

calculation of tunnel blasting


UPLOADED BY

Clinton Dame

Drive LS SV IP5A Inverter Manual


UPLOADED BY

Nanang Roni Wibowo

Seaworthiness and Reasoanable Dispacth


UPLOADED BY

Kaisya Kaiyisah

Paper- The P-E Ratio


UPLOADED BY

AngsumanMitra

Multicomponent Distillation Lecture


UPLOADED BY

Haider Ali

bca cbnm 15 3.pdf


UPLOADED BY

Anonymous tnBTc9wah

Radiation2D Paper
UPLOADED BY
Sayyed Salman

Gladiator March by Sousa


UPLOADED BY

Tammye Lyn Dove-Turk

Ace Policy Wording-travel Insurance


UPLOADED BY

honeytrap99

Bro Mate
UPLOADED BY

Abubakar Sidik


r.pdf
UPLOADED BY

audiihussain

Pin Outs
UPLOADED BY

Dhanu85

FEU-CAT_form_2014-2015
UPLOADED BY

Chiara Maye Notarte

484-493 property
UPLOADED BY

BrunxAlabastro

Re 15228
UPLOADED BY

tarunsonwane

Antonio Vazquez Vs Francisco de Borja.docx


UPLOADED BY

arlo

Is There a Lack of Opportunities in Computer Vision_ - Quora


UPLOADED BY

albert mills

Information Technology Services - Main Material 12


UPLOADED BY
idegeram

Shkreli - Lehman Judgment


UPLOADED BY

Adviseandconsent

2981_8-9_TenderBulletin_a (1)
UPLOADED BY

Cassandra Stapelberg

Minor PPT
UPLOADED BY

Spandan Dash


Agility From First Principles
UPLOADED BY

Denis Ivanenko

Footer Menu
Back To Top
ABOUT

 About Scribd

 Press

 Our blog

 Join our team!

 Contact Us

 Join today

 Invite Friends

 Gifts

SUPPORT

 Help / FAQ

 Accessibility

 Purchase help

 AdChoices

 Publishers

LEGAL

 Terms

 Privacy

 Copyright

Social Media

o
o
o
o


o

 Copyright © 2019 Scribd Inc.


 Browse Books
 Site Directory
 Site Language:

EnglishChange Language

Related titles
Carousel Next

Actitime Integration Scenarios.docx

Selenium (Java)

Software Testing ( manual testing) notes

Complete SQL Notes


Selenium Webdriver Tutorials

Manual Testing Question

Assignment8-Integration Test Cases for Gmail

Software Testing COGNIZANT Notes

Manual Testing

Test Cases for Irctc 21

Testing notes for interviews


60243610 MindQ Suresh Testing Tools Material

Click To Expand Related Titles

Das könnte Ihnen auch gefallen