Breaking the mould in Automated Testing. TMF London: 28th of July 2010 Richard Roy, Michael Wagner

Size: px
Start display at page:

Download "Breaking the mould in Automated Testing. TMF London: 28th of July 2010 Richard Roy, Michael Wagner"

Transcription

1 Breaking the mould in Automated Testing TMF London: 28th of July 2010 Richard Roy, Michael Wagner

2 Just two of the Evils in Functional Test Automation Reliance on Scripting (In any guise) which is a Technical Discipline. An enduring need for Test Data that is meaningful, comprehensive and in the correct state. This often requires extensive technical work, forcing testers to be distracted from the functionality they wish to test. Copyright by TRICENTIS, all rights reserved 2

3 Scripting: Scripting itself developed as a result of the limited options available in the early approaches available to Automation of Functional Testing. Straight forward Capture and Replay, to quickly build Scripts, does not work! Now Frameworks themselves have/are being developed to overcome the challenges presented by Scripting (which is in effect a new development project in itself). Some of these frameworks can help to mask some of the negative impact of Scripts, especially at a user level, but they certainly cannot overcome them all at a technical level. It is the script itself which is the cause of inflexibility in testing this is true no matter how the script is dressed up. Scripting requires staff to focus on technical issues that have nothing to do with the quality of the application under test Thus scripting itself has become the overhead and the roadblock to test automation. The typical results of a need to Script are: Greater Risk Taking in a project High Complexity High requirements for technically skilled resources High requirements for allocations of Test Time Depressingly low Automation Levels Copyright by TRICENTIS, all rights reserved 3

4 How is the need for Scripting Overcome? Business driven Dynamic Steering Hypothesis: Stable test cases become reality if the technical steering is being generated from the business-view of an application at runtime and not vice versa. Copyright by TRICENTIS, all rights reserved 4

5 Business driven Dynamic Steering Cognitive Test Cases: business language - not scripts! Requires only business SME skills Highly stable from a technical as well as from a business point of view Independent from technologies, HTML, Java,.NET, SAP, Manual execution, Copyright by TRICENTIS, all rights reserved 5

6 Business driven Dynamic Steering Business driven Dynamic Steering How does it work? Copyright by TRICENTIS, all rights reserved 6

7 Business driven Dynamic Steering Cognitive Test Cases System Under Test Business View Technical View Steering Information Copyright by TRICENTIS, all rights reserved 7

8 Business driven Dynamic Steering A test case can enter/verify data via a GUI Copyright by TRICENTIS, all rights reserved 8

9 Business driven Dynamic Steering or non-gui Business driven Dynamic Steering does not make a difference! Copyright by TRICENTIS, all rights reserved 9

10 Advantages of Business driven Dynamic Steering Eradicates completely the complexity and inflexibility of scripts Clear, stable and reusable test cases. What technology work there is done by one (or two) for the many. Manual and automated tests run in same environment. (One click Automation when appropriate). Can be mixed as and where required. Complete coverage of environments (all handled the same clear way) (GUI, Messaging, DB). Simple creation, automation and management of test cases. Opens up a wealth of opportunity for new approaches to truly overcome some of the more stubborn and traditional challenges associated with Automation of Functional Testing. Copyright by TRICENTIS, all rights reserved 10

11 Test Data Most testing initiatives involve significant overheads to build, manage and maintain Test Data Data sometimes comes from multiple sources (silo s) and obtaining it can be difficult for many reasons. (political /technical) Without correct and available test data it is not possible to achieve true automation. Production data sources of test data are sensitive : Should be properly anonimised Restrictions on locations Highly contentious Legal implications Use of vast quantities of test data (often done to attempt to maximise code coverage) can be both resource expensive and time consuming. Achieving the right State for data is often a challenge (time and time again). Some tests can take DAYS to run. As the data changes across the test one fault can grind the entire test to a halt, meaning a complete restart of the test is required. Copyright by TRICENTIS, all rights reserved 11

12 Advantages of synthetic test data Synthetic test data Perfect accuracy Each test data object has a specific test purpose or is the result of a specific test process and covers an exact defined precondition. Production data Incomplete data material Restricted data material as regards content, data are derived only from the past! Hidden data material Finding adequate data is difficult at times impossible! High test coverage Low test coverage Low data volume High data volume Extractors are complex often complete extractions of production data Costs for maintenance of data basis are proportional to the data volume in Mainframe (keyword: MIPS consumption!) Low operating costs No anonymization required High operating costs Anonymization ex post required Copyright by TRICENTIS, all rights reserved 12

13 Two approaches to obtaining test data Synthetic test data Production data Perfect accuracy Each test data object has a specific test purpose or is the result of a specific test process. Low data volume Incomplete data material Restricted data material as regards content, data are derived only from the past! Hidden data material Finding adequate data is difficult at If synthetic test data have times indeed impossible! so many advantages why do all companies use High test coverage production data? Low test coverage High data volume Extractors are complex often complete extractions of production data Costs for maintenance of data basis are proportional to the data volume in Mainframe (keyword: MIPS consumption!) Low operating costs No anonymization required High operating costs Anonymization ex post required Copyright by TRICENTIS, all rights reserved 13

