Skip to main content

Forbes IT Research Library

TITLE: The pros and cons of automated software testing
PUBLISHER: IBM
TYPE: Video

TITLE:Best Practices for Implementing Automated Functional TestingSolutions
PUBLISHER: Hewlett-Packard Company
TYPE: White Paper

TITLE: Customer Perspective White Paper: Optimizing Manual Testing with Business Process Testing
PUBLISHER: Hewlett-Packard Company
TYPE: White Paper

TITLE: The Business Case for Outsourcing Software Testing to a SeparateVendor
PUBLISHER: LogiGear Corporation
TYPE: White Paper

TITLE: HP TestDirector for Quality Center Software
PUBLISHER: Hewlett-Packard Company
TYPE: Data Sheet

TITLE: Better/Faster/Cheaper..Essentials of Test Data Management
PUBLISHER: IBM
TYPE: Webcast

TITLE: Testing SOA Applications with Rational Quality Management Solutions
PUBLISHER: IBM
TYPE: Webcast

TITLE: Pre-Flight Builds: What They Are, Why You Should Care and How to MakeThem a Reality
PUBLISHER: Electric Cloud
TYPE: Webcast

TITLE: How to Capture Performance Requirements
PUBLISHER: CA
TYPE: Webcast

TITLE: How to Automate Testing without Aggravating Testers
PUBLISHER: Hewlett-Packard Company
TYPE: White Paper

TITLE: Automated Source Code Analysis - When' Why' and How to Leverage Source Code Analysis Tools
PUBLISHER: Klocwork
TYPE: White Paper

TITLE: Software Quality Management
PUBLISHER: IBM Software Group
TYPE: White Paper

TITLE: Shunra - What Every Software Developer Needs to Know about theNetwork
PUBLISHER: Shunra
TYPE: White Paper

TITLE: Security & Robustness Testing Justification; Solution Fit, Cost/Benefitand Success Factors
PUBLISHER: Codenomicon, Ltd.
TYPE: Webcast

TITLE: Best Practices for Software Performance Testing
PUBLISHER: Hewlett-Packard Company
TYPE: Podcast

TITLE: Automate Performance Testing to Predict System Behavior and ImproveApplication Performance
PUBLISHER: Hewlett-Packard Company
TYPE: White Paper

TITLE: Improving Visibility of the Software Development Process
PUBLISHER: Borland Software Corporation
TYPE: Webcast

Comments

Popular posts from this blog

Why to do Software Testing?

Regardless of the limitations, testing is an integral part in software development. It is broadly deployed in every phase in the software development cycle. Typically, more than 50% percent of the development time is spent in testing. Testing is usually performed for the following purposes: To improve quality. As computers and software are used in critical applications, the outcome of a bug can be severe. Bugs can cause huge losses. Bugs in critical systems have caused airplane crashes, allowed space shuttle missions to go awry, halted trading on the stock market, and worse. Bugs can kill. Bugs can cause disasters. The so-called year 2000 (Y2K) bug has given birth to a cottage industry of consultants and programming tools dedicated to making sure the modern world doesn't come to a screeching halt on the first day of the next century. [Bugs] In a computerized embedded world, the quality and reliability of software is a matter of life and death. Quality means the conformance to the ...

Mantis - Defect Management Tool - User Guide

Introduction This white paper contains information related to an open source defect management tool called Mantis which is freely available for managing all your defects. Where to Download One can download the latest version of Mantis from http://sourceforge.net/project/showfiles.php?group_id=14963 Download the “mantis-stable” and then “mantis-x.y.z.zip”.1.1 PRE-REQUISITE Operating System Windows 2003 Server, MacOS, OS/2, Linux, Solaris Database MySQL database 3.23.2 and higher Software PHP 4.0.6 and higher Application Server Apache 1.3, Apache 2.0.54, IIS 6.0 with Web Services Extension Browser IE6 and above, Mozilla Firefox STEPS FOR INSTALLATION – FOR WINDOWS MySQL Installation Install MySQL by downloading it from http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-gui-tools-5.0-r6-win32.msi/from/http:/www.mirrorservice.org/sites/ftp.mysql.com/ . Please follow the below mentioned steps while installing MySQL: (Please remember the password for “root” account...

Automation Framework - Beyond Buzzword

1. What is Automation? Controlling one application for another application. 2. What is Framework? A structure which consists of all the building blocks for developing an application. 3. What is Automation Framework? You are going to use the building block of structure to develop application which is going to control another application. 4. Background – Object Oriented If you have done development in any OO programming language then you can easily understand the concept of Framework and Automation. Take a simple example of Calculator. Can we call it an automated tool? Yes it is. You know why, because it controls the simple and scientific calculations. If you are asked to develop a program like calculator in any OO language, then you are going to make use of many pre-existing library, their methods, properties to accomplish your goal. Now these library or readymade utilities can be bundles in a framework and you just make use of that framework to execute...