Forum Discussion
MW_Didata
12 days agoFrequent Contributor
The Executionplan is saved in your {ProjectName}.mds file.
its in xml so you could have Testcomplete count all items and calculate that to a percentage.
Then with Indicator.PushText() you can display it on your screen.
But it sounds like more trouble than its worth.
ilkoTest
11 days agoOccasional Contributor
Thank you for your suggestion.
I believe this solution will create a lot of trouble by dynamically opening and reading the .mds file, which is used by the same project. I'd rather manually monitor the progress by comparing the test name with a table of all test cases.