Page 1 of 1

Solution name in report

Posted: Tue Jan 20, 2015 3:12 pm
by bennylew
Hi,

I want to display the solution name on my reports. Is this possible? In the .data file there is no solution name included (except for the codefile). Do you have any ideas?

best regards
bennylew

Re: Solution name in report

Posted: Tue Jan 20, 2015 3:17 pm
by krstcs
You could create a global parameter named "SOLUTION" and give it the value you want.



Or you could use a good naming convention for your tests that includes the solution name in each project name.

In my tests I set it up this way:
Solution: TCS_WEB
Project1: TCS_WEB_CORE (1st project is my library of core files, all others are actual tests)
Project2: TCS_WEB_LoginTest
Project3: TCS_WEB_ProductNavigation
...
etc.

This way, you don't have to worry about it being in there, you always know that the first part of the project name is the solution name.