Software Testing
Software Testing
tarek roshdy**
(1) ISTQB --> Certifications ( 5 Days Crash Course ) ( unit Testing -->
Code )
QC is part of QA
-Psychology of testing
( 6 - 9 Theory )
( You can look the other way and find it 9 ) " Find your own mistakes"
- V Module
( Business Requirement )
(Acceptance testing)
( System Requirement)
(System testing)
( High level
Design ) (integration testing )
(Coding)
- every req is a test condition at which i should implement some test cases
(Example 1.0)
test cases :
( Positive cases )
(1)
Destination :
Cairo
check in :
15/3/2018
check out :
1/4/2018
2 adults , 1 child
, 2 room
leave im traveling
for work unmarked
hit search
(negative cases )
(1)
Destination :
leave it blank
check in :
15/3/2018
check out :
1/4/2018
2 adults , 1 child
, 2 room
leave im traveling
for work unmarked
hit search
(2)
Destination :
2325
check in :
15/3/2018
check out :
1/4/2018
2 adults , 1 child
, 2 room
leave im traveling
for work unmarked
hit search
(3)
Destination :
Cairo
check in :
1/3/2018
check out :
1/4/2018
0 adults , 0 child
, 0 room
leave im traveling
for work unmarked
hit search
expected results :
( positive )
(negative )
(1) the webpage should warn
the user to complete the required fields ( ie Destination)
states :
Bugs :
LEc 3 :
TEST DESIGN TECH
Black box testing
(1) statement