Reporting Format

Business Requirment Document (BRD)
BR No.Module NameApplicable RolesDescription
BR1Login & LogoutManagerA manager can login using login page. Post login homepage will show according to managerial role
 CustomerA customer can login using Login Page. Post login homepage will show according to user role
    
BR2EnquiryManagerA manager can view balance of all the customers who come under his supervision
 CustomerA customer can have multiple bank accounts. He can view balance of his accounts only
    
BR3Funds TransferManagerA manager can transfer fund from any accoun tto any account
  CustomerA customer can have funds transfer from his own accoun to any destination account
Technical Requirment Document (TRD)
TR No.FunctionalityDescription
 Login
T1User-ID must not be blank
T2Password must not be blank
T3if user-id & password are valid, then login would be successful
   
 Logout
T4 Any user on click logout, must logout from session and redirect to home page
Test Cases
TC No.BR #TR #Test Case DescriptionTest StepsTest DataExpected ResultActual ResultPass / Fail
TC001BR1T1,T2,T3Check response when valid email & password is entered (Verify Login)Go to Login Page, Enter User ID, Enter Password, Click Login ButtonEmail: abc@gmail.comLogin shoud be successful and user redirect to landing pageLogin was successful & user redirected to landing pagePass
Pass: 12345678 
TC002Login with Invalid Email & Valid PasswordLogin should not be successfulLogin was not successfullPass
TC003Login with valid Email & invalid PasswordLogin should not be successfulLogin was not successfullPass
         
TC004BR1T4Any user on click logout, must logout from session and redirect to home page (Verify Logout)Click Profile Icon, Click Logout ButtonClick on Logout buttonUser should logout from session, could not able to access his resources & redirect to Home PageUser logout successfully & redirect to home pagePass
Requirement Traceability Matrix (RTM)
RTM no.BR #TR #TC #Test Case Status (Pass / Fail) on EnvironmentBugBug IDBug StatusRe-Test StatusRelease Status
 DevStageProd 
1BR1T1,T2,T3TC001PassPassNo Run 
2BR1T4TC004PassFailNo RunYesBug1Fixed by developerPassClear for Release