14 Difficulties - synthetic test data The following situations occur: Test executions consume or exhaust test data. Example: When a valid contract is canceled, it will be marked as canceled. This contract cannot be used again for further test executions. The tests require a (complex) process history in the test data objects. Example: To test a calculation of commission or charges of a checking account, specific booking histories over a potentially long time period for the respective checking account are required. The generation or adaptation of data objects requires non-gui Input and cannot be performed manually. Example: Account transactions cannot be entered via the interface of the SuT but only via WebSphere MQ data records. Copyright by TRICENTIS, all rights reserved 14

15 The magic triangle of test efficiency Automatic TestCase execution Automatic creation/adaptation of test data objects Copyright by TRICENTIS, all rights reserved 15

16 The magic triangle implementation approach Copyright by TRICENTIS, all rights reserved 16

17 That is potentially a lot of data to handle Now we got potentially thousands of test data objects physically created in the data base of our SuT: e.g. Account holders, Insurants, Customers, Vendors, Contracts, Partners, Products.. After that, other test cases have started batch jobs with the SuT that process or aggregate our test data objects: e.g. create the required booking history at a bank account e.g. create a certain history into a live-insurance contract e.g. create a sales transaction history with a vendor/partner e.g. create stock at a warehouse. Somebody or something needs to keep track about this. There must be a central unit that exactly knows about all test data objects: Quantity, Status. Otherwise we re lost again! Copyright by TRICENTIS, all rights reserved 17

18 However somebody needs to maintain control and that somebody is: TOR the Test Data Object Registry create register get use New register status changes TOR consume register consumption Copyright by TRICENTIS, all rights reserved 18

19 Project overview pilot project Project scope: Solution for the test data problem for a large bank Main objectives: Reduce test data volume to 3 per cent of current data volume while maintaining and/or increasing test coverage Anonimisation of production data Project landscape: Core banking system with partner management, accounts management, payment management and security management, Technologies: Siebel: CRM System (Partner Management and Account Management, Security Trading) Avaloq: (Security Management) 3270 Terminal Application: Payment Management WebSphere MQ: non-gui Interface for all involved applications Copyright by TRICENTIS, all rights reserved 19

20 Implementation approach Efficiency Potential: TestCase-Design! Efficiency Potential: Test Automation! Copyright by TRICENTIS, all rights reserved 20

21 Implemented solution Synthetic dynamic test data Massive usage of test automation (especially in the non-gui area to create the necessary test data objects) Copyright by TRICENTIS, all rights reserved 21

22 Thank you! Copyright by TRICENTIS, all rights reserved 22

The Future of Testing: Continuous Enterprise Testing

The Future of Testing: Continuous Enterprise Testing The Future of Testing: Continuous Enterprise Testing ANZTB Test Conference, Canberra, 1 June 2018 Thomas Hadorn. Dev Ops Years Months Months Weeks Delivery Cycle Time Weeks Days Perceived Disruption Software

More information

DESIGN HELPED A MAJOR AND HIGHER SOFTWARE CUSTOMER SUCCESS STORY ABOUT THE CLIENT

DESIGN HELPED A MAJOR AND HIGHER SOFTWARE CUSTOMER SUCCESS STORY ABOUT THE CLIENT CUSTOMER SUCCESS STORY AUTOMATED TEST DESIGN HELPED A MAJOR INSURANCE COMPANY ACHIEVE OPTIMIZED AND HIGHER SOFTWARE QUALITY ABOUT THE CLIENT The client is a major insurance company in the United States

More information

The Bizarre Truth! Automating the Automation. Complicated & Confusing taxonomy of Model Based Testing approach A CONFORMIQ WHITEPAPER

The Bizarre Truth! Automating the Automation. Complicated & Confusing taxonomy of Model Based Testing approach A CONFORMIQ WHITEPAPER The Bizarre Truth! Complicated & Confusing taxonomy of Model Based Testing approach A CONFORMIQ WHITEPAPER By Kimmo Nupponen 1 TABLE OF CONTENTS 1. The context Introduction 2. The approach Know the difference

More information

SOLUTION BRIEF CA TEST DATA MANAGER FOR HPE ALM. CA Test Data Manager for HPE ALM

SOLUTION BRIEF CA TEST DATA MANAGER FOR HPE ALM. CA Test Data Manager for HPE ALM SOLUTION BRIEF CA TEST DATA MANAGER FOR HPE ALM CA Test Data Manager for HPE ALM Generate all the data needed to deliver fully tested software, and export it directly into Hewlett Packard Enterprise Application

More information

SOLUTION BRIEF CA TEST DATA MANAGER AND CA SERVICE VIRTUALIZATION. CA Test Data Manager and CA Service Virtualization

SOLUTION BRIEF CA TEST DATA MANAGER AND CA SERVICE VIRTUALIZATION. CA Test Data Manager and CA Service Virtualization SOLUTION BRIEF CA TEST DATA MANAGER AND CA SERVICE VIRTUALIZATION CA Test Data Manager and CA Service Virtualization Provide the on demand access to secure environments needed to deliver fully tested software

More information

1: Introduction to Object (1)

1: Introduction to Object (1) 1: Introduction to Object (1) 김동원 2003.01.20 Overview (1) The progress of abstraction Smalltalk Class & Object Interface The hidden implementation Reusing the implementation Inheritance: Reusing the interface

More information

Seven proven ways to ruin your Test Automation

Seven proven ways to ruin your Test Automation Seven proven ways to ruin your Test Automation Agenda Introduce each method Explain about possible defences against it List efficient countermeasures Rate it Conclusion TEST AUTOMATION PATTERNS TEST AUTOMATION

More information

7 Sure- fire Ways to Ruin Your Test Automation

7 Sure- fire Ways to Ruin Your Test Automation W1 Test Automation Wednesday, October 17th, 2018 10:15 AM 7 Sure- fire Ways to Ruin Your Test Automation Presented by: Seretta Gamba Brought to you by: 350 Corporate Way, Suite 400, Orange Park, FL 32073

More information

WHITE PAPER. Test data management in software testing life cycle-business need and benefits in functional, performance, and automation testing

WHITE PAPER. Test data management in software testing life cycle-business need and benefits in functional, performance, and automation testing WHITE PAPER Test data management in software testing life cycle-business need and benefits in functional, performance, and automation testing Praveen Bagare (Infosys) and Ruslan Desyatnikov (Citibank)

More information

A Fresh Look at the Mainframe

A Fresh Look at the Mainframe A Fresh Look at the Mainframe Consolidate and Save with Mainframe Linux ODI is Wasting Money! Your last report showed an average utilization of less than 5% for our distributed Linux servers isn t that

More information

Agile Testing: Your Key to Better Software

Agile Testing: Your Key to Better Software Agile Testing: Your Key to Better Software What s in the Way of Testing at the Speed of Agile? Testing at the speed of agile drives quality at speed. But the question is, When do you think the testing

More information

CA Test Data Manager Key Scenarios

CA Test Data Manager Key Scenarios WHITE PAPER APRIL 2016 CA Test Data Manager Key Scenarios Generate and secure all the data needed for rigorous testing, and provision it to highly distributed teams on demand. Muhammad Arif Application

More information

Sample Exam Syllabus

Sample Exam Syllabus ISTQB Foundation Level 2011 Syllabus Version 2.9 Release Date: December 16th, 2017. Version.2.9 Page 1 of 46 Dec 16th, 2017 Copyright 2017 (hereinafter called ISTQB ). All rights reserved. The authors

More information

Enabling efficiency through Data Governance: a phased approach

Enabling efficiency through Data Governance: a phased approach Enabling efficiency through Data Governance: a phased approach Transform your process efficiency, decision-making, and customer engagement by improving data accuracy An Experian white paper Enabling efficiency

More information

Automated Testing Frameworks: Test Automation with CodedUI

Automated Testing Frameworks: Test Automation with CodedUI Automated Testing Frameworks: Test Automation with CodedUI CodedUI Introduction CodeUI is one of the important new features in Visual Studio 2010 s Premium and Ultimate versions. It helps users to create

More information

Avoid a DCIM Procurement Disaster

Avoid a DCIM Procurement Disaster Avoid a DCIM Procurement Disaster Matt Stansberry Senior Director, Uptime Institute 7 December 2016 2016 Uptime Institute, LLC Many organizations struggle with DCIM decisions Process takes too long, software

More information

Webinar: A Fast 3 Step Alternative to LSMW. Date: 7 th July 2016

Webinar: A Fast 3 Step Alternative to LSMW. Date: 7 th July 2016 Webinar: A Fast 3 Step Alternative to LSMW Date: 7 th July 2016 Q: How can multiple users enter data via excel to SAP without conflicting? A. Multiple users will have to work on excel sequentially in order

More information

Examination Questions Time allowed: 1 hour 15 minutes

Examination Questions Time allowed: 1 hour 15 minutes Swedish Software Testing Board (SSTB) International Software Testing Qualifications Board (ISTQB) Foundation Certificate in Software Testing Practice Exam Examination Questions 2011-10-10 Time allowed:

More information

Case studies: How Office 365 can streamline IT processes

Case studies: How Office 365 can streamline IT processes Case studies: How Office 365 can streamline IT processes Table of contents: 1. Introduction 2. The benefits of partnering with Ignite and Office 365 3. Enabling opportunities for a startup business 4.

More information

EARLY AUTOMATION APPROACH

EARLY AUTOMATION APPROACH EARLY AUTOMATION APPROACH - By Senthilkumar Gopalakrishnan Senthilkumar.Gopalakrishnan@cognizant.com Abstract: Early Automation approach involves automation team in the early phase of testing lifecycle.

More information

Test Automation. Fundamentals. Mikó Szilárd

Test Automation. Fundamentals. Mikó Szilárd Test Automation Fundamentals Mikó Szilárd 2016 EPAM 2 Blue-chip clients rely on EPAM 3 SCHEDULE 9.12 Intro 9.19 Unit testing 1 9.26 Unit testing 2 10.03 Continuous integration 1 10.10 Continuous integration

More information

E-BOOK The Truth About Diallers

E-BOOK The Truth About Diallers E-BOOK The Truth About Diallers How dialler modes dispess myths and misconceptions. Contents Four Misconceptions About Predictive Diallers The Truth Behind the Myths Preview Dialling Progressive Dialling

More information

Test How to Succeed in Test Automation Björn Hagström & Davor Crnomat, Testway AB

Test How to Succeed in Test Automation Björn Hagström & Davor Crnomat, Testway AB Test How to Succeed in Test Automation Björn Hagström & Davor Crnomat, Testway AB Introduction The need for Automation Cost of Automation Plan to Automate Tools Test Approach Summary The Need for Automation

More information

Drilling Through The Stack. Burkhard Neidecker-Lutz Technical Director, SAP Research SAP AG

Drilling Through The Stack. Burkhard Neidecker-Lutz Technical Director, SAP Research SAP AG Drilling Through The Stack Burkhard Neidecker-Lutz Technical Director, SAP Research SAP AG Talk Outline Where I come from Layered stacks Violating layers for fun and profit The mother of all stacks: Future

More information

Sample Exam. Advanced Test Automation Engineer

Sample Exam. Advanced Test Automation Engineer Sample Exam Advanced Test Automation Engineer Answer Table ASTQB Created - 08 American Stware Testing Qualifications Board Copyright Notice This document may be copied in its entirety, or extracts made,

More information

Rigorously Test Composite Applications Faster With CA Test Data Manager and CA Agile Requirements Designer

Rigorously Test Composite Applications Faster With CA Test Data Manager and CA Agile Requirements Designer SOLUTION BRIEF CA TEST DATA MANAGER AND CA AGILE REQUIREMENTS DESIGNER Rigorously Test Composite Applications Faster With CA Test Data Manager and CA Agile Requirements Designer Generate rich virtual data

More information

communications and software

communications and software 1 Computer systems, communications and software 1.1 Components of a computer system and modes of use A computer system is made up of hardware and flow of data and information. The storage device is both

More information

Agile vs Fragile. Susmit Bhattacharya, Solution Architect, Asia Pacific. - The need for Automation in Agile Tricentis GmbH. All Rights Reserved.

Agile vs Fragile. Susmit Bhattacharya, Solution Architect, Asia Pacific. - The need for Automation in Agile Tricentis GmbH. All Rights Reserved. Agile vs Fragile - The need for Automation in Agile Susmit Bhattacharya, Solution Architect, Asia Pacific 2017 Tricentis GmbH. All Rights Reserved. Years Months Months Weeks Delivery Cycle Time Weeks Days

More information

WHITE PAPER. The truth about data MASTER DATA IS YOUR KEY TO SUCCESS

WHITE PAPER. The truth about data MASTER DATA IS YOUR KEY TO SUCCESS WHITE PAPER The truth about data MASTER DATA IS YOUR KEY TO SUCCESS Master Data is your key to success SO HOW DO YOU KNOW WHAT S TRUE AMONG ALL THE DIFFER- ENT DATA SOURCES AND ACROSS ALL YOUR ORGANIZATIONAL

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

SAP testing accelerators are a new trend from software testing vendors

SAP testing accelerators are a new trend from software testing vendors APPENDIX B * Case Study: Accelerating SAP Testing SAP testing accelerators are a new trend from software testing vendors to introduce or facilitate automation testing efforts. SAP test accelerators are

More information

Data ownership within governance: getting it right

Data ownership within governance: getting it right Data ownership within governance: getting it right Control your data An Experian white paper Data Ownership within Governance : Getting it right - 1 Table of contents 1. Introduction 03 2. Why is data

More information

Ninja or Samurai? The Art of War and the Future of Testing

Ninja or Samurai? The Art of War and the Future of Testing Ninja or Samurai? The Art of War and the Future of Testing Wolfgang Platz, Founder & CPO. awards founded 2007 locations Austria Germany Switzerland United Kingdom Netherlands USA Australia New Zealand

More information

Meltem Özturan misprivate.boun.edu.tr/ozturan/mis515

Meltem Özturan misprivate.boun.edu.tr/ozturan/mis515 Meltem Özturan misprivate.boun.edu.tr/ozturan/mis515 1 2 1 Selecting the Best Alternative Major Activities in the Analysis Phase Gather information Define system requirements Prototype for feasibility

More information

Optimizing Emulator Utilization by Russ Klein, Program Director, Mentor Graphics

Optimizing Emulator Utilization by Russ Klein, Program Director, Mentor Graphics Optimizing Emulator Utilization by Russ Klein, Program Director, Mentor Graphics INTRODUCTION Emulators, like Mentor Graphics Veloce, are able to run designs in RTL orders of magnitude faster than logic

More information

SAP Solution Manager Test Workbench

SAP Solution Manager Test Workbench SAP Solution Manager Test Workbench Testing of SAP-centric Solutions Application Lifecycle Management Active Global Support (AGS) SAP AG E2E Integration Testing of SAP Solutions Test Process embedded in

More information

Using Model Based Testing for Robustness Tests. Håkan Fredriksson Ericsson AB

Using Model Based Testing for Robustness Tests. Håkan Fredriksson Ericsson AB Using Model Based Testing for Robustness Tests Håkan Fredriksson Ericsson AB hakan.fredriksson@ericsson.com Agenda 1. Introduction 2. Background 3. System Under Test 4. Needs 5. Execution 6. Outcome 7.

More information

Eggplant Performance

Eggplant Performance At a Glance Load and performance testing with monitoring for cloud and server-based applications. Introduction Eggplant Performance ensures that your cloud and server-based applications will continue to

More information

Lies and forgotten facts about Test Automation

Lies and forgotten facts about Test Automation Lies and forgotten facts about Test Automation Percy Pari Salas Who can do test automation? My opinion is contrary to how most test automation tools are sold not everybody can do test automation However,

More information

CYMA IV. Accounting for Windows. CYMA IV Getting Started Guide. Training Guide Series

CYMA IV. Accounting for Windows. CYMA IV Getting Started Guide. Training Guide Series CYMA IV Accounting for Windows Training Guide Series CYMA IV Getting Started Guide November 2010 CYMA Systems, Inc. 2330 West University Drive, Suite 4 Tempe, AZ 85281 (800) 292-2962 Fax: (480) 303-2969

More information

FileControl. Functional Characteristics

FileControl. Functional Characteristics Blohm Software FileControl for R/3 4.7 and ECC 5.0/6.0 (unicode and non unicode) Functional Characteristics Starting from Rel. 6.0.0 FileControl: The Comfortable Tool for File and Interface Maintenance

More information

Reasons for data modelling

Reasons for data modelling 1 Reasons for data modelling Common data system complaints Simple items of information are held in many places. When customer changes address, this involves manual updates to several different computer

More information

Segregating Data Within Databases for Performance Prepared by Bill Hulsizer

Segregating Data Within Databases for Performance Prepared by Bill Hulsizer Segregating Data Within Databases for Performance Prepared by Bill Hulsizer When designing databases, segregating data within tables is usually important and sometimes very important. The higher the volume

More information

A2A EAI. Overview and recommendations Data Transport. Jerome CAPIROSSI. people are keen to argue since they find themselves to be affected.

A2A EAI. Overview and recommendations Data Transport. Jerome CAPIROSSI. people are keen to argue since they find themselves to be affected. . EAI A2A EAI Overview and recommendations Jerome CAPIROSSI Abstract Since customers or corporate users get various terminals (Phone, PDAs, Web, Workstation, ) and therefore various channels for connecting

More information

A Brief Overview of CIPRES Job Management

