Blog

, page 9 back to homepage

The Necessity Of Automation

If there are no automated tools for regression testing the main attention focus on manual testing, aimed to re-affirm the ‘known’ state of software after modifications. This may tie up

Read More

Test Automation Of Software

Automation does not reduce the test preparation phase, but rather increases it, which may frighten the inexperienced project manager, however, as soon as the first stable version of application will

Read More

Useful Tips for Choosing a Test Automation Tool

For Functional testing it is important to support a specific development environment, the ability to create reports about testing, automatic registration of detected defects, presence of recovery-scenarios. For load testing

Read More

The basic definitions of automated software testing

Software Automation Testing is the process of software verification in which the basic function and test steps, such as running, initialization, execution, analysis and delivery of results are performed automatically

Read More

Test Automation: mysterious SilkTest

SilkTest is really very mysterious program to automate test plans. It is mysterious, because you cannot find a lot of information in the net on test automation. The purpose of

Read More

Selenium 2 makes automation debugging easier

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 More

Automated Acceptance Testing or FitNesse to Improve the Quality of Software

The quality of the product is not in the least dependent on the actual documentation and thorough testing. I would like to highlight the issue of developing and testing software

Read More

Selenium Auto Accept Self Signed SSL Certificates and Basic Authentication

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 More

Test Automation Authoring Is Harder Than It sounds

I’ve got a test automation engineer and a bunch of manual testers. The plan, of course, is to teach the manual testers to write automated tests were appropriate; a plan

Read More

Running Selenium Server Using Custom Firefox Profile

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 More

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