Closed GurkomalSRao closed 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
issue resolve concerning alpha vantage api. will continue using its api rather than switching to coin marketcap
completed
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