Home » Archive

HP Mercury LoadRunner »

[6 Jul 2009 | No Comment | 1,024 views]

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% [?]

Featured, General Testing Concepts, Headline »

[1 Jul 2009 | One Comment | 1,280 views]
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% [?]