What Is Difference Between SDLC and STLC
What Is Difference Between SDLC and STLC
SDLC defines all the standard phases which are invol ved during the
software development process ,whereas the STLC process defines
various activities to improve the quality of tbe produc
2. What is SDLC ?
The Software Developmenrt Life Cycle is a structured process that
enables the product of high – quality, low-costsoftware , in the shortest
possible production time .
The goal of the sdlcis to produce superior software that meets and
exceeds all customer expections and demands.
4 what is STLC?
STLC stand for SOFTWARE TESTING LIFE CYCLE
STLC is a sequence of different activities performedby the testing team
to ensure the quality of the software or the product .
STLC is an integral part of SDLC but STLC deals only with the testing phases.
During product development phases of STLC may be performed multiple times
untila product is deemed suitable for release.
7 What is V – MODEL?
The V-model is type of process of SDLC model where sequential manner in
V- shape. It is also known as Verification and Valdation model. It is based on
the association of testing phase for each corresponding development
stage.Developmentof each step directly associated with the resting phase.
What is QA and QC?
A way of ensuring that quality requirements will be fulfilled – the product will be
“Fit for purpose” and made “right the first time”
QC: A process of fulfilling quality requirements and focus of identifying defects.
8 What is integration testing .
8 What is integration testing
n Black-box testing, a tester doesn’t have any information about the internal
working of the software system. Black box testing is a high level of testing that
focuses on the behavior of the software. It involves testing from an external or
end-user perspective. Black box testing can be applied to virtually every level of
software testing: unit, integration, system, and acceptance.
White box testing is a technique testing which checks the internal functioning
of the system. In this method, testing is based on coverage of code statements,
branches, paths or conditions. White-Box testing is considered as low-leve
13 what is deference between verification and validation.
Verification in Software Testing is a process of checking documents, design,
code, and program in order to check if the software has been built according to
the requirements or not. The main goal of verification process is to ensure
quality of software application, design, architecture etc. The verification process
involves activities like reviews, walk-throughs and inspection.
The interface is visible to the user. Especially the focus is on the design
structure, images that they are working properly or not.
15 What is input domain testing what are techniques will use in input domain ?