views:

73

answers:

0

I am currently developing several test suites using Selenium IDE. The tests will be run as part of our CI server using Selenium RC though.

I am defining JavaScript functions in 'user-extensions.js' to generate random test data.

The issue I am running into is that when I export the recorded test to C# it will comment out the call to the custom JavaScript functions.

I know this is expected behavior but what I would like to do is define the correct translation from this custom JavaScript function to my custom C# equivalent function. I figured I would be able to do this when defining a custom format in Selenium IDE but I can not find any information on it.

Is this possible?