Click here to Skip to main content
15,888,590 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In our application, we have created Selenium test methods for many modules through C# Unit Test projects. We have configured all the selenium test methods with test categories(with sub-module info, smoke-test, regression-test, etc.,).

From web interface, we would like to set some configs for test methods(like credentials, environment variables) and should be able select and run run few test categories.

To achieve this,

1. I would like to have some web project created and have references to these Unit test projects.

2. Read all the categories from unit test projects and should be able to select few from the web interface.

3. Set some configs like enviroment variables, credentials from web interface and trigger the selenium testing.

4. Finally, i should get a test report with error details in case of failure.

I am not sure if this is really possible, please guide. Thanks in advance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900