I have created an automated web test that will provide me the capability of automatically entering data into a web site and verify that it was done correctly. I created it as a web/unit test so i could use an API that would allow me to interact with the site at the object level. What i want to do now is to be able to execute that web/unit test from a windows form, from which a user can specify various parameteres and test options. I wanted to add a form to the test so that a user does not have to have knowledge of programing to modify the test to his/her needs.
Does anyone know how or if it is possible to execute the test from a the windows form after a button click or something?
Thanks
Does anyone know how or if it is possible to execute the test from a the windows form after a button click or something?
Thanks