Test Note
Test Note
S3:Implementation
Coding--Java
S4:Testing
Validating the requirement[Are we building the right product?]-Validation
Verifing the code [Are we building product right?]-Verification
S6:Maintenance:
1.Fix Bug
2.Adding new Features
Trigger the mail/Message to the scholars whose percentage is below 90.
Product Vs Process
Attd management Sys Vs
SDLC:
1. Requirements:
- Online users
- Web app or mobile app
- Main Functions:
- Funds transfer…
2. Design:
- Design document about algorithm, flowchart, use case
3. Implementation: coding:
4. Testing
5. Deployment
6. Maintenance:
Exercise:
-future requirement: the account should be available in all formats PDF, Excel.
"Zebra Kingdom" is a brand new Amusement park that is going to be inaugurated shortly in the
City and is promoted as the place for breath-taking charm. The theme park has more than 30
exhilarating and thrilling rides and as a special feature of the park, the park Authorities have
placed many Booking Kiosks at the entrance which would facilitate the public to purchase their
entrance tickets and ride tickets.
There are few rides in the park that are not suitable for children and aged people, hence the
park Authorities wanted to program the kiosks to issue the tickets based on people’s age. If the
age given is less than 15 (Children) or greater than 60 (Aged), then the system should display as
"Not Allowed", otherwise it should display as "Allowed".
algorithm:
1. get the age
2. Consider:
age <15 or age > 60 --> display "Not allowed"
otherwise --> display "Allowed"
3.
START
Age = 0
If(age< 15 or age >60)
print NotAllowed
else
print Allowed
END
Testing the Food ordering online app:
Unit Test: for cart
- add item to cart
- update quantity
- delete item
- show and view item
- Check storage function of the cart after log out
Intergration testing: (
- Checking detail data of food which is saved in database when resturants post thier food.
- Check detail information of buyer and driver when register.
System testing:
- Check for all funtions for a buyer: login, search, food cart, book a driver, place an order
- check function for seller(restaurants): login, post their product(food), post their discount(if
have), recieve oders form buyer
- Check funtion for driver: login, revivce order delivery from buyer and
Account number:
Loan amount:
R1 R2 R3 R4 R5 R6 R7 R8
Customer T T T F F F F T
Account T F F T T F F F
Loan T T F T F T F T
action Accepted Unaccepted Unaccepted Unaccepted Unaccepted Unaccepted Unaccepted Unaccepted
Actor: Customer
Test case Test case 1 Test case 2 Test case 3 Test case 4
Start State Welcome to ATM ATM ask System display ATM ask
system customer for menu of customer for
enter PIN transaction other transaction
Input Insert card Enter PIN User choose Customer: want
withdraw money to finish
transaction transaction
Output Reading card and Valid PIN Transaction is ATM ejects card
accepted performed
Finish State ATM ask System display ATM ask End Process
customer for menu of customer for
enter PIN transaction other transaction
S
Only 6 test case design.
Note = desription
Better = one tag exit in only one test case