tables icon indicating copy to clipboard operation
tables copied to clipboard

add Espresso tests for TableDisplayActivityTest

Open Chinex-Boroja opened this issue 7 months ago • 0 comments

PR Description:

Add Espresso tests for verifying UI elements, fragment transactions, and RecyclerView interactions in the TablesDisplayActivity

Changes Made

  • Added Test Case: testOnCreate

    • Description: Verifies that the RecyclerView is displayed when the activity is created
  • Added Test Case: testRecyclerViewItemClick

    • Description: Simulates a click on an item in the RecyclerView and verifies that the TableDisplayActivity is launched.
  • Added Test Case: testFragmentTransaction

    • Description: Adds a TableManagerFragment to the activity and verifies that it is added successfully
  • Added Test Case: testTableDetailsDisplay

    • Description: Simulates selecting a table and verifies that the details are displayed correctly.

Chinex-Boroja avatar Jul 11 '24 12:07 Chinex-Boroja