// Lab ID implemented in the CollectorServiceSession start/end commands:
SL.DotNet.exe startCollectorServiceSession --buildSessionIdFile buildSessionId --processName w3wp.exe --applicationPool DefaultAppPool --includeChildProcesses true --labid QA-1
SL.DotNet.exe stopCollectorServiceSession --stopAllSessions --processName w3wp.exe --applicationPool DefaultAppPool --labid QA-1
//Lab ID implemented in the Test Stage start/end commands:
SL.DotNet.exe startExecution --buildSessionIdFile buildSessionId --testStage "Functional Tests" --labId QA-1
//<Run your tests in between these two commands>
SL.DotNet.exe endExecution --buildSessionIdFile buildSessionId --testStage "Functional Tests" --labId QA-1