Blog
back to homepageAutomation tools: the solution to all test problems or a waste of time?
09.11.2022
Tools for test automation offer the potential to improve software development. Unfortunately, auto testing is often viewed as a luxury. Finally, automation of testing is given a low priority, leaving
Read MoreBooks about Selenium WebDriver
04.04.2017
During automated testing, the specialists apply different techniques and used various tools of software testing. Rather often, a software testing company utilizes a set of Selenium tools, especially Selenium WebDriver.
Read MoreThe Specifics of Selenium Grid 2
23.03.2017
The specialists of software testing company use different tools for automated testing of software product. There tools for specified checking procedure – for unit tests, system scripts, load cases, etc.
Read MoreSelenium 2 makes automation debugging easier
28.03.2011
One of the parts of Selenium 1.0 that I never enjoyed was debugging automation that didn’t work. I had to faff about creating custom Firefox profiles with Firebug installed and
Read MoreSelenium Auto Accept Self Signed SSL Certificates and Basic Authentication
19.03.2011
One of my biggest annoyances and unresolved issues with Selenium is the self-signed SSL certificates. This was a huge issue for me on the last project when we had dozen
Read MoreRunning Selenium Server Using Custom Firefox Profile
07.03.2011
Let’s create custom firefox profile at first: 1. Close all running copies of firefox 2. Start => Run 3. Type firefox.exe -ProfileManager -no-remote, other often offer to run command firefox.exe
Read MoreInterview Questions of Selenium
05.03.2011
1. What is the difference between an assert and a verify with Selenium commands? 2. What Selenese commands can be used to help debug a regexp? 3. What is one
Read MoreE-mail Distribution of Test Results Obtained from Selenium + TestNG
24.02.2011
If you have to run a bunch of automated tests using Selenium + TestNG, the results of running the tests can be easily sent to all interested parties automatically. It
Read More4 Best Add-ons to Identify Selenium Locators
Locators allow tester to find elements on a page that can be used in automated tests. And it is not trivial task to uniquely identify some locators. I offer 4
Read More