HeaderSIS.jpg

Difference between revisions of "IS480 Team wiki:2017T2 Bunanas User Testing"

From IS480
Jump to navigation Jump to search
(Changed btn & bkgrd color)
Line 3: Line 3:
 
<br>[[Image:BunanasLogo.png|center|1250x200px]]<br><br>
 
<br>[[Image:BunanasLogo.png|center|1250x200px]]<br><br>
 
<!--Header Start-->
 
<!--Header Start-->
<div style="background-color:#F5F5F5">
+
<div style="background-color:#FFFFFF">
 
{|style="background-color:#666666; color:#F5F5F5; padding: 10 0 10 0;" width="100%" cellspacing="0" cellpadding="0" valign="top" border="0"  |
 
{|style="background-color:#666666; color:#F5F5F5; padding: 10 0 10 0;" width="100%" cellspacing="0" cellpadding="0" valign="top" border="0"  |
 
| style="font-family:'Arial Black'; padding:0.3em; font-size:100%; background-color:#666666;  border-bottom:0px; text-align:center; color:#F5F5F5" width="10%" |  
 
| style="font-family:'Arial Black'; padding:0.3em; font-size:100%; background-color:#666666;  border-bottom:0px; text-align:center; color:#F5F5F5" width="10%" |  
Line 32: Line 32:
 
<!--Sub Header Start-->
 
<!--Sub Header Start-->
 
&nbsp;
 
&nbsp;
{| style="background-color:#F5F5F5; text-transform: uppercase; font-size:14px; font-weight: bold; text-align:center; padding: 5px 0 0 0;" width="100%" height=50px cellspacing="0" cellpadding="0" valign="top" border="0" |
+
{| style="background-color:#FFFFFF; text-transform: uppercase; font-size:14px; font-weight: bold; text-align:center; padding: 5px 0 0 0;" width="100%" height=50px cellspacing="0" cellpadding="0" valign="top" border="0" |
  
 
| style="vertical-align:top;width:14.28%;" | <div style="padding: 3px; line-height: wrap_content; border-bottom:1px dashed #666666; font-family:helvetica"> [[IS480_Team_wiki:2017T2 Bunanas Personas and Scenario |<font color =#666666><b>Personas & Scenarios</b></font>]]
 
| style="vertical-align:top;width:14.28%;" | <div style="padding: 3px; line-height: wrap_content; border-bottom:1px dashed #666666; font-family:helvetica"> [[IS480_Team_wiki:2017T2 Bunanas Personas and Scenario |<font color =#666666><b>Personas & Scenarios</b></font>]]
Line 52: Line 52:
 
<!--Sub Header End-->
 
<!--Sub Header End-->
 
<br>
 
<br>
{| style="background-color:#F5F5F5; text-transform: uppercase; font-size:14px; font-weight: bold; text-align:center; padding: 5px 0 0 0;" width="100%" height=50px cellspacing="0" cellpadding="0" valign="top" border="0" |  
+
{| style="background-color:#FFFFFF; text-transform: uppercase; font-size:14px; font-weight: bold; text-align:center; padding: 5px 0 0 0;" width="100%" height=50px cellspacing="0" cellpadding="0" valign="top" border="0" |  
  
 
| style="vertical-align:top;width:50%;" | <div style="padding: 3px;line-height: wrap_content;  border-bottom:5px solid #8bb737; font-family:helvetica"> [[IS480_Team_wiki:2017T2 Bunanas User Testing| <font color =#8bb737><b>Internal Testing</b></font>]]
 
| style="vertical-align:top;width:50%;" | <div style="padding: 3px;line-height: wrap_content;  border-bottom:5px solid #8bb737; font-family:helvetica"> [[IS480_Team_wiki:2017T2 Bunanas User Testing| <font color =#8bb737><b>Internal Testing</b></font>]]

Revision as of 16:49, 3 January 2018


BunanasLogo.png



Team Hei Home.png   HOME

 

Team Hei About.png   ABOUT US

 

Team Hei Overview.png   PROJECT OVERVIEW

 

Team Hei Mgmt.png   PROJECT MANAGEMENT

 

Team Hei Doc.png   DOCUMENTATION

 


Objectives & Scope

During every sprint, testing is done on every functionality which has been developed – including those which were implemented in the previous sprints. The objective of regression testing differs from UAT and functional testing. Through regression testing, we will be focusing on problems that arise after the software has been modified, also referred to as software regression. Many factors like changes in common utility services, networking configuration or even user input may be responsible for regression, which is our focus. Alongside, through functional testing, we will be focusing on whether aspects of the software implementation are working to fulfil the project requirements.

To ensure consistency and compatibility of our software implementation, we test our product across multiple systems and platforms:

  • Operating Systems:
    • Windows 10.1
    • macOS Sierra 10.12.6
  • Browsers:
    • Google Chrome
    • Firefox
  • Devices:
    • iPhone 7
    • Oppo A57
    • Samsung S7

Testing Procedure

Quality Assurance (QA) is responsible for the execution of the test plan in every sprint. Our team does not believe that the iteration is fulfilled when functions are implemented, but rather continual testing and maintenance is equally crucial in our efforts to deliver an optimal product. Therefore, our team engages in manual testing in every sprint, which spans from start to end of the iteration.

Testing Lifecycle:

1. Development Phase

Every individual developer conducts local testing as they develop, on the functionalities they are assigned. Concurrently, Quality Assurance constructs test cases for all functions being developed in the currently sprint, to stress test the product.

2. Initial Testing

Quality Assurance works alongside the respective developers to test the functions against the test cases. All bugs found are recorded into the Bug Log document. Respective developers debug the functions which they are assigned, starting from the most severe bugs. Quality Assurance verifies, through testing against test cases again, that known bugs have been resolved.

3. Staging Server

After all known bugs are resolved, application is hosted on staging server for regression testing. Quality Assurance carries out regression testing against all past test cases. Like before, all bugs found in this stage is also logged onto the Bug Log document. Respective developers debug known bugs and Quality Assurance verifies.

4. Production Server

After all known bugs are resolved, software implementation is pushed to production server, where Quality Assurance conducts last round of regression testing. All bugs found are documented and worked on by respective developers like before. After so, testing documentation is finalized and uploaded to wiki.
Should there be deviations and delay in debugging, Quality Assurance will report and discuss with Project Manager with regards to development cycle, and severity of the bug. If the bug is major, Project Manager will decide to halt all oncoming development work, till another round of debugging and testing is done. Minor bugs can be covered, and debugged during the next debugging session of the following sprint.