Dashboard Summary
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dashboard Summary
We do high volume tests (smoke tests) where we check literally hundreds of objects. We are are considering migrating from RFT (Rational Functional Tester) which provides nice summary logs.
I paraphrase
340 items tests
328 passed
12 failed.
Is there such as dashboard available, I created one on my own but I do not want to re-invent the wheel if such a summary report is available. I really don't want to put every single test in an execution plan (which has a decent summary)
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
How your tests are executed? I mean to suggest you to take a look at the aqTestCase object provided by TestComplete which makes it possible to mark arbitrary parts of code/keyword test as a standalone test which in this case is included as a separate entity to execution plan summary.
Does this help?
/Alex [Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Excellent -our firm is trying to use mostly Keyword tests (Not going to happen exclusively) however this is a viable alternative. Thank you for the response.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
> our firm is trying to use mostly Keyword tests
I am not sure if Create/End Test Case keyword operation exists, but you may consider to create a custom one for the needs of your users: https://support.smartbear.com/testcomplete/docs/working-with/extending/script/creating/keyword-test-...
/Alex [Community Hero]
____
[Community Heroes] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Heroes]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Hero] signature is used with permission by SmartBear Software.
https://community.smartbear.com/t5/custom/page/page-id/hall-of-fame
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
