Project Suite and Individual Project Test Log
Hello All,
I have a Test Project Suite (TestProjSuite) and 2 Test Projects under (TestProj1 and TestProj2).
When I run Test Projects separately they will have their test logs generated under their own folders. E.g. TestProjSuite\TestProj1\Log\ and TestProjSuite\TestProj2\Log\
When I run the whole Test Project Suite the test log will generated under TestProjSuite\Log Only.
Is there a way to let the Test Projects to generate Test Logs in their own folders instead of Test Project Suite log folder when I run tests at the Test Project Suite level.
Thank you in advance!
Hi kaloelee,
Have you tried going to the project properties and changing the log location? If that is what you are looking for here is what you have to do.
Right click on your project, go to edit->Properties->General and you will see a tab with log location there.
Thanks