Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TC ID: 1 [Validate the user login]

 

Instructions

Expected results

Actual results

Pass/Fail

Open browser and enter “[https://localhost:8443/accounting]” in URL

Login page of Accounting application should be opened successfully.

Working as expected.

PASS

Enter the credentials to login:

Username: admin and Password: ofbiz

User should be allowed to login to the system successfully after authentication check. User should be directed to Accounting Manager Main page.

Working as expected.

PASS

...

TC ID: 2 [Find All the Invoices]

 

Instructions

Expected results

Actual results

Pass/Fail

Run TC 1

TC 1 should run successfully.

Working as expected.

PASS

Click on the Invoices Tab.

The ‘Find Invoice’ Screen Should be displayed which contains ‘Search Options’ and ‘Search Results’.

Working as expected.

PASS

Click on the ‘Find’ button without entering any of the details in ‘Search Options’ section.

All the Invoices should be displayed in ‘Search Results’ section with attributes Invoice Id, Invoice Type, Invoice Date, Status, Description, From Party, To Party, Total, Outstanding Amount.

Working as expected.

PASS

 

TC ID: 3 [Search Invoice Based on Invoice Id]

 

Instructions

Expected results

Actual results

Pass/Fail

Enter the Invoice Id in Search Options tab and click on ‘Find’ button.

The ‘Search Results’ section should display all the details corresponding to the Invoice Id.

Working as expected.

PASS

Enter an invalid Invoice Id and click on Find Button.

Search result should not display any record.

Working as expected.

PASS

 

...