vote up 0 vote down star
1

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

flag

2 Answers

vote up 0 vote down

I don't think there was a way to do this the last time I used Selenium RC .NET

link|flag
vote up 0 vote down

You can set the format when working in Selenium IDE by going to Options-> Format and then set it to the language of your choice. It means that you can create c# tests without having to convert them as you go. You can still rightclick and choose your command and it will update to c# in the IDE.

I think thats what you are after.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.