I run Selenium tests with Selenium RC from .NET (c#).
In some cases, I would like to keep the test case source as HTML (to be able to modify it from Selenium IDE), but I would like to run/include these tests from my c# unit tests.
Maybe it is obvious, but I can't find the API method in the Selenium Core to achieve this. Any idea how to do that?
(I think the "includePartial" command in Selenium on Rails does the thing that I would need, but for c#.)