New to Telerik Test Studio? Download free 30-day trial

Coded Step

The Step Builder allows you to add steps which perform actions which cannot be recorded. The below described step can be found in the Common section of Step Builder.

Common Section

Inserting the first Coded step in a test automatically generates a code behind file for the current test and opens it ready for editing.

  • the code file uses the respective test name
  • its namespace is the project name
  • the class which contains the methods is named with the test name
  • each method uses the respective step name

Code Behind File

Each next coded step allows you to choose whether to reuse any of the existing methods in the class or create a new one.

Coded Step

See Also

How to use coded step

In this article