by Nikolay Advolodkin | May 17, 2016 | Automation, Automation Tools, C#, Selenium Webdriver, Visual Studio
I. How to set up a Visual Studio unit test project for automation testing? Open Visual Studio and click “New Project” to start a new project. For those of you that are new to Visual Studio, a project can represent a collection of things such as classes and...
by Nikolay Advolodkin | May 2, 2016 | C#, Visual Studio
Something amazing happened to me recently! I am always learning, growing and exploring other resources. And recently I stumbled upon an amazing Visual Studio productivity tool called ReSharper. According to JetBrains, the creators of ReSharper, “ReSharper makes...
by Nikolay Advolodkin | Apr 27, 2016 | Automation
Automation testing scripts are indispensable. Not only it can help you run your tests with greater speed and productivity, but also it will help you in your career as a software tester. Step 1: Assess the Application Before all great automation efforts comes planning....