Quality Center Customization

Size: px
Start display at page:

Download "Quality Center Customization"

Transcription

1 Capgemini India Private Limited 24 th July 2013 Prepared by: Sapna Chavan

2 1 Table of Contents 1. Abstract Introduction to Quality Center Test Management Process Defect Template Generating Customized Reports Camera Tool Conclusion References Author s Biography... 8

3 2 1. Abstract HP Quality Center is a widely used Test Management Tool, that helps us automate key activities, including requirement management, test planning and Defect management. In this document, I have covered different approaches that are available to customize Quality Center, in order to maximize the utilization of the product. 2. Introduction to Quality Center Quality Center a.k.a QC is a test management tool. It is a product developed by HP to create a project (central repository) of manual and automated tests, build test cycles, run tests, track defects, and generate graphs and reports. These graphs and reports help us to review the progress of test planning, test runs and defect tracking before a software release. It combines an integrated suite of role-based applications, a business dashboard, and an open, scalable, and extensible foundation all designed to optimize and automate key quality activities, including test management, requirements, and defects tracking; functional testing and regression testing. 2.1 Test Management Process

4 3 Specify Requirements: Requirements gathering for that particular project Plan/Create Test: Based on Requirements test planning activity is done Execute Tests: Test cases can be executed in two ways, manually or in automated way. Track Defect: If any discrepancy in requirement and the product behaviour, a defect will be raised. Report/Graph Generation: Report or Graph of the overall project status can be viewed Defect Template Reporting a bug/defect properly is as important as finding a defect. If the defect found is not logged/ reported correctly and clearly then it won t be addressed properly by the developers, so it is very important to fill as much information as possible in the defect, so that it is very easy to understand the actual issue. Most of the times during testing, we have defects where a lot of attributes are same while we work on a particular module/application. This can be time consuming and tedious while logging 50+ similar defects for the module/application. Solution to this is to create a defect template that can be modified from time to time. Eg. We can add formatted headers like Description, Steps to Reproduce, Expected Result, Actual Result etc. When a user creates a new defect, all these fields would be automatically populated in the defect description. Implementation Benefits: Reusability is the biggest advantage of using Defect template. Other benefits include Reduces defect creation time and efforts: Defect templates provides a framework which simplifies the defect writing process Increased productivity: With less time being spent on defect writing and formatting, results in increased productivity Uniform and consistent appearance: Defect template ensures consistent look and structure Steps: 1) Create a new defect and enter the template information (header, title, description etc.) and formatting (bold, italic, font color etc.) 2) Make a note of the Defect Id of the defect we just created. (assuming the Defect Id is 10) 3) Go to Tools -> Customize and open Workflow Script Editor. 4) In our Workflow Script, add the following line to Defect Bug_New subroutine

5 4 Bug_Fields( BG_DESCRIPTION ).Value = TDConnection.BugFactory.Item(10).Fields( BG_ DESCRIPTION ) 5) Save as a Minor Change, and now whenever a user creates a new defect it will grab all the details from Defect Template 3.2 Generating Customized Reports HP QC offers a wide range of powerful reports for test, defects and requirements with the advanced feature set. The basic built-in reporting capabilities of HP QC are not sufficient for tracking the team activities, identifying progress patterns, or facilitating the strategic decisions. Using Excel Report Generator, we tried to customize the QC reporting in order to improve the testing process. The Excel Report Generator allows us to run arbitrary queries against the Quality Center database. Following is the list of few reports that we have created, based on our project requirement Defect Reports: Report that generates list of defects (along with defect details) that are not linked to any test case Report that generates list of defects (along with defect details) that are logged on any particular day Report that finds bugs that are in Open status and are linked to passed test cases Test Execution Reports: Report that generates list of test cases that are executed of any particular day Report that generates list of test cases that are not yet moved to test lab Report that generates a list of test cases such that the associated defects are Closed but the test case is still in status other then Passed Report that generates list of test cases which are failed/blocked with defect which are now closed or deferred or rejected Implementation Benefits: The QA test manager generates different kind of reports as per project nature. By customising the reports as per the project requirement, helps in time and efforts saving for the QA team. These reports can then be used for real time decision making, matrices, Daily/weekly status reporting and dashboards. The efforts and time required for collecting and presenting the data is saved, thus resulting in effort/ cost savings. Steps: 1) Navigate to Dashboard module in QC project 2) Create a new excel report 3) Select the newly created report and go to Configuration tab 4) Go to Query Builder 5) Enter the required query and click on Generate Report button Example Query:

