VishKini
5 years agoOccasional Contributor
Error when connecting MSSQL server using JDBC Request
Hello, This is my first time trying to use a JDBC request to connect to SQL DB.When i am trying to connect i am getting an error as below. Can't get the Connection for specified properties; c...
- 5 years ago
Right, so on Server you could do something like the pseudo-code below:
var testCycles = GET /testrun/search?query=projectKey = "ABBC" foreach (testCycles in testCycles) { var testExecutions = GET /testrun/{testCycle.key}/testresults // TODO do something with the test executions here }