際際滷

際際滷Share a Scribd company logo
PROJECT:
QUIZ WEBSITE
Developing & Performing Testing Techniques
Quiz Website
Gathered all
required
information
about the
project.
Step 1
Requirement
Gathering
Created
Architecture
and GUI for the
project
Step 2
Design Development
Step 3
Coding
Perform certain
type of testing
Step 4
Testing
Technology
 Front end: Java (JSP)
 Back end: MySQL Database
 HTML , CSS , JavaScript
Requirements
 Admin shall Log in to the Website.
 Admin shall start the quiz and can also delete all the pervious results.
 Admin shall select no. of teams participating in the Quiz, No. of questions, Marks for
correct answer, Marks for wrong answer, Total marks and Passing marks.
 Admin shall save the quiz details into database.
 Admin shall display rules for the quiz.
 Teams shall play the Quiz.
 Finally, Admin shall show the scores and Display the winner of the game.
Design Flow
Welcome Page
Click Here
Admin Login
Page
Username
Password
Admin Welcome Page
Start Quiz
Delete All Quiz
Quit
Database
Quiz details
No. Teams =
No. Question =
Marks for correct =
Marks for Wrong =
Total marks =
Pass marks =
Save Clear Mainmenu
Rules of
Quiz
Start Quiz
Question 1
Option 1
Option 2
Option 3
Option 4
Next
Final Score of
Each Team =
Winner =
Play Again
Screen Dumps
Screen Dumps
Testing
 Types of Testing
Automation Testing
Data Driven Testing
Performance Testing
Unit Testing
Load Testing
Testing Tools
 Selenium
 JUnit
 Browsermob Proxy
 Apache POI
 Firebug
Testing Prototype
 Test Script
Project Testing
Project Testing

More Related Content

Project Testing

  • 1. PROJECT: QUIZ WEBSITE Developing & Performing Testing Techniques
  • 2. Quiz Website Gathered all required information about the project. Step 1 Requirement Gathering Created Architecture and GUI for the project Step 2 Design Development Step 3 Coding Perform certain type of testing Step 4 Testing
  • 3. Technology Front end: Java (JSP) Back end: MySQL Database HTML , CSS , JavaScript
  • 4. Requirements Admin shall Log in to the Website. Admin shall start the quiz and can also delete all the pervious results. Admin shall select no. of teams participating in the Quiz, No. of questions, Marks for correct answer, Marks for wrong answer, Total marks and Passing marks. Admin shall save the quiz details into database. Admin shall display rules for the quiz. Teams shall play the Quiz. Finally, Admin shall show the scores and Display the winner of the game.
  • 5. Design Flow Welcome Page Click Here Admin Login Page Username Password Admin Welcome Page Start Quiz Delete All Quiz Quit Database Quiz details No. Teams = No. Question = Marks for correct = Marks for Wrong = Total marks = Pass marks = Save Clear Mainmenu Rules of Quiz Start Quiz Question 1 Option 1 Option 2 Option 3 Option 4 Next Final Score of Each Team = Winner = Play Again
  • 8. Testing Types of Testing Automation Testing Data Driven Testing Performance Testing Unit Testing Load Testing
  • 9. Testing Tools Selenium JUnit Browsermob Proxy Apache POI Firebug