When you are executing automated functional testing, there could be failures in critical test cases. In such situations, it may be worthless to continue test execution further. However, when you run automated functional test cases thorough VSTS/ TFS, until the full test execution finishes, you would not be able to view the individual test case status. This is a feature considered by Microsoft for VSTS in 2018 Q2 (for on premises TFS 2019) and until that shows up here is small workaround.
Wednesday, February 28, 2018
Tuesday, February 6, 2018
Using Sikuli & Selenium in VS to Detect the Undetectable
While doing GUI automation, We can identify few limitations of the selenium web driver.
- Selenium web driver does not support flash objects.
- Selenium web driver automate only web applications.
Other than these web driver limitations,some times you may have to write automation scripts, while you do not have easy access to GUI’s internal code.
Subscribe to:
Posts (Atom)
-
As DevOps engineers, you get requirements to do scripts to perform several actions on application or get status of the application backend ...
-
If you are familiar with Terraform, you might have experience with terraform state import, which allows to import state of the already prov...
-
This post will discuss the issue you might get when trying to push the nuget package to the Azure DevOps Artifact feed using the build pipel...