Category Software Testing

Security Testing

Security Testing What is Security testing? Security testing is a process to determine that an information system protects data and maintains functionality as intended. It is the process that determines that confidential data stays confidential and users can perform only…

Solving software performance problems

How to solve software performance problems ? 1.  Define your Objective -where you need to be? It is surprising that many projects do not have well-defined performance objectives. When we ask what the performance objectives are, we very often get…

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…