6 5 This query shows all test cases in all folders. Select TEST.TS_TEST_ID AS Test Id, TEST.TS_NAME AS Test Name TEST.TS_EXEC_STATUS AS Execution Status From TEST ORDER BY TEST.TS_TEST_ID The above said query is prepared based on most frequently used tables listed below Table Name REQ REQ_TYPES REQ_COVER TEST TEST_CYCL BUG Maps to Requirements Requirement Types Requirements Coverage. Maps requirements to test cases Contains test case details For test execution and test run details For defect details 3.3 Camera Tool Camera tool can be used to attach images on AUT (application under test) to Quality center. Implementation Benefits: Using the camera tool, we can take the snapshots of the application. Quality center automatically uploads the image and unique file name with a.jpg extension. This file name will also appear in the Attachments list. We can even add comments to the snapshot using the description box provided. Thus camera tool save all the efforts to take the screen prints, format, save and then upload them to Quality center. The camera tool can be accessed from the following places in QC depending on where the snapshot has to be added. In the Attachments tab of a folder which is part of the Test Plan tree.

7 6 In the Attachments tab of a test case in Test Plan In the Attachments tab of a defect In the New Defect window which can be reached from the Defects section of QC by creating a new defect or while creating a new defect from Test Lab during a test run. Steps: The camera tool can be used as follows 1) Click on the camera icon from any of the above mentioned locations. A snapshot window will open with another camera icon in it.

8 7 2) Drag the camera icon from the Snapshot window (the snapshot window will minimize) and drop it on the window for which an image is required. The copied image will be visible in the snapshot window. 3) We can use the Zoom In and Zoom Out features for clarity and attach the image to the test case or defect as the case may be.

9 8 4. Conclusion Using the different approaches mentioned for customizing Quality Center, we can easily identify information required for progress of testing and development. Properly customizing HP QC helps to efficiently manage multi-application testing efforts and also supports decision making. It provides us with an incremental and iterative roadmap for achieving fast results to meet our organizational goals. 5. References Project Experience Quality Center Guide 6. Author s Biography Sapna Chavan is working with Capgemini from last 2 and half years, with a total IT experience of 5 and half years. She works for Discover Financial Services client, as a part of Automation team. She has expertise in Functional testing, System testing, Automation testing, framework design and implementation. Also have experience in Selenium, Robotium, Calabash etc. Actively involved with L&C Practice by conducting numerous QTP sessions, preparing assessment questions and reviewing and updating training material

Copyright 2013 by AGILOD Consulting, LLC. All Rights Reserved. Test Automation. Done The AGILOD Way

Copyright 2013 by AGILOD Consulting, LLC. All Rights Reserved. Test Automation. Done The AGILOD Way All Rights Reserved. Test Automation Done The AGILOD Way What is The AGILOD Way? The AGILOD Way refers to a unique approach to test automation combined with a set of open source QTP actions & function

More information

Diploma in Software Testing 2.0 (HP)

