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,

Sunday, 16 November 2014

Explain Framework.

Record and play back Framework  :
In this Framework , User records the test steps in the application. This is very basic framework. Modular approach is not followed. Maintenance of the test scripts is time consuming and difficult.

DATA Driven Framework :
In data driven framework, importance is given to test data than multiple functionality of application. We design data driven framework to work with applications where we want to test same flow with different test data. Test data is usually stored in the excel sheet. Test steps are stored in QTP script library.

Keyword Driven Framework  :
In Keyword Driven Framework , Importance is given to functions than Test Data. when we have to test multiple functionality we can go for keyword frameworks. Each keyword is mapped to function in QTP library and application. Test data and test steps are stored in the excel file.

Hybrid Framework -
This is the combination of keyword and data driven frameworks.

After analyzing the  application, you can decide what kind of framework best suits your needs and then you can design automation framework in QTP.
3+ experience, 4+ experience, qtp,qtp tutorial,qtp testing,qtp interview questions,,qc,qc tutorial,qc interview questions,framework

Types of Automation Frameworks in QTP

Automation framework is designed to ease the process of test automation using QTP. Automation framework helps from scalability point of view. It is very easy to automate the test cases using automation framework rather than ad-hoc approach.
  1. Record and Play Back
  2. Data Driven Framework
  3. Keyword Driven Framework
  4. Hybrid Framework
qtp,qtp tutorial,qtp testing,qtp interview questions,,qc,qc tutorial,qc interview questions,framework, 3+ experience, 4+ experience,

What is Hybrid Framework in QTP?

Hybrid framework is the platform where we could put keyword driven framework , data driven framework in one. So it can do the job of the above all in one .

Keyword driven framework : It enable the tester to create its own customized keyword which can be used while automating the application.


Data driven framework : It enables the tester to fetch data from an external source such as DB , even from an excel sheet.


The framework which integrate the above two is known as Hybrid framework. 

qtp,qtp tutorial,qtp testing,qtp interview questions,,qc,qc tutorial,qc interview questions,framework, 3+ experience, 4+ experience, 

Friday, 14 November 2014

Utility Objects ?

       
The following utility statements help you control your test.


 3+ experience, 4+ experience, output value, qc test plan, management tool, qc interview questions and answers, qtp, real time, real time project, Requirements, sdlc,

Explain the check points in QTP?



A checkpoint verifies that expected information is displayed in a Application while the test is running. You can add eight types of checkpoints to your test for standard web objects using QTP.
1)A page checkpoint checks the characteristics of a Application 
2)A text checkpoint checks that a text string is displayed in the appropriate place on a Application.  
3)An object checkpoint (Standard) checks the values of an object on a Application. 
4)An image checkpoint checks the values of an image on a Application.  
5)A table checkpoint checks information within a table on a Application 
6)An Accessiblity checkpoint checks the web page for Section 508 compliance.  
7)An XML checkpoint checks the contents of individual XML data files or XML documents that are part of your Web application. 
8)A database checkpoint checks the contents of databases accessed by your web site.

3+ experience, 4+ experience, qc test plan, real time, qtp tutorial, qc web base management tool, qc tutorials pdf, option explicit, qtp questions and answers,  check points

What are the types of Object Repositorys in QTP?



QuickTest has two types of object repositories for storing object information: shared object repositories and action object repositories. You can choose which type of object repository you want to use as the default type for new tests, and you can change the default as necessary for each new test. 


The object repository per-action mode is the default setting. In this mode, QuickTest automatically creates an object repository file for each action in your test so that you can create and run tests without creating, choosing, or modifying object repository files. However, if you do modify values in an action object repository, your changes do not have any effect on other actions. Therefore, if the same test object exists in more than one action and you modify an object's property values in one action, you may need to make the same change in every action (and any test) containing the object.
3+ experience, 4+ experience, qc tutorials pdf, qtp selenium, real time project, qc web base management tool, qtp questions and answers, qc web base, qc test plan, management tool, qtp tutorial,  OR,object repository