NisHera
5 years agoValued Contributor
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"
Hi,
The correct approach is to add your projects to one project suite. Then, enable them in the Test Items Page (Project Suite Editor) so they all are executed.
Then, run the entire project suite using the Session Creator.
Also, please keep in mind that you need to have test items in each project (see Test Items Page (Project Editor).