Category Software Testing

Economics of test automation

How to calculate the cost of test automation: Cost of test automation = Cost of tool(s) + Labor costs of script creation + Labor costs of script maintenance   If a test script will be run every week for the…

Functional Testing using Selenium – Introduction

Selenium is a portable software testing framework for web applications. Selenium provides a record/playback tool for authoring tests without learning a test scripting language. Selenium provides a rich set of testing functions for testing web applications. These operations are highly…