Research Article

Development and Application of New Quality Model for Software Projects

Table 1

Code review form.

Project name: Credit Card Transaction Code Review Form
Date of walkthrough:  10/11/2011

Sl.no.Issue raised byIssue ownerOpen dateStatus (open/closed)Severity S, H, M, LCode languageImpacted moduleIssue description Was module unit tested (yes/no)ResolutionClosed date

1XXXYYY10/11/2011ClosedLPEGACCT delete screenWhile using embedded pages in the activities like CCT DeleteRow, instead of using the following when condition
ContactsPage.pxResults
(local.i).pyRowSelected==“true”
Yes.pyRowSelected==“true”10/12/2012

2XXXYYY10/11/2011ClosedLPEGACCT update screenWhen step page is pyWorkPage
instead of using the following when condition
pyWorkPage.URL_NUMBER
==pyWorkPage.URL_NUMBER_
NEW&&pyWorkPage.ChoiceCCT
HomeScreen==“Update”
YesWe can prefer using
.URL_NUMBER==.URL_
NUMBER_NEW&&.Choice
CCTHomeScreen==“Update”
10/12/2012

3XXXYYY10/11/2011ClosedLPEGACCT review all screensSteps with many labelsYesStep description can be given to avoid confusion10/12/2012