Vedic Vidyashram Senior Secondry School: Computer Science Project
Vedic Vidyashram Senior Secondry School: Computer Science Project
Project by
VISHNU PRIYAN .S
GURUASHOKAN.G
SARAVANAN.K
CONTENTS
PAGE
S.NO TITLE
NO.
01. INTRODUCTION
02. OBJECTIVE
08. OUTPUT
10. CONCLUSION
11. BIBLIOGRAPHY
INTRODUCTION
good software.
not to wise saying “to err is human” no longer valid, it’s outdated
to rationalize your mistake. So, to keep pace with time, to bring about
initially had to maintain a lot of ledgers and a lot of paper work has
their work faster and easier. Now only this software has to be loaded
PHYTHON-MYSQL
CONNECTING
name:')
sql_insert="insert into customer_details
values(""'"+customer_name+"'," "'"+product_name+"'"")"
c1.execute(sql_
print('SUCCESSFULLY
REGISTERD'insert)
conn.commit())
elif choice==2:
customer_name=input('enter the customer
name:')
product_type=input('enter the product
type:')
product_brand=input('enter the product
brand:')
product_available=input('ONLY 3000 stocks
available:')
sql_insert="insert into products_brand
values(""'"+customer_name+"'," "'"+product_type+"'"")"
"'"+product_brand+"'," "'"+products_available+"'"")"
c1.execute(sql_insert)
conn.commit()
print('SUCCESSFULLY REGISTERD')
elif choice==3:
demanding_quantity=input('enter the
quantity: ')
sql_insert="insert into order_placement
values(""'"+customer_name+"'," "'"+product_name+"',"
"'"+demanding_quantity+"'"")"
c1.execute(sql_insert)
conn.commit()
print('successfully registerd')
elif choice==4:
customer_name=input('enter the customer
name:')
mobile_number=input('enter mobile number:')
address=input('enter your address:')
date_to_deliver=input('enter the date:'
sql_insert="insert into order_details
values(""'"+customer_name+"'," "'"+mobile_number+"',"
"'"+address+"'," "'"+date_to_deliver+"'"")"
c1.execute(sql_insert)
conn.commit()
print('SUCCESSFULLY REGISTERD')
elif choice==5:
customer_name=input('enter the customer
name:')
order_number=input('enter the order
number:')
products_contained=input('enter the product
contained in your order:')
reason_for_cancelation=input('enter the
reason for cancelling the order:')
confirm_cancelation=input('say YES or NO:')
"'"+products_contained+"',"
"'"+reason_for_cancelation+"',""'"+confirm_cancelation+"'"")"
c1.execute(sql_insert)
conn.commit()
print('SUCCESSFULLY REGISTERD')
elif choice==6:
sql_s="select*from customer_details"
c1.execute(sql_s)
a=c1.fetchall()
for i in a:
print(i)
break
elif choice==7:
sql_s="select*from products_brand"
c1.execute(sql_s)
a=c1.fetchall()
for i in a:
print(i)
break
elif choice==8:
sql_s="select*from order_placement"
c1.execute(sql_s)
a=c1.fetchall()
for i in a:
print(i)
break
elif choice==9:
sql_s="select*from order_details"
c1.execute(sql_s)
a=c1.fetchall()
for i in a:
print(i)
break
elif choice==10:
sql_s="select*from cancellation_of_order"
c1.execute(sql_s)
a=c1.fetchall()
for i in a:
print(i)
break
else:
print('sorry')
OUTPUT
TESTING
Software Testing is an empirical investigation
conducted to provide stakeholders with information about the
quality of the product or service under test[1]
, with respect to the context in which it is intended to operate.
Software Testing also provides an objective, independent view
of the software to allow the business to appreciate and
understand the risks at implementation of the software.
Test techniques include, but are not limited to, the process of
executing a program or application with the intent of finding
software bugs.
It can also be stated as the process of validating and
verifying that a software program/application/product meets
the business and technical requirements that guided its design
and development, so that it works as expected and can be
implemented with the same characteristics. Software Testing,
depending on the testing method employed, can be
implemented at any time in the development process, however
the most test effort is employed after the requirements have
been defined and coding process has been completed.
HARDWARE AND SOFTWARE
REQUIREMENT
I. OPERATING SYSTEM : WINDOWS 7 AND
ABOVE
OR AMD
ATHALON(3800+
- 4200+ DUAL
CORE)
SOFTWARE REQUIREMENT:
I. Windows OS
II. Python