I'm testing a dashboard page, when a user logs in it will display their currency on top of the page. A customer may have one, two or three currencies. Then further down the page, there will be a tab for each currency. So if a user has a EUR currency, there will be a EUR tab, if they have EUR and USD, there will be a tab for EUR and another tab for USD.
I want to test to make sure that if a user has two currencies, two tabs appear and so on. I was thinking the best way to test this would be to check that if the characters 'EUR' appear in the Div at the top of the page, then it is expected that the characters 'EUR' will appear in the tab further down the page.
Would this be a good way to go about this? Thanks
via Edmond
No comments:
Post a Comment