The typical directory hierachy, and the corresponding TestContext properties, is as follows:
- TestRunDirectory (previously TestDir), for the entire run, usually a directory name in the format "TestResults\User_MACHINE yyyy-MM-dd HH_mm_ss\".
- DeploymentDirectory (previously TestDeploymentDir), the "Out\" subdirectory.
- ResultsDirectory, the "In\" subdirectory
- TestRunResultsDirectory (previously TestLogsDir), results for the run as a whole, the "In\MACHINE\" subdirectory.
- (multiple) TestResultsDirectory, results for the individual test (within the run), the "In\{testguid}\MACHINE\" subdirectory.