You are on page 1of 8

A

PROJECT REPORT
ON

“Test Cases For Moile Application (WhatsApp)”

Submitted in partial fulfillment of the requirement for the award of diploma in


Computer Engineering.

Submitted By:
Bhutekar Jaya Sampatrao
(1901200211)

Under The Supervision of


Mr. R. R. Khirade
(Lecturer)
(Department Of Computer Engineering)

DEPARTMENT OF COMPUTER ENGINEERING

GOVERNMENT POLYTECHNIC,JALNA
2021-2022
Certificate

This is to certify that the Micro Project titled

“ Test Cases For Moile Application (WhatsApp)”

Carried out under guidance of Mr.R.R.Khirade, Lecturer,


COMPUTER ENGINEERING department and submitted to the
department of computer engineering

Submitted By:
Jaya sampatrao Bhutekar
(1901200211)

As the partial fulfilment of Fifth semester Subject course of “Software Testing”


code:22518 during Summer-2021-2022

Mr.R.R.Khirade Mr.P.B.Agrawal
Guide and Lecturer Head of Department
Department of Computer Engineering Department of Computer Engineering

Department of Computer Engineering


Government Polytechnic,Jalna
Gondia 2021-2022
Acknowledgement
This is completed micro-project work comes as a gift to me. After all, the
effort that has gone into it has been a beautiful endeavor only because of the
valuable guidance of our guide and well-wishers.

We wish to extend our heartfelt gratitude to our guide Mr. R. R. Khirade for
their constant guidance, encouragement, motivation for every stage of this
work. Make this micro-project a success. Finally we are proud to express our
gratitude and respect to each member of this group.

Sr.no Name of Student Enrollment


No
1 Jaya Sampatrao 1901200211
Bhutekar

Under the Guidance of,


Mr. R. R. Khirade
Guidance & Lecturer
Department of Computer Engineering
Government Polytechnic,Jalna
2021-2022
Content

SR NO TITLE PAGE
NO.

1. Proposal 1
2.
Rational 4
Aims/Benefts of the micro-project
3. 5
Abstract
4. 6

7
5.
Introduction

Skill Developed /Learning outcome of this 15


6.
Microprojects

Applications of this Micro-Project 16


7.

Conclusion 17
8.

Reference 18
9.
Abstract

This, obviously, is to assure a certain level of quality before an application is


released into the market place (app store/ play store). Mobile Application
development life cycle generally tends to be much shorter than other, hence, heavily
depend on mobile application testing for their success. There has been tremendous
growth in the use of mobile device over the last few years. This growth has fuelled
the development of millions of software applications for these mobile devices often
called as apps.
1. Introduction

Mobile Application testing is the process every application developed for


handheld devices has to go through. This, obviously, is to assure a certain level of
quality before an application is released into the market place (app store/ play store).
Mobile Application development life cycle generally tends to be much shorter than
other, hence, heavily depend on mobile application testing for their success. Phone
get tested on the basis of security, their functionality, usability etc. This increases the
general efficient of the phone on all fronts while also increasing the reliability factor
amongst users. Nowadays mobile phones are not only used for just calling those are
also used for computing purpose and the demand of smart phone is increasing
exponentially, Due to internet and smart phone devises all desktop web apps are
now building for mobile devices.
1. What is Test case?
A test case is a document, which has a set of test data, preconditions, expected
results and postconditions, developed for a particular test scenario in order to
verify compliance against a specific requirement. Test Case acts as the starting
point for the test execution, and after applying a set of input values, the application
has a definitive outcome and leaves the system at some end point or also known as
execution postcondition.

2. Typical Test Case Parameters:

• Test Case ID
• Test Scenario
• Test Case Description
• Test Steps
• Prerequisite
• Test Data
• Expected Result
• Test Parameters
• Actual Result
• Environment Information
• Comments

3. Two types of Test cases are there:

1) Positive Test Cases


2) Negative Test Cases
A) Positive Test Cases are:

1. Installation Testing
2. UI Testing: or Design based Testing
3. Usability testing
4. Functional Testing
5. Non-Functional Testing
6. Performance and load Testing
7. Security and Compatibility testing

4. Installation Testing:
1) Check that a user can download the WhatsApp application from Play Store or
App store or not.
2) Check that a user can register with a new mobile number.
3) Check that user is getting a verification code on his mobile when he/ she
register with a new mobile number.
4) Check that after filling the verification code application verifies the new user
account.
5) We will also check that how many incorrect attempts are allowed while
filling the verification code.
6) Check that after successful registration on application all the contacts in
user's contact directory must show on WhatsApp contact list if they are
using WhatsApp application.
7) Check that if mobile number is already register on application then the new
account registration must not allow with the same mobile number.

5. UI Testing: or Design based Testing:

Each mobile application is unique in design and follows a particular pattern for the
design. So, we have to write the test cases for the same.

You might also like