How To Optimize Automation Using Azure DevOps
2 MIN READIn this blog, we are discussing a feature of DevOps by which we can optimize automation. Manual testing is out fashioned yet it is still important but if we work on big projects we always feel the testing phase should be performed rapidly. Here at moreYeahs we are optimizing automation using DevOps.
We are using selenium to do automation for testing of the dynamics CRM project. Using the .net Unit test project we created test cases. Under the TestClasses, we defined TestMethod which is basically test cases.
Test Classes categories type of test. For best practice, we should always have some basic test cases which need to be performed each time we create a new build to do further development.