Ste Micro Om
Ste Micro Om
Semester: V
A MICRO PROJECT
On
TEST CASES ON YOUTUBE APPLICATION
Submitted By
Sr. No. Roll No. Name of student Enrollment No. Seat No.
1 42 PRATIK SUNIL GAIKWAD 2018000093 417359
2 37 OM SUNIL MORE 2018000087 417354
3 45 HARSH SHARAD KORDE 2018000139 417362
Project Guide
Prof. K. M. Kamale
Maharashtra State Board of Technical Education, Mumbai
Dr.M.S.Gosavi Polytechnic Institute Nashik Road , Nashik.
CERTIFICATE
Sr. No. Roll No. Name of student Enrollment No. Seat No.
1 Rationale
2 Introduction
Introduction on topic:
3
6 Conclusion
7 References
1.0 Rationale:
Aim of the Micro-Project:
1) Finding the defects which may get created by the programmer while developing the software.
2) Gaining confidence in and providing information about the level of quality
3) Find out defect and issue.
4) To prevent defects.
Resources Used-
Although like other products software never suffers from any kind of wear or tear or corrosion but yes,
design errors can definitely make your life difficult if they go undetected. Regular testing ensures that the
software is developed as per the requirement of the client. However, if the software is shipped with bugs
embedded in it, you never know when they can create a problem and then it will be very difficult to rectify
defect because scanning hundreds and thousands of lines of code and fixing a bug is not an easy task.
You never know that while fixing one bug you may introduce another bug unknowingly in the system.
Software testing is now a very significant and integral part of software development. Ideally, it is best to
introduce software testing in every phase of software development life cycle. Actually a majority of
software development time is now spent on testing.
3. Test items A test item is a software item that is the application under test.
5. Features not to be Identify the features and the reasons for not including as part of
tested testing.
7. Item pass/fail Documented whether a software item has passed or failed its
criteria test.
8. Test deliverables The deliverables that are delivered as part of the testing
process,such as test plans, test specifications and test summary
reports.
9. Testing tasks All tasks for planning and executing the testing.
We will write variety of test cases to check the functionality of youtube . The video files
on Youtube are flv files, that are run on flash player.
We will test a variety of issues like Reverse , Forward , Full Screen , Mute , Un mute, the
buffering, the max possible length of the video file that can be played, the video that is
uploaded should be playable on the site, the different video file format that can be
uploaded and played, the pause-stop-play-replay functionality.
It should also show different options on the left side of the page like home, history,
subscriptions, watch later etc
we are preparing test cases for Youtube application in that way we will write the
number of test cases to cover different functionalities.
TEST CASES FOR YOUTUBE APPLICATION