Saturday, September 1, 2018

Speed Up Automated Tests Writing With .NET Core Project Templates

In the article Defining the Primary Problems that Test Automation Frameworks Solve, I defined 40+ problems that test automation and frameworks should be able to solve. One of them was " Tests Speed Creation." Here, I will quote the definition of the problem again:

"Time spent on maintaining the existing tests is essential. It can take significant time from the capacity of the QA team. However, for people to be motivated, it should be relatively easy to create new tests. For sure, QA engineers will be frustrated if for the whole sprint can produce only a few tests. It shouldn't be a rocket science to create a simple test. Even if the scenario is more complicated, it shouldn't be so hard to understand what needs to be done to automate it."

In the series, I already wrote about how you can create standardized page objects fast with the help of VS item templates, in Standardize Page Objects with Visual Studio Item Templates and Create Multiple Files Page Objects with Visual Studio Item Templates. In this article, I am going to share another way you can speed up test development — automating test project creation. Sometimes depending on the tools and frameworks, you use in your project it might cost more than an hour or configure correctly a project containing automated tests. In this case, the project templates are invaluable.



from DZone.com Feed https://ift.tt/2wxBptq

No comments:

Post a Comment