Diploma in Software Testing 2.0 (HP) SEED Infotech Ltd. : ' Panchasheel', 42/16, Erandawana`, SEED Infotech Lane, Off Karve Road Pune - 411004. India www.seedinfotech.com Course Name : Duration : Class room: 108 Hrs. Diploma in Software Testing

More information

Blue Mountain Community College Website Maintenance Instructions

Blue Mountain Community College Website Maintenance Instructions Blue Mountain Community College Prepared by Velda Arnaud August, 2014 Blue Mountain Community College Overview View the site any time by clicking on the Site Preview at the top of the screen. Urgent News

More information

Dashboards and Portlets Instructions for the creation of End User Custom Dashboards and Portlets in the PPM system.

Dashboards and Portlets Instructions for the creation of End User Custom Dashboards and Portlets in the PPM system. Objective: To provide guidance to the PPM End User Community in the continued enhancement and engagement of new stakeholders to improve the End User Experience and the gathering and reporting of Actionable

More information

HP ALM Overview. Exercise Outline. Administration and Customization Lab Guide

HP ALM Overview. Exercise Outline. Administration and Customization Lab Guide HP ALM 11.00 Administration and Customization Lab Guide Overview This Lab Guide contains the exercises for Administration and Customization of HP ALM 11 Essentials training. The labs are designed to enhance

More information

Performance Evaluation Essentials

Performance Evaluation Essentials Performance Evaluation Essentials Program Outline Table of contents Quick Reference Guide Navigating the myua Dashboard... 3 Quick Reference Guide Create Performance Evaluation... 4 Quick Reference Guide

More information

Introduction to ALM, UFT, VuGen, and LoadRunner

Introduction to ALM, UFT, VuGen, and LoadRunner Software Education Introduction to ALM, UFT, VuGen, and LoadRunner This course introduces students to the Application Lifecycle Management line products Introduction to ALM, UFT, VuGen, and LoadRunner

More information

Sourcing - How to Create a Negotiation

Sourcing - How to Create a Negotiation Martin Baker Secure Source-To-Pay Sourcing - How to Create a Negotiation December 07 Contents To Create a Project... To Create a Negotiation... 5 Attachments... 7 Private File Archive... 7 Creating Lines,

More information

Quality Assurance and IT Risk Management

Quality Assurance and IT Risk Management Quality Assurance and IT Risk Deutsche Bank s QA and Testing Transformation Journey Michael Venditti Head of Enterprise Testing Services, Deutsche Bank IT RISK - REGULATORY GOVERNANCE Major shifts in the

More information

ALM120 Application Lifecycle Management 12.0 Essentials Gold Package

ALM120 Application Lifecycle Management 12.0 Essentials Gold Package Course Data Sheet ALM120 Application Lifecycle Management 12.0 Essentials Gold Package Course No: ALM120-120 For software version(s): Software version used in the labs: 12.0 Delivery formats: Instructor

More information

VIEW POINT. Choosing the right automation tool and framework is critical to project success. Harsh Bajaj, Technical Test Lead ECSIVS, Infosys

VIEW POINT. Choosing the right automation tool and framework is critical to project success. Harsh Bajaj, Technical Test Lead ECSIVS, Infosys VIEW POINT Choosing the right automation tool and framework is critical to project success Harsh Bajaj, Technical Test Lead ECSIVS, Infosys Introduction Organizations have become cognizant of the crucial

More information

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year!

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year! DUMP STEP Question & Answer ACCURATE STUDY GUIDES, HIGH PASSING RATE! Dump Step provides update free of charge in one year! http://www.dumpstep.com Exam : 70-497 Title : Software Testing with Visual Studio

More information

QA & Test Management

QA & Test Management Manual and Automated Testing Comprehensive Test with Parametrized Test Cases, Test Sets & Execution Test Case Library and Re-use Requirements-Test Coverage Analysis Reporting Defect Issue & Change Request

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer HP QC

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer HP QC About the Tutorial HP Quality Center (QC), a commercial test management tool by HP, supports various phases of software development life cycle. It is popularly known as HP-ALM Application Life Cycle Management.

More information

UFT120 Unified Functional Testing 12.0 Essentials Instructor-Led Training For version 12.0

UFT120 Unified Functional Testing 12.0 Essentials Instructor-Led Training For version 12.0 UFT120 Unified Functional Testing 12.0 Essentials Instructor-Led Training For version 12.0 Overview This course provides a comprehensive understanding of how to use the Unified Functional Testing (UFT)

More information

HP ALM Feature Comparison Guide.

HP ALM Feature Comparison Guide. HP ALM Comparison Guide - & HP - - - www.hp.com/go/alm www.hp.com/go/almdev 1 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Comparison

More information

Diploma in Software Testing (DST)

Diploma in Software Testing (DST) SEED Infotech Ltd. : ' Panchasheel', 42/16, Erandawana`, SEED Infotech Lane, Off Karve Road Pune - 411004. India www.seedinfotech.com Course Name : Duration : Class room: 114 Hrs Product Code : ST-ST-50001

More information

V12 Highlights. What s new in Richmond ServiceDesk V12?

V12 Highlights. What s new in Richmond ServiceDesk V12? V12 Highlights What s new in? Richmond ServiceDesk v12 incorporates many new features including a new Report Generator, a new CSP Homepage Designer, a new CSP Menu Designer, a new CSP Panels and new CSP

More information

Functional Testing with Mercury QuickTest Professional

Functional Testing with Mercury QuickTest Professional Functional Testing with Mercury QuickTest Professional Functional Testing Overview Definition Certify the application from a business perspective Process Validate application functions against the functional

More information

Document Management Guide

Document Management Guide Document Management Guide Overview The Document Management module allows users to associate documents to: locations, incident types, violations, and call types. When a document is associated to any of

More information

Modern Requirements4TFS 2018 Release Notes

Modern Requirements4TFS 2018 Release Notes Modern Requirements4TFS 2018 Release Notes Modern Requirements 3/7/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES... 4 2. ENHANCEMENT...

More information

Wipro s Endur Test Automation Framework (W-ETAF) Reduces time and effort for the implementation and maintenance of an automated test solution.

Wipro s Endur Test Automation Framework (W-ETAF) Reduces time and effort for the implementation and maintenance of an automated test solution. Wipro s Endur Test Automation Framework (W-ETAF) Reduces time and effort for the implementation and maintenance of an automated test solution. Introduction: Commodity trading, transaction and risk a changing

More information

QTP interview questions

QTP interview questions QTP interview questions Testing interview questions 1. What are the Features & Benefits of Quick Test Pro (QTP 8.0)? - Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury

More information

Mercury Quality Center Tutorial, Version 8.2

Mercury Quality Center Tutorial, Version 8.2 Mercury Quality Center Tutorial, Version 8.2 This manual, and the accompanying software and other documentation, is protected by U.S. and international copyright laws, and may be used only in accordance

More information

Microsoft Exam Questions & Answers

Microsoft Exam Questions & Answers Microsoft 70-497 Exam Questions & Answers Number: 70-497 Passing Score: 800 Time Limit: 120 min File Version: 44.1 http://www.gratisexam.com/ Microsoft 70-497 Exam Questions & Answers Exam Name: Software

