Blog

, page 10 back to homepage

Interview Questions of Selenium

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 More

How automation testing can help your software development process

There is no piece of software in the world that’s not tested before release for mass adoption. Yet we see many applications fail to reach the target audience. One of

Read More

Key Steps in Automated Testing

Even though every piece of software undergoes thorough testing, when it is delivered software almost always has defects. Test engineers strive to catch them before the product is released but

Read More

Manual Testing vs. Automated Testing: A Decision Point

Choosing to implement automation in a test organization can be a somewhat controversial decision. Many automation efforts fail or do not yield the expected return on investment. In this tip,

Read More

E-mail Distribution of Test Results Obtained from Selenium + TestNG

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 More

4 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