EXAMPLE OF SYSTEM TESTING�
TESTING DAN IMPLEMENTASI SISTEM
Here, we are going to test the Gmail application to understand how functional, integration, and System testing works.
Suppose, we have to test the various modules such as Login, Compose, Draft, Inbox, Sent Item, Spam, Chat, Help, Logout of Gmail application.
We do Functional Testing on all Modules First, and then only we can perform integration testing and system testing.
In functional testing, at least we have one module to perform functional testing. So here we have the Compose Module where we are performing the functional testing.
The different components of the Compose module are To, CC, BCC, Subject, Attachment, Body, Sent, Save to Draft, Close.
File size at maximum , Different file formats, Total No. of files, Attach multiple files at the same time, Drag & Drop, No Attachment, Delete Attachment, Cancel Uploading, View Attachment, Browser different locations, Attach opened files
Once we are done performing functional testing on compose module, we will do the Integration testing on Gmail application's various modules:
Login
Compose
Inbox
Sent Item
Draft
Chat