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

[29 Jun 2009 | One Comment | 2,257 views | Author: Puneet Kalra]

If you have made an excel driven framework in QTP which runs on the local machine and now want to run it from quality center as well without making major changes in the script, then this post is for you.
In this scenario, you can download QTP files from quality center using QC-OTA.
Create folders/subfolders on the drives using vbs and download the appropriate files that are attached to a testset / testsetfolder etc.
Keywords for OTA:-

AttachmentFactory
Attachment
ExtendedStorage
TestSetFolder
TestSetFactory
TestSet

There is one more way to do the same. You need to save the QTP script in …

Popularity: 55% [?]

[26 Jun 2009 | No Comment | 1,663 views | Author: Puneet Kalra]

In this file, you define any custom test object classes that you want QTP to use to represent your custom controls in tests and components. Define a test object class for each custom control that cannot be adequately represented by an existing Delphi test object class.
In a test object configuration XML, you define the test object classes (for example, their identification properties, the test object methods they support, and so on). To do this you define a ClassInfo element for each test object class. In addition, you define the name …

Popularity: 38% [?]