c# - How to trigger Selenium test suite from Web Interface? -


in our application, have created selenium test methods many modules through c# unit test projects. have configured selenium test methods test categories(with sub-module info, smoke-test, regression-test, etc.,).

from web interface, set configs test methods(like credentials, environment variables) , should able select , run run few test categories.

to achieve this,

  1. i have web project created , have references these unit test projects.

  2. read categories unit test projects , should able select few web interface.

  3. set configs enviroment variables, credentials web interface , trigger selenium testing.

  4. finally, should test report error details in case of failure.

i not sure if possible, please guide. in advance.


Comments