Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| components | ||
| README.md | ||
| config.yaml | ||
| go.mod | ||
| go.sum | ||
| tablestorage_test.go | ||
README.md
Table storage certification testing
This project aims to test the Azure Table storage State Store component under various conditions.
Test plan
Basic Test for created table for CRUD operations:
- Able to create and test connection.
- Able to do set, fetch, delete.
Basic Test for non-created table for CRUD operations:
- Able to create and test connection.
- Able to do set, fetch, delete data.
- Delete the table
Test for authentication using Azure Auth layer
- Save Data using Go SDK with already existing table
- Retrieve data by using AAD credentials