More information

WHITEPAPER. Automated Functional Equivalence Testing. A White Paper by: Sagar M. Patil December, 2012

WHITEPAPER. Automated Functional Equivalence Testing. A White Paper by: Sagar M. Patil December, 2012 WHITEPAPER Automated Functional Equivalence Testing A White Paper by: Sagar M. Patil December, 2012 1 Table of Contents Executive Summary... 3 Typical Migration Testing Challenges... 4 Automation Approach

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap Harvard University Introduction to ArcMap Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 1: Basic Mapping in ArcMap Individual files (lab instructions,

More information

This presentation will show you how to create a page in a group eportfolio.

This presentation will show you how to create a page in a group eportfolio. This presentation will show you how to create a page in a group eportfolio. 1 If you are using your eportfolio for presenting group work, you will need to create a group eportfolio page, which all the

More information

Patrice M. Anderson Instructional Designer

Patrice M. Anderson Instructional Designer Patrice M. Anderson Instructional Designer Portfolio Sample Instructor-Led Training This sample contains the ToC and one chapter from the instructor-led student workbook for HP Quality Center (QC) software.

More information

Techno Expert Solutions An institute for specialized studies! Introduction to Advance QTP course Content

Techno Expert Solutions An institute for specialized studies! Introduction to Advance QTP course Content Introduction to Advance QTP course Content NTRODUCTION TO AUTOMATION Automation Testing Benefits of Automation Testing Automation Testing Vs Manual Testing Automation Test Tools Tool selection criteria

More information

Creating a Dashboard Prompt

Creating a Dashboard Prompt Creating a Dashboard Prompt This guide will cover: How to create a dashboard prompt which can be used for developing flexible dashboards for users to utilize when viewing an analysis on a dashboard. Step

More information

GROUP CANVAS USER SIDE FUNCTIONS

GROUP CANVAS USER SIDE FUNCTIONS Group Canvas V5.0 17 GROUP CANVAS USER SIDE FUNCTIONS INTRODUCTION Once the template is available on the user side there are a number of functions that the users have access to. This section of the manual

More information

Using Macromedia Contribute to edit Web Content

Using Macromedia Contribute to edit Web Content Using Macromedia Contribute to edit Web Content SSA Web Team: 1106 Madison St, 4 th Fl. Oakland 94607 Jim Damian jdamian@acgov.org 510.271.9163 Lisa Castillo lcastill@acgov.org 510.271.9122 Stephanie Hornung

More information

Exam Questions

Exam Questions Exam Questions 70-499 Recertification for MCSD: Application Lifecycle Management https://www.2passeasy.com/dumps/70-499/ 1.. You plan to roll out Microsoft Test Manager (MTM). Phase 1 testing will include

More information

Agile Test Automation Framework - Overhauling the Challenges

Agile Test Automation Framework - Overhauling the Challenges Agile Test Automation Framework - Overhauling the Challenges By Merral Crasto Test Lead, IBM India Pvt Ltd. Email: mecrasto@in.ibm.com - 1 - Table of Contents Abstract...3 About IBM India Pvt Ltd...3 The

More information

CollabNet Desktop - Microsoft Windows Edition

CollabNet Desktop - Microsoft Windows Edition CollabNet Desktop - Microsoft Windows Edition User Guide 2009 CollabNet Inc. CollabNet Desktop - Microsoft Windows Edition TOC 3 Contents Legal fine print...7 CollabNet, Inc. Trademark and Logos...7 Chapter

More information

Web Pro Manager: General User Guide

Web Pro Manager: General User Guide Web Pro Manager: General User Guide Version 1.14 (7/2013) Web Pro Manager is an open-source website management platform that is easy to use, intuitive, and highly customizable. Web Pro Manager can be used

More information

Scrat User Guide. Quality Center 2 Team Foundation Server 2010 Migration Tool. Version: Last updated: 5/25/2011. Page 1

Scrat User Guide. Quality Center 2 Team Foundation Server 2010 Migration Tool. Version: Last updated: 5/25/2011. Page 1 Scrat User Guide Quality Center 2 Team Foundation Server 2010 Migration Tool Version: 1.0.0 Last updated: 5/25/2011 Page 1 CONTENTS INTRODUCTION... 3 INSTALLATION... 4 Prerequisites 4 Activation 6 Check

More information

How to use the transcription tool STATE LIBRARY GUIDE

How to use the transcription tool STATE LIBRARY GUIDE How to use the transcription tool STATE LIBRARY GUIDE Transcription website https://transcripts.sl.nsw.gov.au/ Overview of the transcription process The Library loads the digitised image of the document

More information

AiM CPPM Capital Project

AiM CPPM Capital Project AiM Navigation icons Budget Manager Date Manager Budget Revision screen is the main source of information on a project. is the central hub to which all other transactions will be associated. How to enter

More information

VHIMS UPGRADE VERSION

VHIMS UPGRADE VERSION Introduction A new RiskMan version release is now available for VHIMS clients. The following new features and modifications have been implemented since the previous release. What s New What s Changed Homepage

More information

Lesson 19 Organizing and Enhancing Worksheets

Lesson 19 Organizing and Enhancing Worksheets Organizing and Enhancing Worksheets Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition 1 Objectives Hide, show, and freeze columns and rows. Create, rename, and delete worksheets. Change

More information

Mambu Mobile Overview v4.0.1

Mambu Mobile Overview v4.0.1 Mambu Mobile Overview v4.0.1 1 of 41 Versi on # Change History Date Description Summary of Changes 1.0 June 2014 Initial Release 2.0 November 2014 Updated with changes for Mambu Mobile v2.4 2.5 February

More information

Sharepoint-Committee and Task Force Sites-For Saddleback College

Sharepoint-Committee and Task Force Sites-For Saddleback College Site Design The Committee site has been designed with the Microsoft Office Document Workspace Template. It is the customized model for a committee or task force. Other sites available will be Team sites.

More information

A Quick-Reference Guide. To access reddot: https://cms.hampshire.edu/cms

A Quick-Reference Guide. To access reddot: https://cms.hampshire.edu/cms Using RedDot A Quick-Reference Guide To access reddot: https://cms.hampshire.edu/cms For help: email reddot@hampshire.edu or visit http://www.hampshire.edu/computing/6433.htm Where is... Page 6 Page 8

More information

Mambu Mobile Overview v5.0

Mambu Mobile Overview v5.0 Mambu Mobile Overview v5.0 1 of 44 Versi on # Change History Date Description Summary of Changes 1,0 June 2014 Initial Release 2,0 November 2014 Updated with changes for Mambu Mobile v2.4 2,5 February

More information

Inmedius S1000Dmanager

Inmedius S1000Dmanager Inmedius S1000Dmanager S1000Dmanager provides a framework for controlling the creation of technical data utilizing specific DM, DMRL, ICN and security settings, in addition to managing workflow and project

More information

Administrator's Guide

Administrator's Guide Administrator's Guide EPMWARE Version 1.0 EPMWARE, Inc. Published: July, 2015 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless

More information

BASIC USER TRAINING PROGRAM Module 4: Topology

BASIC USER TRAINING PROGRAM Module 4: Topology BASIC USER TRAINING PROGRAM Module 4: Topology Objective Students will learn to work in the Topology editor to create devices, specify links between devices, create and set properties. In addition, students

More information

CONFIGURING SAFE V4.0 IN THE IBM COLLABORATIVE LIFECYCLE MANAGEMENT

CONFIGURING SAFE V4.0 IN THE IBM COLLABORATIVE LIFECYCLE MANAGEMENT CONFIGURING SAFE V4.0 IN THE IBM COLLABORATIVE LIFECYCLE MANAGEMENT Abstract In this document, we provide step-by-step guidance to configure support for the SAFe V4.0 methodology in CLM tooling. Amy Silberbauer

More information

Ways to Optimize QA Environment

Ways to Optimize QA Environment 1 Capgemini India Private Limited July 2013 Prepared by: Ashish Mishra 2 Table of Contents 1. Abstract... 3 2. Introduction... 3 3. Location and Nature of Applications under Test... 3... 4 4. Location

More information

Testing in the Agile World

Testing in the Agile World Testing in the Agile World John Fodeh Solution Architect, Global Testing Practice 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Outline

More information

COMMUNITIES USER MANUAL. Satori Team

COMMUNITIES USER MANUAL. Satori Team COMMUNITIES USER MANUAL Satori Team Table of Contents Communities... 2 1. Introduction... 4 2. Roles and privileges.... 5 3. Process flow.... 6 4. Description... 8 a) Community page.... 9 b) Creating community

