How to run a recorded (HTML) selenium test from .NET

Posted by Gaspar Nagy on Stack Overflow See other posts from Stack Overflow or by Gaspar Nagy
Published on 2009-01-13T16:30:07Z Indexed on 2010/03/29 8:53 UTC
Read the original article Hit count: 199

Filed under:
|
|

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#.)

© Stack Overflow or respective owner

Related posts about selenium

Related posts about c#