4
Asante Kobby Emmanuel AnnorImplementation 2 Report 1. Time Sheet Date Time Spent Work Done 15 th April 2016 2 hours Drawing of sequence diagram, creation of database 16 th April 2016 4 hours Writing code for ajax implementation, review of css code 17 th April 2016 35 minutes Editing of sequence diagram 18 th April 2016 2 hours Testing of ajax implementation code 19 th April 2016 3 hours Editing of ajax implementation code 20 th April 2016 1 hour Code commenting, code testing 21 st April 2016 2 hours Editing code of ajax implementation 22 nd April 2016 8 hours Creating of git branch online, Various testings, code formatting and commenting 23 rd April 2016 7 hours Editing of code, commenting, correcting errors in code 24 th April 2016 11 hours Editing of ajax implementation, various testings, 25 th April 2016 10 hours Testing of code, review of css code , code formatting and commenting

g Implementation 2 Report

Embed Size (px)

DESCRIPTION

NEW WORLD

Citation preview

Page 1: g Implementation 2 Report

Asante Kobby Emmanuel Annor Implementation 2 Report

1. Time Sheet

Date Time Spent Work Done15th April 2016 2 hours Drawing of sequence

diagram, creation of database

16th April 2016 4 hours Writing code for ajax implementation, review of css code

17th April 2016 35 minutes Editing of sequence diagram18th April 2016 2 hours Testing of ajax

implementation code19th April 2016 3 hours Editing of ajax

implementation code20th April 2016 1 hour Code commenting, code

testing21st April 2016 2 hours Editing code of ajax

implementation22nd April 2016 8 hours Creating of git branch

online,Various testings, code formatting and commenting

23rd April 2016 7 hours Editing of code, commenting, correcting errors in code

24th April 2016 11 hours Editing of ajax implementation, various testings,

25th April 2016 10 hours Testing of code, review of css code , code formatting and commenting

2. Specification for requirement,The IRB Application Form portal should allow the user applyi ng for an IRB to submit his or her completed IRB application to the IRB board.

3. Sequence diagram,

Page 2: g Implementation 2 Report

Asante Kobby Emmanuel Annor Implementation 2 Report

3. Unit test report,

Unit Test point Testing ResultSQL statement to submit completed IRB Application form

Write SQL statement with test inputs and run itusing phpMyAdmin.Test input: Fill required formsExpected Result: Confirmation message on successful submission of form

Success result: SQL statement executed successfully and display of a confirmation message on row inserted

SQL statement to submit completed IRB Application form

Write SQL statement with test inputs and run itusing phpMyAdmin.Test input: Do not Fill required formsExpected Result: Error message requesting you to fill all required fields on the form

Success result: SQL statement executed successfully and display of a confirmation message on row inserted

Click the “submit” button on the IRB Application HTML form

Fill required fields on the IRB Application HTML formand click the “submit” button Test input: Fill required fieldsExpected Result: Page should not reload

Success result: SQL statement executed successfully as the title of the new form submitted was displayed in phpMyadmin. Page did not reload.

Page 3: g Implementation 2 Report

Asante Kobby Emmanuel Annor Implementation 2 Report

Click the “submit” button on the IRB Application HTML form

Do not fill any field on the IRB Application HTML formand click the “submit” button Test input: don not fill any field on the formExpected Result: Error message requesting you to fill all required fields on the form

Failure result: SQL statement executed successfully and display of a confirmation message on successful submission of form

submitForm method incompletedapp class

Write a code to create object of the class andcall the method with test inputs and compareoutput in databaseTest input: $ProjectTitleExpected Result: return successful if name stored in the $ProjectTitle variable is displayed in the database when checked on phpMyAdmin

Successful

submitForm method incompletedapps class

Write a PHP unit test to test the codeInput: $ProjectTitleOutput: True or falseAssert Condition: if $ProjectTitle is passed as a parameter successfully, then the submitForm method should be able to execute the query in the database successfully

Successful

4. Professional test result by Mahesh

Emmanuel Asante Kobby Annor’s functional requirement is to submit a completed IRB Application form to the database using ajax implementation. On filling the details of the form and clicking the “submit “ button, the page did not reload

5. How the submit feature implemented can be tested.Fill all required fields on the IRB application form and click the "submit" button once you are done filling the required fields. The details of your form would be submitted into the database.