More information

Training Content Key Terms... 1 How to Run a Report... 2 How to View a Dashboard... 5 How to Modify & Customize Reports... 6

Training Content Key Terms... 1 How to Run a Report... 2 How to View a Dashboard... 5 How to Modify & Customize Reports... 6 Salesforce Reporting Tools Technical Assistance email: support@salesforce.asu.edu Salesforce: http://asu.my.salesforce.com Training Content Key Terms... 1 How to Run a Report... 2 How to View a Dashboard...

More information

ISQua Collaborate User Guide for Surveyors

ISQua Collaborate User Guide for Surveyors 2017 ISQua Collaborate User Guide for Surveyors THE INTERNATIONAL SOCIETY FOR QUALITY IN HEALTH CARE LTD TABLE OF CONTENTS About ISQua Collaborate... 2 Getting started... 2 Logging in... 3 Dashboard...

More information

Integrating with Microsoft Visual Studio Team System. For Borland CaliberRM Users

Integrating with Microsoft Visual Studio Team System. For Borland CaliberRM Users Integrating with Microsoft Visual Studio Team System For Borland CaliberRM Users Micro Focus may have patents and/or pending patent applications covering subject matter in this document. Please refer to

More information

Performance Management System

Performance Management System Quick Reference Guide Joint Objective setting - Employee During the Objective Setting Phase you and your Leader will develop a Performance and Development Review (PDR) for the year ahead. Access mycareernet

