Info about a project

How do I get information about my project?

When you open a CAT project using open_cat_project function, you can get information about it using the below functions.

This is useful for troubleshooting, when you are reading test or data source definitions from other locations, such ase other YAML files, from relational databases, from MS Excel sheets.

These function help you verify you loaded everything you wanted to load:

function purpose
get_data_source_lists List of locations from where you load data soruces
get_data_sources List of all data sources (already loaded)
get_test_lists List of locations from where you load test definitions
get_tests List of all tests (already loaded, including those generated from metadata)
get_test_results TestExecutionSummary from the last tests run