[1 Jul 2009 | One Comment | 1,279 views | Author: Raveen Sharma]
Model Based Testing – MBT

Model-based testing or MBT is a general term that signifies an approach that bases common testing tasks such as test case generation and test result evaluation on a model of the application under test.
Model-based testing involves developing and using a data mode to generate tests. The model is essentially a specification of the inputs to the software. The suite includes inputs, expected outputs and necessary infrastructure to run the tests automatically. Testers using MBT approach concentrate on a data model and genration infrastructure instead of hand crafting individual tests.
It is …

Popularity: 42% [?]

Read the full story »
[10 Nov 2009 | No Comment | 760 views | Author: admin]

This is one of the best books explaining the testing in an agile development. It is written by two industry’s best agile testing practitioners: Lisa Crispin and Janet Gregory. We would recommend this book to agile testers, agile teams, and the customer. It addresses the following important aspects:

What exactly an “Agile Tester” means?
Qualities/skills/expertise required in an agile tester
Need of team members with QA background in agile team
How to get test engineers engaged in agile development …

Popularity: 76% [?]

[6 Nov 2009 | One Comment | 767 views | Author: admin]

This book on Software Testing is for new or aspiring software test professionals who want to learn about software testing process, models and methodologies. The complexity and size of today’s software makes writing bug-free code extremely difficult, even for highly experienced programmers. This book will provide you a basic road map for becoming successful software test professional and assuring that you uncover critical bugs before the customers or end users do.

This book is divided into six parts containing a total of 22 chapters:
Part 1 – The Big Picture: This part …

Popularity: 77% [?]

[6 Jul 2009 | No Comment | 1,207 views | Author: duke]

To use the following monitors, you must first install or configure monitoring components on the server machine:
COM+, Citrix, DB2, IBM WebSphere MQ, iPlanet (NAS), J2EE & .NET Diagnostics, Network Delay, Oracle, PeopleSoft (Tuxedo), SAPGUI, SAP Portal, SAP CCMS, Siebel Server Manager, Siebel Web Server, SiteScope, Tuxedo, UNIX, WebLogic (JMX), WebSphere Application Server
To obtain performance data for a monitor, you need to configure the monitor from the Controller, and indicate which statistics and measurements you want to monitor. You select these counters using the monitor’s Add Measurements dialog box.
To set up …

Popularity: 95% [?]

[6 Jul 2009 | No Comment | 1,023 views | Author: Raveen Sharma]

Vuser scripts can be created using Visual C 6.0 or higher. To create a Vuser script with Visual C, please follow the below steps:

In Visual C, create a new project – dynamic link library (dll). Select File > New and click the Projects tab.
In the Wizard, select empty dll
Add a new cpp file with 3 exported function: init, run, end
Add library file lrun50.lib
Select the C/C++ tab and select Code generation (Category) > Use Run Time library (List). Change it to: Multithreaded dll
Select the C/C++ tab and select Preprocessor (Category) > Preprocessor definitions …

Popularity: 92% [?]

[2 Jul 2009 | No Comment | 1,432 views | Author: duke]

Below are not the only objectives of Software Testing:
- Software Testing is designed to establish that the software is working satisfactorily as per the requirements.
- Software Testing is a process designed to prove that the program is error free.
- Software The job of testing is to certify that the software does its job correctly and can be used in production.
Because, with these as the guidelines, one would tend to operate the system in a normal manner to see if it works and one would unconsciously choose such normal/correct test data …

Popularity: 100% [?]