Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Added UI/Integration tests for Create/edit, view and list products #194

Open
wants to merge 6 commits into
base: development
Choose a base branch
from

Conversation

varsvat
Copy link

@varsvat varsvat commented Aug 21, 2021

This PR has been made on top of this PR

Please Add Screenshots If any UI changes.

  1. Create Product using couchbase successfully
  • Enter Product identifier
  • Enter name
  • Enter pattern package
  • Enter the temporal unit
  • Enter maximum Term Range
  • Enter min. balance range
  • Enter max. balance range
  • Enter min. Interest Range
  • Enter max. Interest Range
  • Navigate to the next step
  • Add an account assignment
  • Enter designator, account identifier, ledger identifier
  • Edit designator field of account assignment
  • test delete account assignment
  • Assert if the values in the product review step are correctly populated
  • Check if the product was created successfully by querying sync-gateway for the desired product
  • delete the test product entry from sync-gateway replicator
createEditProductTests.mp4
  1. Test product list fragment
  • Launch the application

  • Navigate to the product list fragment and check if the recyclerView is visible

  • Click on the recyclerView utem

  • Assert if the product details screen shows the correct data

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything.

  • If you have multiple commits please combine them into one commit by squashing them.

@varsvat
Copy link
Author

varsvat commented Aug 21, 2021

@jawidMuhammadi please review this PR whenever you get time

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant