Don Smith Tech4Test.com.

Slides:



Advertisements
Similar presentations
EVENT/CLIENT NAME or Confidentiality statement 11/7/ :42 AM New Brand FMT-P2 1 What is Quality Center Open Test Architecture (OTA) API? The Open.
Advertisements

Analysis And Reporting With Office Web Components Mike Ammerlaan Program Manager Excel/Components Microsoft Corporation
Database Management Using Microsoft Access Xinhua Chen, Ph.D. Chinese Association of Professionals in Science and Technology March 23, 2003.
SharePoint Forms All you ever wanted to know about forms but were afraid to ask.
PivotTables in Excel Jananie Selvaratnam. What is PivotTable? PivotTable is a data summarization tool found in data visualization program such as spreadsheets.
Little Used, but Powerful Features with GP Cathy Fregelette, CPA, PMP Practice Manager BroadPoint Technologies September 20, 2012.
FRAN CAMPANA CAT/MORGAN LIBRARY Discoverer Plus. What is Discoverer Plus? Oracles Discoverer Plus report writing tool that provides access to the Colleges.
Chris Kunicki CTOHipTrends.com Charles Maxson Technical Evangelist Plural Microsoft ® Office And The Web
Unknown/uncontrolled data applications Bad/broken end-user applications Inefficient business processes Backlog of IT requests No data access control/backup.
Using VB with MS Applications R. Juhl, Delta College.
GP2013 (R2) New features in GP2013 (R2). New Ribbon for windows Edit List is the Print button on the right without the paper background Action pane can.
CASE SCENARIO: GOOGLE DRIVE.  When Google Drive first launched, it served as a place to store your files in the cloud so that they could be accessed.
1 Chapter 12 Working With Access 2000 on the Internet.
Integrating Access with the Web and with Other Programs.
Lecture Microsoft Access and Relational Database Basics.
INTERNET DATABASE Chapter 9. u Basics of Internet, Web, HTTP, HTML, URLs. u Advantages and disadvantages of Web as a database platform. u Approaches for.
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
Matt Masson| Senior Program Manager
Tutorial 11: Connecting to External Data
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
DBA230 Introducing SQL Server 2000 Reporting Services Jason Carlson Product Unit Manager SQL Server Microsoft Corporation.
SQL Server Reporting Services London Database Developer Forum Anoop Patel.
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
With Microsoft Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2007 Comprehensive.
Microsoft Office Project Desktop Development Marcel Parent Program Manager Project Microsoft Corporation.
The PI-ProcessBook Family Customizable views of your data - Anywhere you want them.
Class Instructor Name Date. Classroom Tips Class Roster – Please Sign In Class Roster – Please Sign In Internet Usage Internet Usage –Breaks and Lunch.
Server Side Programming ASP1 Server Side Programming Database Integration (cont.) Internet Systems Design.
Chapter 11: Introduction to the Visual Basic Environment Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University.
Creating Web Applications Using ASP.NET Chapter Microsoft Visual Basic.NET: Reloaded 1.
COLD FUSION Deepak Sethi. What is it…. Cold fusion is a complete web application server mainly used for developing e-business applications. It allows.
TERA: PAMS Reporting By Michael McGuire
2. Introduction to the Visual Studio.NET IDE. Chapter Outline Overview of the Visual Studio.NET IDE Overview of the Visual Studio.NET IDE Menu Bar and.
Microsoft FrontPage 2003 Illustrated Complete Using Office Components.
Microsoft® Excel 2010: Beyond the Basics New Display & Analysis Features Wilma & Bob Andrews, Richmond, VA.
Introduction to the Visual Studio.NET IDE (LAB 1 )
1 3. Computing System Fundamentals 3.1 Language Translators.
Putting it all together Dynamic Data Base Access Norman White Stern School of Business.
The Region 10 STORET Legacy System Provides for Dynamic Real-Time Analysis of Legacy STORET Data via the Web Go Dynamically From: Interactive Web Maps.
Hands-On Microsoft Windows Server Implementing Microsoft Internet Information Services Microsoft Internet Information Services (IIS) –Software included.
CS1001 Lecture 9. Overview Security Security HTML HTML.
Chapter 11: Introduction to VBA Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Excel Power User Instructor: Tom Vorves
Intermacs Form Download Excel Tutorial Pivot Tables, Graphic Tools, Macros By: Devin Koehl.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
Introduction to SQL Server 2000 Reporting Services Jeff Dumas Technical Specialist Microsoft Corporation
Wes Preston DEV 202. Audience: Info Workers, Dev A deeper dive into use-cases where client-side rendering (CSR) and SharePoint’s JS Link property can.
XP Creating Web Pages with Microsoft Office
Reporting and Analysis With Microsoft Office
SQL Server Reporting Service & Power BI
Innovative Technology Solutions
Microsoft FrontPage 2003 Illustrated Complete
Microsoft Office Illustrated
07 | Analyzing Big Data with Excel
Tutorial 8 Objectives Continue presenting methods to import data into Access, export data from Access, link applications with data stored in Access, and.
Using Access to Implement a Relational Database
Brief Overview and Security
أ.إسراء الطريقي أ. هاله الشملان , 102 تقن , المعمل الخامس
IS-171 Computing With Spreadsheets
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Microsoft Office Access 2003
Microsoft Office Access 2003
Navigating Your GP Data
Tutorial 7 – Integrating Access With the Web and With Other Programs
Databases Continued 10/18/05.
Donald Donais Minnesota SharePoint Users Group – April 2019
Extend Excel with Smartlist Designer
Generate Data with Google Analytics SQL Saturday /04/2019.
Presentation transcript:

Don Smith Tech4Test.com

 Excel Reports  HTML App using OTA  C# using OTA  And any other tool or language that can access a Dynamic Link Library (DLL)

 HP User’s Guide (12 pages)  SQL  Retrieve data from almost any table or test asset  Database Reference (quality_center_db.chm)  Excel Visual Basic for Applications (VBA)  Format data via VBA (PivotTables, Charts, etc.)

 Filtering by Test Plan Path  Filtering by Test Lab Path  Filtering by Release/Cycle  Filtering by Other Fields

 Filter by  Test Set  ReleaseName  ReleaseCycle  TestSetFolderPath

 Other Fields  Test Set Fields can be added into the select and where clauses  Test Case Fields can be added but require the addition of the ‘Test’ table to the from clause and an additional statement to the where clause

 We have the data…how do we format it?  What does the user of the report want?  What is important to highlight?  How are we going to highlight it?

 Excel VBA – Excel Macros  Create PivotTables, Charts, etc.  Create Custom Tables  Summarize, Manipulate and Format Data

 Post-processing = Excel VBA/Macros  Default gives you the “Range”  Tip: Use the “Microsoft Visual Basic for Applications” editor in Excel to create your Post-Processing code

 On the PTSumm worksheet “PivotTable”

 Reporting by type of tests and application

 Reporting by Iterations

 What is an HTML Application?  Single file with HTML and Scripting included  As per Microsoft, HTAs are full-fledged applications. HTAs pack all the power of Internet Explorer—its object model, performance, rendering power and protocol support—without enforcing the strict security model and user interface of the browser. us/library/ms536496(VS.85).aspx us/library/ms536496(VS.85).aspx

 GUI for connecting to QC

 Test Plan view of folders and test cases

 Sqaforums.com  Forums.itrc.hp.com  Msdn.com  ConnectedTesting.com  Other random code searches…

 Live Demo  Questions Utilities available for download at Tech4Test.com Don Smith Tech4Test.com