Tuesday, 23 December 2014

What are the modules of Quality Center?

What are the modules of Quality Center?

The Quality Center modules are:
  • Management Module: This module includes following sub modules:
    1. Release module: Enable us to define release and cycles for the application management process.
    2. Libraries module: Enables us to define libraries to track changes in project, reuse entities in project, or share entities across multiple projects.
  • Requirement Module: Helps us to manage requirements. This includes defining what we are testing, defining requirement topics and items, also analyzing requirements.
  • Test Plan: Enable us to develop and manage test in a hierarchical tree-structure. Tests can be linked to requirement and defects.
  • Test Resources: Enables us to manage test resources in a hierarchical tree structure. Tests resources can be associated with tests.
  • Test lab: Enables us to run tests and analyze the results.
  • Defect Module: Helps us to report defects, determine, repair priorities and reopen defects.
  • Dashboard: Helps to create graphs, reports and excel reports.

Tuesday, 2 December 2014

QTP (AOM) Automation Object Model



Automation Object Model (AOM):
This Model we use to invoke the QTP along with the desired test with out human intervention
Dim QTPApplication
Dim QTPTest
Set qtapp= create object (“quicktest.application”)
QTPApplication.launch
QTPApplication.visible
QTPApplication.open Path of the Script, true
Set QTPTest = QTPApplication.test
QTPTest.run
QTPTest.close
QTPApplication.quit
 qtp, qtp testing, qtp interview questions, qtp tutorials,