More information

NRize Responsive Custom T shirt Designer

NRize Responsive Custom T shirt Designer NRize Responsive Custom T shirt Designer Created: 22nd July 2015 Latest update: 16 May 2016 By: CSSChopper Team Email: david@csschopper.com Shopify Page: https://apps.shopify.com/online product customizer

More information

Agile Test Summary Report Template

Agile Test Summary Report Template Agile Test Summary Report Template Introduction The following pages of this document contain a Test Summary Report template, which may be copied and used as the basis of a Test Summary Report for a particular

More information

Learn Well Technocraft

Learn Well Technocraft -This course includes Manual Testing aspects plus basic automation testing tools. The content included in the syllabus is sufficient for clearing the ISTQB certification. Note: We have combo course and

More information

LaunchStation Controller

LaunchStation Controller LaunchStation Controller Software Defined Labs Platform for Hybrid Network Management, Topology Orchestration, Advanced Automation, & Resource Utilization LaunchStation Overview Tokalabs LaunchStation

More information

Functional testing. Appendix: Sample test plan

Functional testing. Appendix: Sample test plan Tool WinRunner is a powerful automated functional testing tool developed by Mercury Interactive. It allows a user to record and play back user interface actions as test scripts. Pre-Requisites WinRunner

More information

Black Diamond. Black Diamond Advisor Experience: Portfolio View. Activation

Black Diamond. Black Diamond Advisor Experience: Portfolio View. Activation Advisor Experience: Portfolio View Portfolio View is the advisor s home for dynamic client reporting. It features a dashboard of reporting content that can be configured to your preferences. This User

More information

Detailed Course Modules for Oracle BI Publisher Online Training:

Detailed Course Modules for Oracle BI Publisher Online Training: Detailed Course Modules for Oracle BI Publisher Online Training: 1 Introduction to Oracle BI Publisher 11g Course Agenda Overview of Oracle BI Foundation Suite Overview of Oracle Fusion Middleware Overview

More information

Final Paper/Best Practice/Tutorial Advantages OF BDD Testing

Final Paper/Best Practice/Tutorial Advantages OF BDD Testing Final Paper/Best Practice/Tutorial Advantages OF BDD Testing Preeti Khandokar Test Manager Datamatics Global Solutions Ltd Table of Contents Table of Contents... 2 Abstract... 3 Introduction... 3 Solution:...

More information

OnBase Guide Creating Document Packet Template

OnBase Guide Creating Document Packet Template OnBase Guide Creating Document Packet Template Goal: This guide will enable you to create a document packet template. Complexity Level: Departmental Administrative Users 1/15/2018 Table of Contents Background...

More information

Implementing a successful Test Center of Excellence (TCoE) with Sogeti and Hewlett-Packard s Application Lifecycle Management (ALM) suite

Implementing a successful Test Center of Excellence (TCoE) with Sogeti and Hewlett-Packard s Application Lifecycle Management (ALM) suite Implementing a successful Test Center of Excellence (TCoE) with Sogeti and Hewlett-Packard s Application Lifecycle Management (ALM) suite Phil Lupton Head of Service Delivery Sogeti UK 1 About me Sogeti

More information

ALM350 Application Lifecycle Management 12.x Site and Project Administration

ALM350 Application Lifecycle Management 12.x Site and Project Administration Course Data Sheet ALM350 Application Lifecycle Management 12.x Site and Project Administration Course No.: ALM350-125 Category/Sub Category: Application Development Management/ALM For software version(s):

More information

From Requirements to Test Automation in Minutes Manual Testing is Now a Thing of the Past! November 20, 2014

From Requirements to Test Automation in Minutes Manual Testing is Now a Thing of the Past! November 20, 2014 From Requirements to Test Automation in Minutes Manual Testing is Now a Thing of the Past! November 20, 2014 Brought to you by Housekeeping This LIVE session is being recorded Recordings are available

More information

Appraisal Templates. Table of Contents. Introduction... 2 System Options... 2 Using the Appraisal Templates... 2 Editing Appraisal Templates...

Appraisal Templates. Table of Contents. Introduction... 2 System Options... 2 Using the Appraisal Templates... 2 Editing Appraisal Templates... Table of Contents Introduction... 2 System Options... 2 Using the Appraisal Templates... 2 Editing Appraisal Templates... 6 27 July 2017 TIP-2017-089 1 Introduction The Appraisal Templates feature offers

