C# Class Viki.LoadRunner.Engine.LoadTestScenarioValidator

ILoadTestScenario validator, to ease development and debugging.
Show file Open project: Vycka/LoadRunner

Public Methods

Method Description
Validate ( ILoadTestScenario loadTestScenario, int threadId, int threadIterationId, int globalIterationId ) : IterationResult

Validates ILoadTest scenario correctness by executing single test iteration from ScenarioSetup to ScenarioTearDown on the same thread. Exceptions are not handled on purpose to ease problem identification while developing.

Method Details

Validate() public static method

Validates ILoadTest scenario correctness by executing single test iteration from ScenarioSetup to ScenarioTearDown on the same thread. Exceptions are not handled on purpose to ease problem identification while developing.
public static Validate ( ILoadTestScenario loadTestScenario, int threadId, int threadIterationId, int globalIterationId ) : IterationResult
loadTestScenario ILoadTestScenario ILoadTestScenario object
threadId int TheardId to set in TestContext
threadIterationId int ThreadIterationId to set in TestContext
globalIterationId int GlobalIterationId to set in TestContext
return Viki.LoadRunner.Engine.Executor.Result.IterationResult