Forum Discussion

rpfaucher1's avatar
rpfaucher1
Contributor
3 months ago

Get a list of all Test Names contained within an Execution Group or sub-group

Hi folks, so I have an execution plan / execution Group that contains over 100 tests.... I don't always run all 100+ tests... but, can I get a list of all the test names (over 100) contained within the group?

I am trying to answer a question such as :  What are the test names of all tests that are contained under a group regardless of whether they are executed or not.  I need to be able to have that list of test names in an excel sheet or even a doc. etc.  Tp be able to send that info. to others.  I know I can see the names.... but is there like an export feature to just grab the names of all tests under a Execution Plan group?

   Thanks for any and all suggestions etc.

                              Perry F.

                           ----------------

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    The only workaround is to look at the .mds, TestComplete project file. Use a text editor to open the file, and from the XML you should be able to grab the information you require.

  • Thank you both very much for the assist, I appreciate it and will check into these suggestions.  Again Thanks!

     

                                     Ron F.

                                  --------------

  • Hello again, I just tried the script example... and get a list (awesome!) but, in that list a good number of tests are showing up as "ProjectTestItem..." instead of their actual script name? and yes, when I look under the Project execution plan, their "Name" is indeed ProjectTestItem_* .... I guess I am wondering why a number of tests show up with that name, while others show the actual script name.... and is there a quick way I can "fix" this?

    Thanks again!

                        Ron F.

                     --------------