java - selenium webdriver tests using C# -


i have set of selenium webdriver tests written in c sharp in visual studio ide.

is there framework web interface can run them?

this web interface should display list of tests, ability run 1 or tests , display results of running.

depending on testing framework using (mstest, nunit etc) doubt there specific 'web interface' it.

you'd, more likely, need continuous integration world, , grab ci solution.

teamcity, jenkins, cruisecontrol.net free (some limitations on teamcity's free license) ci software. learning curve, able give nice interface tests running, when fail, how long take etc - in nice report.

it also, wouldn't hard write yourself. reports nunit etc make documented & standardised xml. thus, wouldn't take take information need , shove nice report.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -