## Methods that TBot can call in getTestInput().
For query and control the app under test and system under test from inside the TBot execution.
==path=API.testData==
## Description
API group for test data cards
## Group Methods
1. **querySelectedTestDataCards**, path=API.testData.querySelectedTestDataCards
* Description: get a copy of the selected test data cards.
* Return Value: a list of test data cards.
2. **queryAllTestDataCards**, path=API.testData.queryAllTestDataCards
* Description: get copies of all the test data cards.
* Return Value: the dict for all test data cards of all apps and all versions.