Forum Discussion

NisHera's avatar
NisHera
Valued Contributor
4 years ago
Solved

Multiple test project in session creator

Hi, 

In a remote machine I could run single test project using sessionCrestor_exe 

I need to run several project in one go.

And log separately ......

tried below but failed....what is the correct wayof doing that?

 

SessionCreator.exe RunTest /UserName:XYZ /password:ABC /UA /ScreenResolution:"1920*1080" /ProjectPath:"C:\TestCompleteFiles\UITest_Suite\aaaa\aaaa.mds" /ExportLog:"D:\aaa\test-results.mht"
SessionCreator.exe RunTest /UserName:XYZ /password:ABC /UA /ScreenResolution:"1920*1080" /ProjectPath:"C:\TestCompleteFiles\UITest_Suite\bbb\bbbb.mds" /ExportLog:"D:\bbb\test-results.mht"
SessionCreator.exe RunTest /UserName:XYZ /password:ABC /UA /ScreenResolution:"1920*1080" /ProjectPath:"C:\TestCompleteFiles\UITest_Suite\cccc\ccccc.mds" /ExportLog:"D:\cccc\test-results.mht"
SessionCreator.exe RunTest /UserName:XYZ /password:ABC /UA /ScreenResolution:"1920*1080" /ProjectPath:"C:\TestCompleteFiles\UITest_Suite\dddd\ddd.mds" /ExportLog:"D:\ddd\test-results.mht"

  

2 Replies