You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test results not updated in Azure DevOps even I didn't get any error. Can you explain the working of the library? I have added the details in automation_test_config.properties. Below is the code I have used for execution.
@Test(enabled = true, description = "Title field is provided as Invalid with Gener")
@AzureTest(id = 1348)
publicvoidAD_TC_001_verifyTitleIsInvalid() throwsIOException {
Assert.assertTrue(true);
}
The text was updated successfully, but these errors were encountered:
Hi, I asume, you have used the latest Testerra and Azure DevOps Connector?
And which version of Azure DevOps you're using? It is on-premise or the cloud version?
The test results not updated in Azure DevOps even I didn't get any error. Can you explain the working of the library? I have added the details in automation_test_config.properties. Below is the code I have used for execution.
The text was updated successfully, but these errors were encountered: