Showing posts with label Quality Center API. Show all posts
Showing posts with label Quality Center API. Show all posts

Tuesday, August 23, 2011

C# .NET program that uses the Quality Center API


How to create a C# .NET program that uses the Quality Center API?
Description:
This example adds a defect to a project using C# .NET.
Usage:
1. Select File -> New -> Project.
2. Select Console Application for template.
3. Give the project a Name.

VB Script application using Quality Center API

How to create a VBScript application using Quality Center API?
Description:
This example adds a defect to a project using VBScript.
Usage:
1. Open a text editor.
2. Add the code below.
3. Save it with .asp extenstion.
4. Place the file on your Web server.

Visual Basic Program that uses the Quality Center API

How to create a Visual Basic program that uses the Quality Center API?

Description:
This example adds a defect to a project using Visual Basic 6.0.
Usage:
1. Open Microsoft Visual Basic 6.0.
2. From the menu, select File -> New Project, and choose Standard EXE.
3. From the menu, select Project -> References -> OTA COM 8.0 Type Library.
4. Click <OK>.
5. Double-click on the form.
6. Add the code below.

C++ program that uses the Quality Center API

How to create a C++ program that uses the Quality Center API?

Description:
This example adds a new defect to a project using Visual C++.
Usage:
1. Open Microsoft Visual C++ 6.0.
2. From the menu, select File -> New.
3. Navigate to the Projects tab.
4. Select Win32 Application.
5. Enter a name for your project.