Project Prototype 4
Project Prototype 4
SESSION: 2024-25
Submitted To Submitted By
MS. SUMATI OMER UPENDRA SINGH
Acknowledgement
2. Rapid Development
• Python enables quick prototyping and iteration, so
features like account management, transaction tracking,
and user authentication can be developed and tested
faster.
4. Security Features
• While Python itself isn't inherently secure or insecure, it
provides tools and frameworks (like Django’s built-in
security features) that help implement:
o Data validation
o Password hashing
o Secure session management
8. Cross-Platform Compatibility
• Python apps can run on Windows, macOS, and Linux
without major changes—helpful if you deploy the system
across different machines.
Hardware
ClientDeposition = 0
ClientWithdrawal = 0
ClientBalance = 0
disk1 = 1
disk2 = 7
u=0
rint("****************************************************
********") print("========== WELCOME TO ITSOURCECODE
BANKING SYSTEM ==========")
print("***************************************************
*********") print("========== (a). Open New Client Account
============") print("========== (b). The Client Withdraw a
Money ============") print("========== (c). The Client Deposit a
Money ============") print("========== (d). Check Clients &
Balance ============") print("========== (e). Quit
============")
print("***************************************************
*********") EnterLetter = input("Select a Letter from the Above Box
menu : ")
rint("****************************************************
********") print("========== WELCOME TO ITSOURCECODE
BANKING SYSTEM ==========")
print("***************************************************
*********") print("========== (a). Open New Client Account
============") print("========== (b). The Client Withdraw a
Money ============") print("========== (c). The Client Deposit a
Money ============") print("========== (d). Check Clients &
Balance ============") print("========== (e). Quit
============")
print("***************************************************
*********") EnterLetter = input("Select a Letter from the Above Box
menu : ")
1. Functional Testing
2. Structural Testing
functioning testing.
modules are combined into sub-system, which are then tested. The
goal here is
decision on their true and false side, executes all loops at their
First all the modules are integrated to form a system and then this
In the Testing of IAS, both these testing methods are applied. The
different units were initially tested independently, and then all the
units were combined into one to form the system. This system was
again tested. All the test conditions were planned in advance and
documented in the Unit Test Plan (UTP) and System Test Plan (STP).
Role in Testing:
IUT: Extensive testing was done for the Endorsement report. The
errors that were found were later removed.
UTP: Unit testing was done for the Release order Report, Checklist