by Nikolay Advolodkin | Feb 18, 2018 | Selenium Webdriver
1) SpecFlow BDD Automation Author: SpecFlow Topics Learned: C#, Selenium Webdriver, BDD SpecFlow is one of the few C# BDD frameworks out there, which automatically makes it a highly desirable automation tool for you to use in your development projects. This framework...
by Nikolay Advolodkin | Feb 16, 2018 | Selenium Webdriver
Unstable Selenium tests are probably the most common issues that we encounter. There are instances that they work, but there are other instances when they don’t. People may find this frustrating. In fact, most of them will just choose to ignore this if the issue is...
by Nikolay Advolodkin | Feb 9, 2018 | Selenium Webdriver
Selenium has taken the world by storm, and its upward trajectory will continue on in the future. So it is best to prepare for the most challenging, intriguing Selenium interview questions. Reading through the best answers and finding out more about Selenium will keep...
by Nikolay Advolodkin | Jan 26, 2018 | Selenium Webdriver
Software testing automation tools make the testing task easier and cheaper. On the other hand, manual testing is a demanding and daunting process that requires people to test software systems using question and answer method. Automation testing relieves people from...
by Nikolay Advolodkin | Jan 19, 2018 | Selenium Webdriver
All of us love Selenium; however, it can only be used to test the applications on the browser. If you are working on a company that requires you to run multiple types of technology, it would be great if we can run a selenium test, scripts and Unit using one IDE. So...
by Nikolay Advolodkin | Jan 12, 2018 | Selenium Webdriver
If you need to automate web browsers and make things more convenient, Webdriver is ideal for you. On the other hand, Selenium lets you test your scripts against multiple different browsers. Web developers who need to achieve a successful output in their work need to...
by Nikolay Advolodkin | Jan 10, 2018 | Selenium Webdriver
It is out there that Selenium IDE runs only Firefox exclusively. Chrome is the most popular browser, and that could mean problems, down the road. Worry not; Chromedriver is a brilliant tool that enables you to run Selenium IDE in Chrome. However, one problem still...
by Nikolay Advolodkin | Jan 5, 2018 | Selenium Webdriver
Selenium testing is a framework used for web applications. What it does is test the software and identify if it qualifies to reach production and go out to the market. As you can imagine, this software testing tool has become the talk of the town ever since it was...
by Nikolay Advolodkin | Dec 31, 2017 | Resources
Have you ever tried to build an Enterprise-level automation framework? You’re not the first. Luckily, many smart individuals have been creating different tools and frameworks to deal with automation for many years. Therefore, if you are trying to do some automated UI...