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,
i have web project created , have references these unit test projects.
read categories unit test projects , should able select few web interface.
set configs enviroment variables, credentials web interface , trigger selenium testing.
finally, should test report error details in case of failure.
i not sure if possible, please guide. in advance.
Comments
Post a Comment