0 ratings0% found this document useful (0 votes) 35 views13 pages1.types of Software Testing
Different types of software testing
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here.
Available Formats
Download as PDF or read online on Scribd
Types of Software Tati)
oe
° Tntegond) 945 fey Raakss8
oe rat Pree ae es TORT)
l Unit RY
Tat B-test Acres Resid
Fall RI
© Scanned with OKEN Scanner_ UNIT-4
Testing ¢
Testing s Teatlng means Sottwane fatlig. Mt Finding She 4
Gn the developed sha orp extatn§ Siu. oY
Before moving h
: ing Tyres ot Tested ae rust tearm brat
1) Black bex ony we tent tosti
it) White box testy” x) Sliuctaral test}
Bish box tating Black box tse ya tate} =
The fester docs not Anve The Wnowkedge oF Sra cocking
Tn Hats Me Bester only check Bre Junchonality oF She sf,
le Input be pass at output Te slo Produce
Input —> output
AWARE bow teshing 5 Yr woffa box Josting, Tre tester os Te
‘knnakge of eodiny and Gafernab stvuctave op exist} shu
hethes the tnlernal atiuclire & workin} pooperly ox net.
Git sting 4a To Beck Wie mde mot
edule of Sh.
i. infegrale
anki,
i) Unit testing &
Fadviduad unit or
all Hye emodules one Uy one
iu) dulegral Testis
et Ma Compartibility ixsuers (ie, cheek whelker one
ON dk ts compertoble OE igen mnodtale or nok)
ran Testing In Pais tabs, ve pub Me sho
’ see ee heer whether She sho “ay com
environment e b
wh new) environmen 7 = 7
with ie the Quand pte wiht be Porbrved
un dittert
porkible
fabs
check, how She Agstem
pester.
ogg Ald Leatinng » o/®
wate ese | Bey Lpnsicty of Me ste. suo meh
‘Lehaves “E* vt en
toad sho O77 dle.
daze
© Scanned with OKEN ScannerW) Retermonce Tein
It checks The Sheed ond effectiveness of dhe she
Zo make sire that it generate Bee mesulh wilh in The
Shified fone
vo) Usekility 2 Ja his testing, we check dhe GUI Graphical
caer port creked dy developer to cheek wheter
2 destyn of Sho is user triendly ov not:
Fhe GUI per
tx) Accertance Testrn Thies Testing 44 deme by Ike customer fo
chek AC delivered Predwet meets Hic veguivement anc
Works as a customer accepttion. by fe elee
_ pers in olme Leveloper
2) Alpha Testing) This to She bart deating a
Sde i ehact. Io eatine)
Bide just bakin Me cetwvary of dhe protic. Ie Be
The devote tect He rn cond men Be eel tity
xi) Bate Testing Tn ths fete pes dhe develogmun® Ream
DT a pe i, SON ull oF woh
whether the sho 4 povide gree
© Scanned with OKEN ScannerRegression Testing
Regression testing is a type of software testing that
verifies that changes made to the system, such as
bug fixes or new features, do not impact
previously working functionality.
© Scanned with OKEN ScannerRegression Testing
1. This is also a type of software testing.
2. In this type of software testing we just retest any code or
program after adding some new future or line of codes to it.
3. This testing helps us to make it sure the new addition to the
already working code is not making any problem in the
functionality of code.
(© scanned with OKEN ScannerNeeds of Regression Testing
* Change in requirement on some demand.
* New feature is added to the software.
° After defect fixing.
* After Performance issue fixing
* Note: If you performed all these fixing by adding something
new then you will perform regression testing.
© Scanned with OKEN ScannerDifference b/w Regression &
Re-testing
* There is a minor difference between these two put sometime
people use them for representing same thing.
* Regression is when you test after adding some nee code.
* Re-Test is when you do not add some new code fix the issue
without addition and check if the error is still there.
© Scanned with OKEN ScannerPractical Exampleee
B-S lw | 2 ~- ~ | Db Local Windows Debugger ~
using std namespace;
Svoid This_is_ fun()
{
x
Sint main()
cout << “This is function number 1”;
This_is_fun();
© Scanned with OKEN Scannerte a3| 8
DO |B - 2) P| 'D~ S-| » LpcatWindows Debugger - C - [Debug -)| | at
© This is fun0
(Global Scope)
include
using std namespace;
Svoid This_is fun()
{
I
Sint main()
{
out << “This is function number 1°;
This_is_fun();
} Microsoft Visual Studio x
© —_ There were build ers. Would you lke to continue and run the last
successful build?
~« eq
[00 not show this dialog again
© Scanned with OKEN Scanner(Global Scope)
#include
using namespace std;
=void This_is fun()
{
cout << “This is function number 1"; I
getchar();
}
= int main()
{
}
This_is_fun();
© Scanned with OKEN Scannero- mw) a7 o-
(Glo Select c:\users\ccs\documents\visual studio 2013\P:
“This is function number 1
‘Scanned with OKEN Scanner