More information

Curriculum Guide. Integrity 11

Curriculum Guide. Integrity 11 Curriculum Guide Integrity 11 Live Classroom Curriculum Guide Requirements Engineering with Integrity 11 Test Management with Integrity 11 Workflows and Documents with Integrity 11 Requirements Engineering

More information

Table of Contents What is Test Automation Framework?... 3 Different types of Frameworks used in QTP... 4 Linear Framework in QTP...

Table of Contents What is Test Automation Framework?... 3 Different types of Frameworks used in QTP... 4 Linear Framework in QTP... Table of Contents 1. What is Test Automation Framework?... 3 2. Different types of Frameworks used in QTP... 4 3. Linear Framework in QTP... 4 3.1 Components and Workflow of Linear Framework... 5 3.2 Advantages

More information

Due on: May 12, Team Members: Arpan Bhattacharya. Collin Breslin. Thkeya Smith. INFO (Spring 2013): Human-Computer Interaction

Due on: May 12, Team Members: Arpan Bhattacharya. Collin Breslin. Thkeya Smith. INFO (Spring 2013): Human-Computer Interaction Week 6 Assignment: Heuristic Evaluation of Due on: May 12 2013 Team Members: Arpan Bhattacharya Collin Breslin Thkeya Smith INFO 608-902 (Spring 2013): Human-Computer Interaction Group 1 HE Process Overview

More information

Exam Questions

Exam Questions Exam Questions 70-498 Delivering Continuous Value with Visual Studio 2012 Application Lifecycle Management https://www.2passeasy.com/dumps/70-498/ 1. You are the application architect on your team. You

More information

edev Technologies integreat4tfs 2015 Update 2 Release Notes

edev Technologies integreat4tfs 2015 Update 2 Release Notes edev Technologies integreat4tfs 2015 Update 2 Release Notes edev Technologies 11/18/2015 Table of Contents 1. INTRODUCTION... 2 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 DASHBOARD... 4 1. FEATURES...

More information

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41 Table of Contents 1. ebook Basics 1 2. Create a new ebook 20 3. Make Changes to the ebook 31 4. Populate the ebook 41 5. Share the ebook 63 ekaizen 1 2 1 1 3 4 2 2 5 The ebook is a tabbed electronic book

More information

User Guide For LabCollector Workflow Manager

User Guide For LabCollector Workflow Manager User Guide For LabCollector Workflow Manager Version: July 2017 2017 AgileBio. www.agilebio.com & www.labcollector.com Summary 1- INTRODUCTION... 4 2- INSTALLATION... 5 2-1. Manual mode... 5 2-2. Automatic

More information

#define 4 User Guide. Version 4.0. CGI Group Inc.

#define 4 User Guide. Version 4.0. CGI Group Inc. #define 4 User Guide Version 4.0 CGI Group Inc. Table of Contents Section Slides Wiki 5-7 Tickets 8-12 Files 13-15 Planning 16-21 Cooperate 22-24 Settings 25-31 Agile Features 32-34 Desktop Applications

More information

ARIS Architect QUICK START GUIDE. Version Service Release 7

ARIS Architect QUICK START GUIDE. Version Service Release 7 ARIS Architect QUICK START GUIDE Version 9.8 - Service Release 7 December 2016 This document applies to ARIS Version 9.8 and to all subsequent releases. Specifications contained herein are subject to change

More information

CMS Client Smart Meetings User Guide & FAQ s

CMS Client Smart Meetings User Guide & FAQ s CMS Client Smart Meetings User Guide & FAQ s AstraZeneca UK Version 7 (24/04/2017) 1 P a g e Xerox Customer Service Team Phone: 01952 566539 Email: AZUKMCservice@xerox.com Task Page No Introduction...

More information

Software Testing MANUAL TESTING. Introduction to Testing. Software Quality Software Testing Definition. Different Life Cycle Models Waterfall Model

Software Testing MANUAL TESTING. Introduction to Testing. Software Quality Software Testing Definition. Different Life Cycle Models Waterfall Model Software Testing MANUAL TESTING Introduction to Testing 1. Brief History of Testing 2. Testing Opportunities 3. Testing Principles Software Quality Software Testing Definition 1. Verification 2. Validation

More information

DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0

DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0 Administrator Manual DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0 P/N 15V-090-00054-100 Revision A SKF is a registered trademark of the SKF Group. All other trademarks

More information

Essentials of design management with Rational Software Architect

Essentials of design management with Rational Software Architect Rational Self-paced training workbook Essentials of design management with Rational Software Architect Lab exercises (Self-paced training) Self-paced training workbook Self-paced training workbook Essentials

More information

Comprehensive Test Management with Parametrization Manual and Automated Test Execution Test Case Library Management & Re-use Requirements Test

