To run UI based functional test cases using vso CICD

103 Views Asked by At

We have our web application, we created a automatic build for it on code checkin from visual studio and in Release definition we are deploying it to the remote iis server. Its getting deployed successfully. Now, we have coded UI test cases to run for testing the hosted application. Can anyone please help me that how we can run UI based functional test cases using VSO CD.

In Release definition, we added "Visual Studio Test Agent Deployment" but getting error

Invalid URI: The hostname could not be parsed.

1

There are 1 best solutions below

0
On

Change the version of Deploy test agent task to 2.* and specify the FQDN (the same as Run functional Test)