Forum Discussion
irina_lukina
13 years agoSuper Contributor
Hi Lee,
i really want to know in the meantime, which item of the project is currently executed.
You can easily do it using TestComplete's indicator (that "small pop view at right top corner"). The fact is that you can push the custom text to the indicator. For instance, you can use the Indicator program object:
// Show the indicator icon
Indicator.Show();
// Obtain the name of the currently executed test item
var itemName = Project.TestItems.Current.Name;
// Push text to the indicator
Indicator.PushText(itemName);
I would like to have something like a milestone view to show me this, and maybe also show me the test description of the currently executed project item.
Using the above approach, you can push any text (description, and so on) to the indicator.
If you have any difficulties with implementing the suggested solution, feel free to share them here. I hope this information helps :)
Related Content
- 6 years ago
Recent Discussions
- 18 hours ago
- 18 hours ago
- 5 days ago