c# - Read SpecFlow parameters from an external xml -


I have an object through which I can access the variable that can be read from an external file, and I I want to implement in sample tests.

Where can I start my object to appear from all the testing stages?

EDIT: I tried to initialize my object in the first step, which is the first step fo ALL my test, but I can not see my object from anywhere else

You have to store the object (s) given to it and store it as a private variable, so it is at all stages Is accessible


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -