Nick9500 / ministocks

Android Stocks Widget
http://niteshpatel.github.io/ministocks
MIT License
1 stars 2 forks source link

Construct test cases which give proper live data of cryptocurrency using AlphaVantage API #57

Closed GurkomalSRao closed 6 years ago

GurkomalSRao commented 6 years ago

Construct Test cases which receives and displays CryptoCurrency data

SP: 3] [Priority: 1] [Risk: Medium]

Demo Display Crypto Data Assert values received equate to expected values

Tasks:

Testing Template

Test # Input Expected Output Status
1 None None Pass/Fail
2 None None Pass/Fail
3 None None Pass/Fail
GurkomalSRao commented 6 years ago
Test # Input Expected Output Status
1 Validate Connection to API HTTP Request 200 (Successful Connection) Pass
2 Validate Data Retrieval (1 Day) as JSON Properly Structured JSON Object Pass
3 Validate Bitcoin Data Retrieval (1 Day) Properly Structure JSON Object containing Bitcoin values Pass
4 Validate Bitcoin Data Retrieval (Weekly) Properly Structure JSON Object containing all values Pass
5 Validate Bitcoin Data Retrieval (Monthly) Properly Structure JSON Object containing all values Pass
6 Validate Other CryptoCurrency Data Retrieval Properly Structure JSON Object containing values Fail

Issue for retrieving other cryptocurrencies uknown. possible conflicts on AlphaVantage. Task 1: Validate whether it is a persistent issue or temporary. Task 2: If persistent, use alternative API (Coinmarketcap) #66

GurkomalSRao commented 6 years ago

issue resolve concerning alpha vantage api. will continue using its api rather than switching to coin marketcap

GurkomalSRao commented 6 years ago

completed