- QATestLab Blog >
- automated testing
Running 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 MoreHow automation testing can help your software development process
03.03.2011
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 MoreKey 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 MoreAndroid Application Testing Framework – Hello World Tutorial
01.03.2011
Hello, Testing Android offers a powerful but easy-to-use testing framework that is well integrated with the SDK tools. Because writing tests is an important part of any development effort, this
Read MoreManual 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 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 More