Eucke
8 years agoFrequent Visitor
Status:
New Idea
Command-line option to provide a structured return after command-line execution completes
It would be helpful if Test Complete provided a structured return from the command line execution. Presently if any details from the execution are desired additional code around work is needed to capture them from the logs. Examples of such data includes:
- pass\fail
- error count
- warning count
- pass count
It would be helpful if Test Complete could support the option for a structured return that reflects the results of the test run so that the execution could be directly evaluated instead of digging through logs to find the desired data. JSON or any common structure would be helpful as a return structure to allow faster result collection and evaluation.