A Brief Overview of CIPRES Job Management A Brief Overview of CIPRES Job Management Mark A. Miller San Diego Supercomputer Center CIPRES is a classic browser-based gateway designed to submit jobs to multiple hosts. (REST services are now available

More information

DB2 Performance A Primer. Bill Arledge Principal Consultant CA Technologies Sept 14 th, 2011

DB2 Performance A Primer. Bill Arledge Principal Consultant CA Technologies Sept 14 th, 2011 DB2 Performance A Primer Bill Arledge Principal Consultant CA Technologies Sept 14 th, 2011 Agenda Performance Defined DB2 Instrumentation Sources of performance metrics DB2 Performance Disciplines System

More information

LeanFT. HPE Software / Vivit TQA Anwendertreffen. Dirk Hedderich, Solution Consultant. 28. April 2016

LeanFT. HPE Software / Vivit TQA Anwendertreffen. Dirk Hedderich, Solution Consultant. 28. April 2016 LeanFT HPE Software / Vivit TQA Anwendertreffen Dirk Hedderich, Solution Consultant 28. April 2016 A variety of users with different skill set & requirements Unified Functional Testing Technical Experts

More information

WHITE PAPER. Moving Fragmented Test Data Management Towards a Centralized Approach. Abstract

WHITE PAPER. Moving Fragmented Test Data Management Towards a Centralized Approach. Abstract WHITE PAPER Moving Fragmented Test Data Management Towards a Centralized Approach Abstract Test Data Management (TDM) ensures managing test data requests in an automated way to ensure a high degree of

More information

ACCELERATING SAP: INNOVATION IN TEST AUTOMATION

ACCELERATING SAP: INNOVATION IN TEST AUTOMATION ACCELERATING SAP: INNOVATION IN TEST AUTOMATION Worksoft White Paper By Linda Hayes, Founder, Worksoft, Inc. v0709 2007 Worksoft, Inc. All rights reserved. Worksoft and Worksoft Certify are registered

More information

The ITIL v.3. Foundation Examination

The ITIL v.3. Foundation Examination The ITIL v.3. Foundation Examination ITIL v. 3 Foundation Examination: Sample Paper 4, version 3.0 Multiple Choice Instructions 1. All 40 questions should be attempted. 2. There are no trick questions.

More information

9 th CA 2E/CA Plex Worldwide Developer Conference 1

9 th CA 2E/CA Plex Worldwide Developer Conference 1 1 Introduction/Welcome Message Organizations that are making major changes to or replatforming an application need to dedicate considerable resources ot the QA effort. In this session we will show best

More information

Oracle and Tangosol Acquisition Announcement

Oracle and Tangosol Acquisition Announcement Oracle and Tangosol Acquisition Announcement March 23, 2007 The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

Automated testing in ERP using Rational Functional Tester

Automated testing in ERP using Rational Functional Tester Automated testing in ERP using Rational Functional Tester A.Josephine Prapulla 1, Dr.L.Manjunatha Rao 2 1 Research Scholar, Bharathiar University. Coimbatore. 2 Professor and Director Dr. B. R. Ambedkar

More information

ANZTB 2010 Conference. Tuesday, 2 nd March 2010 Hybrid Keyword Data Driven. Frameworks by Jonathon Wright. Introduction ANZTB

ANZTB 2010 Conference. Tuesday, 2 nd March 2010 Hybrid Keyword Data Driven. Frameworks by Jonathon Wright. Introduction ANZTB Hybrid Keyword Data Driven Automation Frameworks An Insight to Approaches, Techniques & Methodologies. Jonathon Lee Wright jlwright@iee.org www.automation.org.uk www.linkedin.com/in/automation Introduction

More information

Macola Enterprise Suite Release Notes: Macola ES version ES

Macola Enterprise Suite Release Notes: Macola ES version ES Page 1 of 6 Macola Enterprise Suite Release Notes: Macola ES version ES9.6.100 Release: version ES9.6.100 Main: Support Product Know How Category: Release Notes Sub Category: General Assortment: Macola

More information

Strategy. 1. You must do an internal needs analysis before looking at software or creating an ITT

Strategy. 1. You must do an internal needs analysis before looking at software or creating an ITT Strategy 1. You must do an internal needs analysis before looking at software or creating an ITT It is very easy to jump straight in and look at database software before considering what your requirements

More information

DELIVERING AGILE QUALITY ASSURANCE THROUGH EXTREME AUTOMATION

DELIVERING AGILE QUALITY ASSURANCE THROUGH EXTREME AUTOMATION DELIVERING AGILE QUALITY ASSURANCE THROUGH EXTREME AUTOMATION Enterprises that keep pace with rapid technology advancements are witnessing dynamic changes in their business environments. Enterprise applications

More information

Release 9.1 now allows you to simplify the look and feel of commonly used forms.

Release 9.1 now allows you to simplify the look and feel of commonly used forms. Release 9.1 now allows you to simplify the look and feel of commonly used forms. 1 After completing this topic, you will be able to: Demonstrate how to edit forms and assign UI templates to users Describe

More information

COMOS. Operations MRO (Maintenance Repair and Overhaul) Introduction 1. Maintenance objects 2. "General maintenance" plugins 3.

COMOS. Operations MRO (Maintenance Repair and Overhaul) Introduction 1. Maintenance objects 2. General maintenance plugins 3. Introduction 1 Maintenance objects 2 COMOS Operations MRO (Maintenance Repair and Overhaul) Operating Manual "General maintenance" plugins 3 "Events" plugin 4 "Resources" plugin 5 "Warehouse management"

More information

Quick Reference Guide: SafeShop 3 Web Store. User Manual

Quick Reference Guide: SafeShop 3 Web Store. User Manual : SafeShop 3 Web Store User Manual TABLE OF CONTENTS REGISTRATION.2 SAFESHOP WEBSTORE. 5 1. FIND MY TRANSACTION:.5 2. STAGED ORDERS:.6 3. MANAGE ORDERS: 7 4. MANAGE SALES...9 5. MANAGE CREDIT/CHARGEBACK

More information

End to End Analysis on System z IBM Transaction Analysis Workbench for z/os. James Martin IBM Tools Product SME August 10, 2015

End to End Analysis on System z IBM Transaction Analysis Workbench for z/os. James Martin IBM Tools Product SME August 10, 2015 End to End Analysis on System z IBM Transaction Analysis Workbench for z/os James Martin IBM Tools Product SME August 10, 2015 Please note IBM s statements regarding its plans, directions, and intent are

More information

Application Development Best Practice for Q Replication Performance

Application Development Best Practice for Q Replication Performance Ya Liu, liuya@cn.ibm.com InfoSphere Data Replication Technical Enablement, CDL, IBM Application Development Best Practice for Q Replication Performance Information Management Agenda Q Replication product

More information

Business Requirements Document (BRD) Template

Business Requirements Document (BRD) Template Business Requirements Document (BRD) Template Following is a template for a business requirements document (BRD). The document includes many best practices in use today. Don t be limited by the template,

More information

HOW TO TEST CROSS-DEVICE PRECISION & SCALE

HOW TO TEST CROSS-DEVICE PRECISION & SCALE HOW TO TEST CROSS-DEVICE PRECISION & SCALE Introduction A key consideration when implementing cross-device campaigns is how to strike the right balance between precision and scale. Your cross-device campaign

More information

Architecting great software takes skill, experience, and a

Architecting great software takes skill, experience, and a 7KH0RGHO9LHZ&RQWUROOHU'HVLJQ 3DWWHUQ 0RGHO -63'HYHORSPHQW Content provided in partnership with Sams Publishing, from the book Struts Kick Start by James Turner and Kevin Bedell IN THIS CHAPTER The Model-View-Controller

More information

Data Warehousing. Seminar report. Submitted in partial fulfillment of the requirement for the award of degree Of Computer Science

Data Warehousing. Seminar report.  Submitted in partial fulfillment of the requirement for the award of degree Of Computer Science A Seminar report On Data Warehousing Submitted in partial fulfillment of the requirement for the award of degree Of Computer Science SUBMITTED TO: SUBMITTED BY: www.studymafia.org www.studymafia.org Preface

More information

Strategies for sound Internet measurement

Strategies for sound Internet measurement Strategies for sound Internet measurement Vern Paxson IMC 2004 Paxson s disclaimer There are no new research results Some points apply to large scale systems in general Unfortunately, all strategies involve

More information

Dealer Extranet 3 Orders User Guide. 24/11/2016 DE3 Orders User Guide UK/Etrading/Version 7

Dealer Extranet 3 Orders User Guide. 24/11/2016 DE3 Orders User Guide UK/Etrading/Version 7 Dealer Extranet 3 Orders User Guide 1 Contents: Processing an Order - Options 3 Search Bar 4 Configurator 5 Quick Order 6 Quick Order spares & non standard products 7 Favourites 8-9 Process an order from

More information

GOOGLE MOVES FROM ADVERTISING TO COMMISSION MODEL: What It Means For Your Business

GOOGLE MOVES FROM ADVERTISING TO COMMISSION MODEL: What It Means For Your Business GOOGLE MOVES FROM ADVERTISING TO COMMISSION MODEL: What It Means For Your Business Google s move into hotel booking has made headlines as a potential disruptor in the online booking space. But to many,

More information

The 4 Ts of Test Automation: Your Planning Guide to Success Workshop. Presented By: David Dang Questcon Technologies

The 4 Ts of Test Automation: Your Planning Guide to Success Workshop. Presented By: David Dang Questcon Technologies Quality - Innovation - Vision The 4 Ts of Test Automation: Your Planning Guide to Success Workshop Presented By: David Dang Questcon Technologies April 23, 2009 Typical Automation Project Test Automation:

More information

Windows Script Host Fundamentals

Windows Script Host Fundamentals O N E Windows Script Host Fundamentals 1 The Windows Script Host, or WSH for short, is one of the most powerful and useful parts of the Windows operating system. Strangely enough, it is also one of least

More information

Frontline Interoperability Test Team Case Studies

Frontline Interoperability Test Team Case Studies Frontline Interoperability Test Team Case Studies Frontline IOT Means Maximum Device Compatibility Case Summary A large Bluetooth developer (Customer X) created a new Bluetooth-enabled phone for commercial

More information

Improving Data Governance in Your Organization. Faire Co Regional Manger, Information Management Software, ASEAN

Improving Data Governance in Your Organization. Faire Co Regional Manger, Information Management Software, ASEAN Improving Data Governance in Your Organization Faire Co Regional Manger, Information Management Software, ASEAN Topics The Innovation Imperative and Innovating with Information What Is Data Governance?

More information

Deliver robust products at reduced cost by linking model-driven software testing to quality management.

Deliver robust products at reduced cost by linking model-driven software testing to quality management. Quality management White paper September 2009 Deliver robust products at reduced cost by linking model-driven software testing to quality management. Page 2 Contents 2 Closing the productivity gap between

More information

Test-King.MB6-884_79.Questions

Test-King.MB6-884_79.Questions Test-King.MB6-884_79.Questions Number: MB6-884 Passing Score: 800 Time Limit: 120 min File Version: 13.05 http://www.gratisexam.com/ Till now this is the latest material we have if there is any updates

More information

New Distribution Capability (NDC)

New Distribution Capability (NDC) Together Let s Build Air Retailing Guide to the NDC Certification & Registration Program Scope of NDC Registration and Certification Program I. Certification: NDC Certified/NDC Capable 1. What Do We Certify?

More information

Tutorial to Building Automation Frameworksfor Web Services Testing

Tutorial to Building Automation Frameworksfor Web Services Testing STC 2013 Tutorial to Building Automation Frameworksfor Web Services Testing By: Tushar Sharad Archana Shenoy Deloitte Consulting India Ltd Plot No #14,15 RMZ Futura Deloitte Drive, Hitech City Hyderabad

More information

How to Jump-Start Early Case Assessment. A Case Study based on TREC 2008

How to Jump-Start Early Case Assessment. A Case Study based on TREC 2008 How to Jump-Start Early Case Assessment A Case Study based on TREC 2008 For over a decade, the National Institute of Standards and Technology ( NIST ) has cosponsored the Text Retrieval Conference ( TREC

More information

XP: Planning, coding and testing. Planning. Release planning. Release Planning. User stories. Release planning Step 1.

XP: Planning, coding and testing. Planning. Release planning. Release Planning. User stories. Release planning Step 1. XP: Planning, coding and testing Annika Silvervarg Planning XP planning addresses two key questions in software development: predicting what will be accomplished by the due date determining what to do

More information

ROI. ROI: Economics of Certification May 9, 2002 Peter T Barry. Benefits of 3rd Party Transaction Certification

ROI. ROI: Economics of Certification May 9, 2002 Peter T Barry. Benefits of 3rd Party Transaction Certification ROI: Economics of Certification May 9, 2002 Peter T Barry ROI Benefits of 3rd Party Transaction Certification Costs of 3rd Party Transaction Certification Copyright 2002 Peter T 1Barry Testing Alternatives

More information

How to Guide. How to create mobile surveys. and forms START

How to Guide. How to create mobile surveys. and forms START 06 and forms How to Guide How to create mobile surveys START sales@textlocal.com 01244 752299 www.textlocal.com 06 and forms How to Guide How to create mobile surveys START sales@textlocal.com 01244 752299

More information

Webinar: Test Data & Test Automation - A Blend of an Effective Test Coverage WEBINAR

Webinar: Test Data & Test Automation - A Blend of an Effective Test Coverage WEBINAR Webinar: Test Data & Test Automation - A Blend of an Effective Test Coverage WEBINAR Test Data & Test Automation - A Blend of an Effective Test Coverage Date: 27 th March, 2018 Time: 12:00 PM 12:45 PM

More information

Automate Transform Analyze

Automate Transform Analyze Competitive Intelligence 2.0 Turning the Web s Big Data into Big Insights Automate Transform Analyze Introduction Today, the web continues to grow at a dizzying pace. There are more than 1 billion websites

More information

National Information Exchange Model (NIEM):

National Information Exchange Model (NIEM): National Information Exchange Model (NIEM): DoD Adoption and Implications for C2 D r. S c o t t R e n n e r Presented at 19th International Command and Control Research and Technology Symposium (ICCRTS)

More information

No Time for Zero-Day Solutions John Muir, Managing Partner

No Time for Zero-Day Solutions John Muir, Managing Partner No Time for Zero-Day Solutions John Muir, Managing Partner Executive Summary Innovations in virus construction and propagation have created a zero-day threat from email attachments that can wreak significant

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

Business Intelligence

Business Intelligence Thomas Ridley-Siegert is research manager at the DMA (UK). He is responsible for developing and managing the various strands of research the DMA produces. The DMA has a network of more than 1, UK company

More information

Model-Based Testing: Your Key to Better Software

Model-Based Testing: Your Key to Better Software Model-Based Testing: Your Key to Better Software The Testing Dilemma: Speed vs. Quality There s no question that when it comes to software development, speed to market is essential. But without quality,

More information

BUSINESS CONTINUITY: THE PROFIT SCENARIO

BUSINESS CONTINUITY: THE PROFIT SCENARIO WHITE PAPER BUSINESS CONTINUITY: THE PROFIT SCENARIO THE BENEFITS OF A COMPREHENSIVE BUSINESS CONTINUITY STRATEGY FOR INCREASED OPPORTUNITY Organizational data is the DNA of a business it makes your operation

More information

Presentation Abstract

Presentation Abstract Presentation Abstract From the beginning of DB2, application performance has always been a key concern. There will always be more developers than DBAs, and even as hardware cost go down, people costs have

More information

Unlocking increased collaboration, innovation and productivity.

Unlocking increased collaboration, innovation and productivity. Portal solutions for the enterprise Executive brief January 2007 Unlocking increased collaboration, innovation and productivity. The power of portals in an IBM Lotus Notes and Lotus Domino software environment

More information

Selecting a Selenium Grid Infrastructure in an enterprise

Selecting a Selenium Grid Infrastructure in an enterprise Test automation is integral to achieving high quality and fast feedback cycles in an organization. It is also one of the main pillars for moving your organization to a CI/CD/DevOps and Shift Left approach.

More information

How Manual Testers can execute Test Automation. White Papers. Muthiah Director of Testing. Expedux on How Manual Testers

How Manual Testers can execute Test Automation. White Papers. Muthiah Director of Testing. Expedux on How Manual Testers How Manual Testers can execute Test Automation without tool/ programming knowledge White Papers QA An exclusive Interview with Muthiah Director of Testing & Test Automation Services at Expedux on How Manual

More information

Data Protection. Plugging the gap. Gary Comiskey 26 February 2010

Data Protection. Plugging the gap. Gary Comiskey 26 February 2010 Data Protection. Plugging the gap Gary Comiskey 26 February 2010 Data Protection Trends in Financial Services Financial services firms are deploying data protection solutions across their enterprise at

More information

Sample Exam. Advanced Test Automation - Engineer

Sample Exam. Advanced Test Automation - Engineer Sample Exam Advanced Test Automation - Engineer Questions ASTQB Created - 2018 American Software Testing Qualifications Board Copyright Notice This document may be copied in its entirety, or extracts made,

More information

The Migration/Modernization Dilemma

The Migration/Modernization Dilemma The Migration/Modernization Dilemma By William Calcagni www.languageportability.com 866.731.9977 Approaches to Legacy Conversion For many years businesses have sought to reduce costs by moving their legacy

More information

SOME TYPES AND USES OF DATA MODELS

SOME TYPES AND USES OF DATA MODELS 3 SOME TYPES AND USES OF DATA MODELS CHAPTER OUTLINE 3.1 Different Types of Data Models 23 3.1.1 Physical Data Model 24 3.1.2 Logical Data Model 24 3.1.3 Conceptual Data Model 25 3.1.4 Canonical Data Model

More information

XP: Planning, coding and testing. Practice Planning game. Release Planning. User stories. Annika Silvervarg

XP: Planning, coding and testing. Practice Planning game. Release Planning. User stories. Annika Silvervarg XP: Planning, coding and testing Annika Silvervarg Practice Planning game Goal: schedule the most important tasks Which features to implement in what order Supports: simple design, acceptance testing,

More information

Hyper-Converged The Only Way to the SoftwareDefined Data. Center? Reality Check of HyperConverged Infrastructures.

Hyper-Converged The Only Way to the SoftwareDefined Data. Center? Reality Check of HyperConverged Infrastructures. Hyper-Converged The Only Way to the SoftwareDefined Data Center? Reality Check of HyperConverged Infrastructures #FujitsuWorldTour 0 Copyright 2017 FUJITSU Hyper-Converged The Only Way to the Software-Defined

More information

A developer s guide to load testing

A developer s guide to load testing Software architecture for developers What is software architecture? What is the role of a software architect? How do you define software architecture? How do you share software architecture? How do you

More information