Comprehensive Test Management with Parametrization Manual and Automated Test Execution Test Case Library Management & Re-use Requirements Test Comprehensive Test Management with Parametrization Manual and Automated Test Execution Test Case Library Management & Re-use Requirements Test Coverage Analysis Reporting & Audit Trail Dashboard Defect

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

CEDMS User Guide

CEDMS User Guide CEDMS 5.3.1 User Guide Section Page # Section 1 User Interface 2 CEDMS DM Toolbar 2 Navigation Pane 3 Document List View Pane 3 Add-on Pane 3 Section 2 Saving and Importing Documents 4 Profile Form 4 Saving

More information

Quick Start Guide. ARIS Architect. Version 9.8 Service Release 2

Quick Start Guide. ARIS Architect. Version 9.8 Service Release 2 ARIS Architect Version 9.8 Service Release 2 October 2015 This document applies to ARIS Version 9.8 and to all subsequent releases. Specifications contained herein are subject to change and these changes

More information

Argos Basic Training. Overview: Sign in:

Argos Basic Training. Overview: Sign in: Argos Basic Training Overview: Argos is a campus reporting tool that allows end-users to access and extract information from Banner and Degree Works databases in a report format. Data Blocks are the foundation

More information

Modern Requirements4TFS 2018 Update 1 Release Notes

Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements 6/22/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES...

More information

ADOBE VISUAL COMMUNICATION USING DREAMWEAVER CS5 Curriculum/Certification Mapping in MyGraphicsLab

ADOBE VISUAL COMMUNICATION USING DREAMWEAVER CS5 Curriculum/Certification Mapping in MyGraphicsLab ADOBE VISUAL COMMUNICATION USING DREAMWEAVER CS5 Curriculum/Certification Mapping in MyGraphicsLab OBJECTIVES- 1.0 Setting Project Requirement 1.1 Identify the purpose, audience, and audience needs for

More information

QC MOCK TEST QC MOCK TEST

QC MOCK TEST QC MOCK TEST http://www.tutorialspoint.com QC MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to QC Framework. You can download these sample mock tests at your local

More information

THIS IS AN OBSOLETE COPYRIGHT PAGE. Use Common/Copyright/Copyright

THIS IS AN OBSOLETE COPYRIGHT PAGE. Use Common/Copyright/Copyright Unica Marketing Operations and Unica Campaign Version 8.2.0 Integration Guide Publication Date: September 20, 2010 Copyright THIS IS AN OBSOLETE COPYRIGHT PAGE. Use Common/Copyright/Copyright Table of

More information

ER/Studio Enterprise Portal Evaluation Guide. Published: March 6, 2009

ER/Studio Enterprise Portal Evaluation Guide. Published: March 6, 2009 ER/Studio Enterprise Portal 1.0.3 Evaluation Guide Published: March 6, 2009 Contents Introduction to ER/Studio Enterprise Portal 1.0... 3 Session 1: Getting Started with the Enterprise Portal... 4 Session

More information

Customer Success Onboarding Guide. Version 11.3

Customer Success Onboarding Guide. Version 11.3 Customer Success Onboarding Guide Version 11.3 Hello and Welcome to the SmartBear family! SmartBear has put a major focus on Customer Success to ensure our customers can maximize the return on their investment

More information

WhatsUp Gold 2016 Application Performance Monitoring

WhatsUp Gold 2016 Application Performance Monitoring WhatsUp Gold 2016 Application Performance Monitoring Contents Introduction 1 Overview... 1 APM Terminology... 2 APM licensing and user rights... 3 Getting started with APM... 3 Application Profiles...

More information

HP APPs v.12 Solutions for Dev-Ops

HP APPs v.12 Solutions for Dev-Ops HP APPs v.12 Solutions for Dev-Ops Kimberly Fort HP Software July 2014 Kimberly Fort Software Solutions Architect *5 Months with HP *17 Years experience using HP Tools & products *20 Years experience in

More information

Desire2Learn eportfolio

Desire2Learn eportfolio This training guide will provide you with the skills to create and manage an online repository for storing your digital artefacts and experiences. can be used by students and academics alike, to record

More information

Questions For Test Cases

Questions For Test Cases Manual Testing Notes Manager Interview Questions For Test Cases So in this case you will test the module A in depth to all test cases. You can find the manual and automation testing interview questions

More information

EDAConnect-Dashboard User s Guide Version 3.4.0

EDAConnect-Dashboard User s Guide Version 3.4.0 EDAConnect-Dashboard User s Guide Version 3.4.0 Oracle Part Number: E61758-02 Perception Software Company Confidential Copyright 2015 Perception Software All Rights Reserved This document contains information

More information

The following topics describe how to work with reports in the Firepower System:

The following topics describe how to work with reports in the Firepower System: The following topics describe how to work with reports in the Firepower System: Introduction to Reports Introduction to Reports, on page 1 Risk Reports, on page 1 Standard Reports, on page 2 About Working

More information