PeopleSoft Test Framework Presented by : Vishal Rao

Size: px
Start display at page:

Download "PeopleSoft Test Framework Presented by : Vishal Rao"

Transcription

1 PeopleSoft Test Framework Presented by : Vishal Rao

2 Agenda Hexaware Overview: Key Facts PTF Overview Creating and Executing Tests Best Practices for Optimizing Tests New Features in PTF 8.53 beta 2

3 PeopleSoft Test Framework Overview 3

4 PeopleSoft Test Framework Record and Playback tool Automates Functional testing within PeopleSoft Application More tests - Greater Accuracy- Shorter time Stored in Database as App Designer Objects Included in PT 8.51 & above 4

5 Record and Playback PTF works by replicating the actions of a single user executing functional tests against the PeopleSoft browser-based application Users can record manual test procedures and save them within the framework Users can execute those tests against the application to verify whether the application still behaves as expected 5

6 PeopleTools Metadata When PTF records a test, it recognizes the metadata, the actual name of a field rather than the position of that field on a page If the field is moved in a subsequent revision, PTF is still able to locate it when the test is executed 6

7 Developing Tests Robust Test Development Platform PTF EXPLORER PTF EDITOR 7

8 Interface with Other PeopleTools Process Scheduler PTF P S Query DataMover PTF tests can run processes and reports through Process Scheduler, as well as queries and Data Mover programs 8

9 Where PTF is Used Use PTF Test Description Yes Unit Validate data, business rules, and business processes Yes System Test all processes, such as online and batch functionality, interfaces, conversions, customizations, and reports Yes Integration Test business processes and groups of related processes Yes Parallel Optionally perform throughout all testing stages Limited Performance Measure current system performance Yes Acceptance Validate business requirements in the test move-toproduction phase Yes Regression Retest previous tests 9

10 Typical Usage in PS Projects PTF can be used in New Implementation projects Limited / No existing testing documentation Limited functional resources to participate in testing Highly customized environment Significant ongoing development projects Routinely deploying patches and fixes Savings on cost to buy a separate test automation software 10

11 Features Test Assets Are Stored in the Database As test assets are stored in the database they are readily accessible to anyone with authorized access Tests and test cases (test data) are PeopleTools managed objects They can be included in upgrade projects along with other managed objects and moved to a new database as part of the upgrade process. 11

12 Features Facilitate Maintenance Due to Upgrades The PTF test maintenance process drastically reduces the expense and risk in testing upgrades Provides reports that tell you what changes in the upgrade affect which tests in your test library. 12

13 Integrated Maintenance Reports A Test Maintenance Report shows which objects were changed in an upgrade and which tests are affected by each change. Navigation Create Test Maintenance Report - Manual Tasks Select PeopleTools, Lifecycle Tools, Test Framework, Create Maintenance Reports 13

14 Benefits of PTF Automated testing Consistent across environments Functional testing Speeds testing Reduces testing time and resources Easy to migrate 14

15 Creating and Executing Test Cases 15

16 PTF Configuring PTF Clients Cleaning Up Tests PeopleSoft Test Framework Creating Tests Executing Tests & Reviewing Logs Recording Tests 16

17 PTF Architecture 17

18 Configuring PTF Clients Creating a Connection to a PTF Environment Selecting a PTF Environment 18

19 Execution Options Navigation Select PTF menu, Execution Options. 19

20 Local Options Navigation Select PTF menu, Local Options. 20

21 Creating Tests Using PeopleSoft Test Framework Explorer 21

22 Recording Tests Launching the Test Recorder Test Recorder Toolbar Recording a Test To record a test: 1. Open a test. 2. Launch the test recorder. 3. Hook a browser. 4. Start recording. 5. Perform the test steps in the PeopleSoft application. 6. Stop recording. 7. Close the rest recorder. 8. Save the test. 22

23 Executing Tests & Reviewing Logs Executing a Test 1. With a test open in PTF, select Test, Run. 2. PTF opens the PeopleSoft application specified in Execution Options and executes the test steps. 3. After the test executes, PTF opens the test log in the Log Viewer. Using the Log Viewer 23

24 Reviewing Execution Logs Logs Folder Log Icons 24

25 Cleaning Up Tests Removing Unneeded Steps When you record a test you often record unneeded steps. Correcting Typos To change a value, click in the Value column and retype or edit the text. Modifying the steps Modifying the steps to meet the actual requirement. Adding Steps Manually Some steps which cannot be recorded can be added by giving insert step. 25

26 Best Practices 26

27 Page Prompting & Process Run Page Prompting Testers should record all PTF tests using Page Prompting by default, PTF administrator can update this setting at the database level in PIA at PeopleTools > Lifecycle Tools > Test Framework > Define Configuration Options. Process Run TYPE ACTION RECOGNITION VALUE Use Process Run Feature to run a process in process scheduler. Process Run prcname=pat07; prctype=sqr Report; wait=true; expected=success 27

28 Scroll handling, Libraries & Using Test Cases Scroll handling PTF tests should use scroll handling whenever test data residing in a scroll or grid could change between executions Libraries Whenever testers find that they are coding the same sequence of PTF steps multiple times, they should try to isolate that sequence of steps in a library Library is a special type of PTF test that can then be called by another test Parameter feature provides the user with flexibility in passing values to the library Using Test Cases Testers should clone a unique test case specific to the functionality being entered from the default test case using the test case save as feature 28

29 Comments fields Comments fields PTF supports comments at the Test, Test Case, and Test Step levels. Comments must be used to clearly document the functional testware being automated 29

30 Types Of Variables System Variables, Global Variables, and Reserved Words Use these when the value of an object being set or verified is not known prior to run time Document the usage in the appropriate comment field (usually best at the test step level) Persistent Variables Testers should use persistent variables when they need a test to refer to the value of a global variable that was set during a previous execution of PTF Persistent variables are saved to the PTF database rather than in temporary computer memory. 30

31 Persistent Variables 31

32 Log Messages & Conditional Logic Log Messages Use of log messages (Log.Fail, Log.Message, Log.Pass, etc.) is strongly recommended to help users executing PTF tests to interpret execution log results. Conditional and Looping Logic Use PTF s conditional steps (Conditional.If_Then,.Else, and.end_if) and looping steps (Loop.Do,.For, and.while) to design custom logic not provided by other delivered steps and features. 32

33 PTF Tool Limitations PTF Limitations: Unable to do mass testing Manually updating data for each test case in PTF environment Running Multiple iterations of test data for one test case PTF Sequencer Tool has been designed to overcome three major limitations of PTF To do mass testing through Process Scheduler To update the test data in PTF tables through a spreadsheet. Running multiple iterations of test data for one test case 33

34 Hexaware - PTF Sequencer Tool Technical Process Fetch data from Excel file to Staging table by CI Data moved from Staging table to state record Update the PTF Table data by state record value Passing required Parameter to run the PTF Benefits: Automatically updates the data for the required test case from the flat file Automatically run the updated test case by calling PTF executable file through Application Engine Program User can activate the required sequence test and run the same in the Shell Test program No need to open the PTF environment to change the data or run the test case, it will automatically run through PIA 34

35 New Features added in PTF 8.53 beta Syntax Check Process Run Recognition in recorder settings HTML getcellindex & getcellvalue in the recorder toolbar Prompt for values in the recognition field for complex action types in the PTF editor All strings are recognized only if enclosed within quotes 35

36 Time for Questions 36

37 Poll Results 37

38 Poll Question Results Which PeopleTools Version You Are Using & Below

39 Poll Question Results Which PeopleSoft Application Are You Using PeopleSoft HCM PeopleSoft FSCM PeopleSoft CRM PeopleSoft Campus 39

40 Poll Question Results Planning To Use PTF For Testing Yes No 40

41 Poll Question Results Planning To Do A PeopleTools or Application Upgrade Yes No 41

42 About Hexaware Follow Hexawareon 42

43 Hexaware Overview: Key Facts 201 Active Clients served worldwide (April 12) Delivery Centers 8,624 Employees globally (April 12) 55 Million dollar clients (April 12) Mumbai, Chennai, Nagpur, Pune, Bangalore, New Jersey, Mexico 32 Offices worldwide 308 $ mn Revenues in CY 11 Certifications CMMI Level 5, ISO 9001 & ISO 27001, SAS 70 Type II, PCIDSS Industry Recognitions The prestigious Golden Peacock Award for Excellence in Corporate Governance Ranked among the GLOBAL CIO 2011 winners. Hexaware is the only IT Company to receive this award BPO Excellence Awards subsidiary Caliber Point Best in Corporate Responsibility Practice award by Indy's Awards Top 100 Innovative service Provider by Global Services CIO 100 Ingenious Award EMC Cloud Pioneer Awards Honorees Golden Peacock Award 43

44 Vertical Industry Focus BFS Core Banking Core Retail Banking, Leasing, Cards, and Payments processing Capital Markets - Asset Management, Reference Data, Enterprise Data Management Insurance Life and Non-Life around Policy admin, Claims, and Analytics Compliance and Risk Management Counterparty risk models, Stress testing models, and Basel III compliance roadmap Travel & Transportation Core expertise in critical applications like E-Ticketing, E Commerce, Passenger Reservations, Cargo Handling, Crew Scheduling & Aircraft Maintenance,, MRO. Expertise in IBM/UNISYS Mainframe, Open Systems, Web Technologies and specialized skills in TPF, ALCS, TIP, USAS Expertise in Logistics systems, Warehouse management systems, Transportation management systems, logistics business intelligence and analytics Healthcare & Insurance Expertise in Employee Benefits, Policy Administration and Claims for Life, Health, General and Annuities. Innovative & automated solutions / services with specialization in Regulatory Compliance (HIPAA 4010 to 5010, ICD-9 to ICD-10, Solvency II, SIGeDIS, 401K). Enterprise Data Management, Business and Predictive Analytics for Insurance. Expertise in Pharma Analytics (Market Research Services and Managed Care Services) and Payer Analytics. Automated test accelerators for Policy Admin, Claims, Enrollment products. Specialized testing services around ICD-9 to ICD-10 transition. End-to-end Integrated Claims Management Services (IT & BPO). 44

45 Technology Practice Focus Enterprise Solutions One stop ERP provider: SAP, Oracle, PeopleSoft, Siebel Alliances with SAP, Oracle-PeopleSoft Specialized in HRMS, Financials, CRM, Supply Chain Shared Services Support Quality Assurance & Testing Services Comprehensive set of solutions Consulting and Governance, TCoEs, Automated and Manual Testing, ERP testing accelerators, OneSource, esignature and CloudTesting, Strategic alliance with HP, IBM, ORACLE, SOASTA, Jamo Solutions, Greenline and Validata Dedicated Testing Center of Excellence Dedicated Automation and Performance Center of Excellence (CoE) Mobile Application Testing (CoE) HP award: BTO Implementation Partner of the Year in 2006, 2008 & 2009 Infrastructure Management Services Expertise Spanning Entire IT Infrastructure Lifecycle World Class Tier III Datacenter 24/7 End User Services Global NOC & Global SOC dedicated to Infrastructure Services Enterprise Security Solutions Cloud & Virtualization 45

46 Technology Practice Focus Business Process Outsourcing Wholly owned BPO arm - Caliber Point Business Solutions Recognized as Emerging global HRO leader Proven processes and delivery capability in Shared Service Center Setup and Execution, Transaction Processing for complex processes, Transition Management Business Intelligence/Analytics Actionable Intelligence Enabled Establish : Strategic BI Roadmap Definition, Enterprise Data Warehouse Governance, BI Platform Evaluation, Business Case - Benefits Insight Enhance : Analytics Implementation, Product Upgrades, Dashboard Deployment, Data Integration Extensions, Data Quality - MDM Transform : BI CoE Setup - Factory model, Platform Consolidation, Product Migration, Metadata Management, BI 3.0 Integration (Mobility, Social Media, Cloud, Big Data) Experts on multiple BI platforms, BI Innovation Lab- Saves up to 40% of effort on your DW / BI deployment with absolute focus on quality with our patent pending IP s. Custom Application Services JAVA application services NET application services Legacy re-engineering 46

47 Thank You 47

Hexaware UN Partnership

Hexaware UN Partnership www.hexaware.com Hexaware UN Partnership 29 th Jan 2015 Process Results Hexaware Technologies. All rights reserved. Hexaware at a glance Complete End-to-End Technology, Process & Consulting Service Provider

More information

Fixed Scope Offering for Implementation of Oracle ERP Financials in Cloud. Oracle ERP Finacials Cloud Offerings

Fixed Scope Offering for Implementation of Oracle ERP Financials in Cloud. Oracle ERP Finacials Cloud Offerings Fixed Scope Offering for Implementation of Oracle ERP Financials in Cloud Oracle ERP Finacials Cloud Offerings 1 Executive Summary Hexaware is pleased to present to you this fixed scope offering for implementation

More information

Key Business Drivers. Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Key Business Drivers. Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Agenda Business Drivers The Solution Oracle Fusion HCM Hexaware s Offerings The Application Scope Hexaware s VELOCITY Methodology for Cloud Solutions Implementation Implementation Timelines Assumptions

More information

Why Performance Matters. Cloud Testing with SOASTA CloudTest. Hexaware Introduction. Best Practices for Performance Testing in Production.

Why Performance Matters. Cloud Testing with SOASTA CloudTest. Hexaware Introduction. Best Practices for Performance Testing in Production. Performance Testing in Production Using the Cloud to your advantage Presented by: Rob Holcomb VP Performance Engineering SOASTA Chris Cho Director, BTO Division Hexaware Technologies 1 Agenda Why Performance

More information

Business Intelligence Data Warehousing Services

Business Intelligence Data Warehousing Services Business Intelligence Data Warehousing Services Our BI DW Services Exponential growth in volume of data and information with over 85% being unstructured, the complexity arising from disparate information

More information

Cloud Services Offering. Fixed Scope Offering for Implementation of

Cloud Services Offering. Fixed Scope Offering for Implementation of Cloud Services Offering Fixed Scope Offering for Implementation of 1 Executive Summary Hexaware is pleased to present to you this fixed scope offering for implementation of Oracle Taleo solution in cloud.

More information

PeopleSoft Component Global Price List July 16, 2015 Software Investment Guide

PeopleSoft Component Global Price List July 16, 2015 Software Investment Guide Prices in USA (Dollar) PeopleSoft Component Global Price List July 16, 2015 Software Investment Guide only. Subject to change without notice. 1 of 10 PeopleSoft Component Global Price List Prices in USA

More information

Effective and Best practices of load and performance testing Oracle Applications using BSD Oracle plug-in for Rational Performance Tester

Effective and Best practices of load and performance testing Oracle Applications using BSD Oracle plug-in for Rational Performance Tester Effective and Best practices of load and performance testing Oracle Applications using BSD Oracle plug-in for Rational Performance Tester Anitha P Somanathan & Krishna Murthy ISSR IBM India Pvt Ltd Rational

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 PeopleSoft Human Capital Management Roadmap Ronnie Toerien ECEMEA Competency

More information

PeopleSoft and Oracle Cloud Practical Solutions. Marc Weintraub Senior Director PeopleSoft October 2014

PeopleSoft and Oracle Cloud Practical Solutions. Marc Weintraub Senior Director PeopleSoft October 2014 PeopleSoft and Oracle Cloud Practical Solutions Marc Weintraub Senior Director PeopleSoft October 2014 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Oracle Event Usage Only Safe Harbor

More information

JD Edwards EnterpriseOne Tools. 1 Understanding JD Edwards EnterpriseOne Business Intelligence Integration. 1.1 Oracle Business Intelligence

JD Edwards EnterpriseOne Tools. 1 Understanding JD Edwards EnterpriseOne Business Intelligence Integration. 1.1 Oracle Business Intelligence JD Edwards EnterpriseOne Tools Embedded Business Intelligence for JD Edwards EnterpriseOne Release 8.98 Update 4 E21426-02 March 2011 This document provides instructions for using Form Design Aid to create

More information

Business Intelligence and Service Oriented Architectures. An Oracle White Paper May 2007

Business Intelligence and Service Oriented Architectures. An Oracle White Paper May 2007 Business Intelligence and Service Oriented Architectures An Oracle White Paper May 2007 Note: The following is intended to outline our general product direction. It is intended for information purposes

More information

Innovation through Outsourcing

Innovation through Outsourcing Innovation through Outsourcing Timothy Gehrig timothy.gehrig@cedarcrestone.com David Moore david.moore@cedarcrestone.com Agenda Expectations CedarCrestone Introduction Market Direction Outsourcing Solutions

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

<Insert Picture Here> Extending Hyperion BI with the Oracle BI Server

<Insert Picture Here> Extending Hyperion BI with the Oracle BI Server Extending Hyperion BI with the Oracle BI Server Mark Ostroff Sr. BI Solutions Consultant Agenda Hyperion BI versus Hyperion BI with OBI Server Benefits of using Hyperion BI with the

More information

BUSINESSOBJECTS DATA INTEGRATOR

BUSINESSOBJECTS DATA INTEGRATOR PRODUCTS BUSINESSOBJECTS DATA INTEGRATOR IT Benefits Correlate and integrate data from any source Efficiently design a bulletproof data integration process Accelerate time to market Move data in real time

More information

BUSINESSOBJECTS DATA INTEGRATOR

BUSINESSOBJECTS DATA INTEGRATOR PRODUCTS BUSINESSOBJECTS DATA INTEGRATOR IT Benefits Correlate and integrate data from any source Efficiently design a bulletproof data integration process Improve data quality Move data in real time and

More information

Corporate Presentation

Corporate Presentation Corporate Presentation Agenda About Clover Infotech Services : Industries : Alliances Comprehensive Service Offerings Capabilities across technologies CoE : Technology Solution Group Clover Academy Partial

More information

Enabling ITIL Best Practices Through Oracle Enterprise Manager, Session #081163 Ana Mccollum Enterprise Management, Product Management

Enabling ITIL Best Practices Through Oracle Enterprise Manager, Session #081163 Ana Mccollum Enterprise Management, Product Management Enabling ITIL Best Practices Through Oracle Enterprise Manager, Session #081163 Ana Mccollum Enterprise Management, Product Management Andy Oppenheim Enterprise Management, Product Management Mervyn Lally

More information

Federal Secure Cloud Testing as a Service - TaaS Center of Excellence (CoE) Robert L. Linton

Federal Secure Cloud Testing as a Service - TaaS Center of Excellence (CoE) Robert L. Linton Session 5: Federal Secure Cloud Testing as a Service - TaaS Center of Excellence (CoE) Robert L. Linton Agenda HP ALM Solution Review HP Cloud Potential Cloud Portal HP ALM Solutions in a virtual environment

More information

On-Demand SAP BPC Support

On-Demand SAP BPC Support On-Demand SAP BPC Support Content Solution Overview Introduction to SAP RDS Solutions Solution Details SAP BPC 10 Techwave Consulting Inc. Data source: Gartner Techwave BPC Center of Excellence Implementation

More information

Our Business Knowledge, Your Winning Edge. ENERGY & UTILITY

Our Business Knowledge, Your Winning Edge. ENERGY & UTILITY Our Business Knowledge, Your Winning Edge. ENERGY & UTILITY We provide the winning edge to Energy & Utility clients by enabling them to extract full value from Information Management and IT operations

More information

Turn Information into a Strategic Asset with SAP Solutions for Information Management. Jens Sauer, SAP Switzerland 11 th September 2013

Turn Information into a Strategic Asset with SAP Solutions for Information Management. Jens Sauer, SAP Switzerland 11 th September 2013 Turn Information into a Strategic Asset with SAP Solutions for Information Management Jens Sauer, SAP Switzerland 11 th September 2013 Agenda The new Reality & Drivers for Information Management SAP Solution

More information

Lavastorm Resolution Center 2.2 Release Frequently Asked Questions

Lavastorm Resolution Center 2.2 Release Frequently Asked Questions Lavastorm Resolution Center 2.2 Release Frequently Asked Questions Software Description What is Lavastorm Resolution Center 2.2? Lavastorm Resolution Center (LRC) is a flexible business improvement management

More information

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide This document supports the version of each product listed and supports all subsequent versions until a new edition replaces

More information

ERP IMPLEMENTATION AND MAINTENANCE FOR A LARGE ENTERPRISE.

ERP IMPLEMENTATION AND MAINTENANCE FOR A LARGE ENTERPRISE. ERP IMPLEMENTATION AND MAINTENANCE FOR A LARGE ENTERPRISE. About the Client Our client is one of the world s leading enterprise software companies, which specializes in providing software and solutions

More information

Integrating with BarTender Integration Builder

Integrating with BarTender Integration Builder Integrating with BarTender Integration Builder WHITE PAPER Contents Overview 3 Understanding BarTender's Native Integration Platform 4 Integration Builder 4 Administration Console 5 BarTender Integration

More information

POLAR IT SERVICES. Business Intelligence Project Methodology

POLAR IT SERVICES. Business Intelligence Project Methodology POLAR IT SERVICES Business Intelligence Project Methodology Table of Contents 1. Overview... 2 2. Visualize... 3 3. Planning and Architecture... 4 3.1 Define Requirements... 4 3.1.1 Define Attributes...

More information

SAS Financial Intelligence. What s new. Copyright 2006, SAS Institute Inc. All rights reserved.

SAS Financial Intelligence. What s new. Copyright 2006, SAS Institute Inc. All rights reserved. SAS Financial Intelligence What s new Copyright 2006, SAS Institute Inc. All rights reserved. SAS Strategic Performance Management Gokhan Sevik Product Manager SAS EMEA Copyright 2006, SAS Institute Inc.

More information

Accenture Human Capital Management Solutions. Transforming people and process to achieve high performance

Accenture Human Capital Management Solutions. Transforming people and process to achieve high performance Accenture Human Capital Management Solutions Transforming people and process to achieve high performance The sophistication of our products and services requires the expertise of a special and talented

More information

Managed Services Overview

Managed Services Overview Managed Services Overview By Shyam Chodapunedi Company Overview 2 About KPIT 8300+ EMPLOYEES $410M REVENUE INDUSTRY FOCUSED GLOBAL PRESENCE Recognized Leader Enterprise IT Business Consulting Product Engineering

More information

Ramco Cloud for Connected Enterprise RACE

Ramco Cloud for Connected Enterprise RACE Ramco Cloud for Connected Enterprise RACE There is an Ecosystem around every Enterprise Dealers Sub-Dealers Retailers Franchisee Distributors Wholesalers Service Centres Channels Suppliers Manufacturing

More information

Initial Value Proposition (IVP) www.techcusp.com

Initial Value Proposition (IVP) www.techcusp.com Initial Value Proposition (IVP) Introduction Tech Cusp, Inc. TechCusp is Global, full-service IT Services & Software Development firm Founded in 2006 Techcusp.com is a privately held end-to-end IT services

More information

Whitepaper Multi-Tenancy HRO Solution

Whitepaper Multi-Tenancy HRO Solution Hexaware Technologies. All rights reserved. Table of Contents 1. INTRODUCTION 2. WHAT IS MULTI-TENANCY? 3. HOW IT IS DELIVERED? 4. WHAT IS THE MARKET FOR MTP? 5. BPO EVOLUTION IMPACT ON THE ERP PLAYERS

More information

Application Services Portfolio

Application Services Portfolio Application Services Portfolio Overview Injazat Application Services offer end-to-end solutions that align Enterprises business objectives with their IT goals. Our solutions focus on implementing, building

More information

Exclaimer Mail Archiver User Manual

Exclaimer Mail Archiver User Manual User Manual www.exclaimer.com Contents GETTING STARTED... 8 Mail Archiver Overview... 9 Exchange Journaling... 9 Archive Stores... 9 Archiving Policies... 10 Search... 10 Managing Archived Messages...

More information

Oracle BI Applications. Can we make it worth the Purchase?

Oracle BI Applications. Can we make it worth the Purchase? Oracle BI Applications Can we make it worth the Purchase? Introduction Oracle Gold partner én Specialized Partner CRM On Demand, Oracle BI Applications. Oracle Business Solution partner Oracle s Siebel

More information

Tips and Tricks SAGE ACCPAC INTELLIGENCE

Tips and Tricks SAGE ACCPAC INTELLIGENCE Tips and Tricks SAGE ACCPAC INTELLIGENCE 1 Table of Contents Auto e-mailing reports... 4 Automatically Running Macros... 7 Creating new Macros from Excel... 8 Compact Metadata Functionality... 9 Copying,

More information

Whitepaper Enable Talent Management Through Fusion

Whitepaper Enable Talent Management Through Fusion Enable Talent Through Fusion Hexaware Technologies. All rights reserved. Enable Talent Through Fusion Table of Contents 1. Why Talent 3 2. Employee engagement through Talent 3 2.1. Fusion as a Technology

More information

An Oracle White Paper July 2011. Best Practices for Upgrading PeopleSoft Enterprise

An Oracle White Paper July 2011. Best Practices for Upgrading PeopleSoft Enterprise An Oracle White Paper July 2011 Best Practices for Upgrading PeopleSoft Enterprise Best Practices for Upgrading PeopleSoft Enterprise Introduction... 3 Upgrade Overview... 4 The Upgrade Process... 4 Initial

More information

How To Use Noetix

How To Use Noetix Using Oracle BI with Oracle E-Business Suite How to Meet Enterprise-wide Reporting Needs with OBI EE Using Oracle BI with Oracle E-Business Suite 2008-2010 Noetix Corporation Copying of this document is

More information

<Insert Picture Here>

<Insert Picture Here> Oracle and MetaSolv Acquisition Announcement Delivering a leading end-to-end packaged software solution addressing the key business processes of the Communications Industry General

More information

Task definition PROJECT SCENARIOS. The comprehensive approach to data integration

Task definition PROJECT SCENARIOS. The comprehensive approach to data integration Data Integration Suite Your Advantages Seamless interplay of data quality functions and data transformation functions Linking of various data sources through an extensive set of connectors Quick and easy

More information

Data Migration in SAP environments

Data Migration in SAP environments Framework for Data Migration in SAP environments Does this scenario seem familiar? Want to save 50% in migration costs? Data migration is about far more than just moving data into a new application or

More information

How To Use Peoplesoft 8.51.1.1 (Peoplesoft)

How To Use Peoplesoft 8.51.1.1 (Peoplesoft) PeopleTools 8.51 Update and Roadmap 2010 Stephen Wills (Stephen.Wills@oracle.com) PeopleSoft Application Technology Sales Consultant, Oracle The following is intended to outline our

More information

Accenture Enterprise Services for Chemicals. Delivering high performance in enterprise resource planning

Accenture Enterprise Services for Chemicals. Delivering high performance in enterprise resource planning Accenture Enterprise Services for Chemicals Delivering high performance in enterprise resource planning An innovative, comprehensive and proven approach that helps chemical companies accelerate enterprisewide

More information

Corporate Presentation

Corporate Presentation Corporate Presentation Agenda 2 About Clover Infotech Mission and Values Technology Service Mapping Service Offerings Application Services Enterprise Business Solution Application Development and Maintenance

More information

PeopleTools I & II v8.53. Training Guide

PeopleTools I & II v8.53. Training Guide PeopleTools I & II v8.53 Training Guide Introductions Course Instructor John Beretz Professional PeopleTools Consultant - 10 Years HCM, FSCM, Staffing Enhancements Upgrades Occasional Instructor Formerly

More information

TODAY A HOSPITALITY CIO IS FOCUSED ON UNDERSTANDING THE INDUSTRY HCL HERE TO HELP

TODAY A HOSPITALITY CIO IS FOCUSED ON UNDERSTANDING THE INDUSTRY HCL HERE TO HELP UNDERSTANDING THE INDUSTRY Hospitality markets continue to face a challenging atmosphere globally, yet even in volatile environments, signs of growth and strengthening lodging fundamentals indicates that

More information

SAS Visual Analytics 7.1 for SAS Cloud. Quick-Start Guide

SAS Visual Analytics 7.1 for SAS Cloud. Quick-Start Guide SAS Visual Analytics 7.1 for SAS Cloud Quick-Start Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Visual Analytics 7.1 for SAS Cloud: Quick-Start Guide.

More information

How Microsoft dynamics AX fairs in comparison to other ERP s

How Microsoft dynamics AX fairs in comparison to other ERP s How Microsoft dynamics AX fairs in comparison to other ERP s GONE ARE THOSE LEGACY ERP SYSTEMS OF OLDEN DAYS. LEGACY SYSTEMS LOOK VAST, REQUIRE HUGE BUDGETS, AND TAKE LONG IMPLEMENTATION TIME. IT IS A

More information

CONSULTING SERVICES Managed IT services

CONSULTING SERVICES Managed IT services CONSULTING SERVICES Managed IT services CONSULTING SERVICES Organizations around the globe face an array of critical issues in today s business environment. Economic conditions are requiring significant

More information

Contents. Ensure Accuracy in Data Transformation with Data Testing Framework (DTF)

Contents. Ensure Accuracy in Data Transformation with Data Testing Framework (DTF) Contents A U T H O R : S o u r a v D a s G u p t a Ensure Accuracy in Data Transformation with Data Testing Framework (DTF) Abstract... 2 Need for a Data Testing Framework... 3 DTF Overview... 3 What is

More information

Hexaware Webinar Series Presents:

Hexaware Webinar Series Presents: Hexaware Webinar Series Presents: Know your customer better - Insights into CRM Analytics Sundip Gorai Vice President, Hexaware Technologies Dec 4 th, 12 pm Eastern Time A Global IT and BPO Service Provider

More information

Cisco IT Hadoop Journey

Cisco IT Hadoop Journey Cisco IT Hadoop Journey Srini Desikan, Program Manager IT 2015 MapR Technologies 1 Agenda Hadoop Platform Timeline Key Decisions / Lessons Learnt Data Lake Hadoop s place in IT Data Platforms Use Cases

More information

Data Virtualization Overview

Data Virtualization Overview Data Virtualization Overview Take Big Advantage of Your Data "Using a data virtualization technique is: number one, much quicker time to market; number two, much more cost effective; and three, gives us

More information

EBS Gateway to tomorrow. Anca Dumitru Senior Sales Consultant, Human Capital Management

EBS Gateway to tomorrow. Anca Dumitru Senior Sales Consultant, Human Capital Management EBS Gateway to tomorrow Anca Dumitru Senior Sales Consultant, Human Capital Management What could the future look like for an existing Apps Unlimited Oracle customer? 2 Role play outline HR and IT discussing

More information

A TECHNICAL WHITE PAPER ATTUNITY VISIBILITY

A TECHNICAL WHITE PAPER ATTUNITY VISIBILITY A TECHNICAL WHITE PAPER ATTUNITY VISIBILITY Analytics for Enterprise Data Warehouse Management and Optimization Executive Summary Successful enterprise data management is an important initiative for growing

More information

Oracle E-Business Suite - Oracle Business Intelligence Enterprise Edition 11g Integration

Oracle E-Business Suite - Oracle Business Intelligence Enterprise Edition 11g Integration Specialized. Recognized. Preferred. The right partner makes all the difference. Oracle E-Business Suite - Oracle Business Intelligence Enterprise Edition 11g Integration By: Arun Chaturvedi, Business Intelligence

More information

Compunnel. Business Intelligence, Master Data Management & Compliance (Healthcare) Largest Health Insurance Company in New Jersey.

Compunnel. Business Intelligence, Master Data Management & Compliance (Healthcare) Largest Health Insurance Company in New Jersey. Compunnel Business Intelligence, Master Data Management & Compliance (Healthcare) Largest Health Insurance Company in New Jersey Business Intelligence, Master Data Management & Compliance (Healthcare)

More information

QAD Business Intelligence Release Notes

QAD Business Intelligence Release Notes QAD Business Intelligence Release Notes September 2008 These release notes include information about the latest QAD Business Intelligence (QAD BI) fixes and changes. These changes may affect the way you

More information

www.pwc.com Implementation of Big Data and Analytics Projects with Big Data Discovery and BICS March 2015

www.pwc.com Implementation of Big Data and Analytics Projects with Big Data Discovery and BICS March 2015 www.pwc.com Implementation of Big Data and Analytics Projects with Big Data Discovery and BICS Agenda Big Data Discovery Oracle Business Intelligence Cloud Services (BICS) Use Cases How to start and our

More information

Adobe Marketing Cloud Bloodhound for Mac 3.0

Adobe Marketing Cloud Bloodhound for Mac 3.0 Adobe Marketing Cloud Bloodhound for Mac 3.0 Contents Adobe Bloodhound for Mac 3.x for OSX...3 Getting Started...4 Processing Rules Mapping...6 Enable SSL...7 View Hits...8 Save Hits into a Test...9 Compare

More information

Getting it Right: How to Find the Right BI Package for the Right Situation Norma Waugh. RMOUG Training Days February 15-17, 2011

Getting it Right: How to Find the Right BI Package for the Right Situation Norma Waugh. RMOUG Training Days February 15-17, 2011 Delivering Oracle Success Getting it Right: How to Find the Right BI Package for the Right Situation Norma Waugh RMOUG Training Days February 15-17, 2011 About DBAK Oracle solution provider Co-founded

More information

Implementing the End User Experience Monitoring Solution

Implementing the End User Experience Monitoring Solution IBM Tivoli Application Performance Management Implementing the End User Experience Monitoring Solution John Griffith Copyright International Business Machines Corporation 2012. US Government Users Restricted

More information

ACQUISITION TARGET DESCRIPTION BUYER IDENTIFICATION # B314590688

ACQUISITION TARGET DESCRIPTION BUYER IDENTIFICATION # B314590688 BUYER IDENTIFICATION # B314590688 Information Technology Services Company with revenues of $145 million seeks to acquire a IT Consulting firm that serves the Federal Government This Information Technology

More information

SAP NetWeaver Information Lifecycle Management

SAP NetWeaver Information Lifecycle Management SAP NetWeaver Information Lifecycle Management What s New in Release 7.03 and Future Direction June 2012 SAP NetWeaver Information Lifecycle Management Information lifecycle management Retention management

More information

Service Oriented Data Management

Service Oriented Data Management Service Oriented Management Nabin Bilas Integration Architect Integration & SOA: Agenda Integration Overview 5 Reasons Why Is Critical to SOA Oracle Integration Solution Integration

More information

<Insert Picture Here> Oracle Master Data Management Strategy

<Insert Picture Here> Oracle Master Data Management Strategy Oracle Master Data Management Strategy Name Title The following is intended to outline our general product direction. It is intended for information purposes only, and may not be

More information

FACT SHEET SWEDEN ABOUT TATA CONSULTANCY SERVICES (TCS) SWEDEN AND THE NORDIC REGION

FACT SHEET SWEDEN ABOUT TATA CONSULTANCY SERVICES (TCS) SWEDEN AND THE NORDIC REGION FACT SHEET SWEDEN ABOUT TATA CONSULTANCY SERVICES (TCS) Tata Consultancy Services is an IT services, consulting and business solutions organization that delivers real results to global business, ensuring

More information

BusinessObjects XI R2 Product Documentation Roadmap

BusinessObjects XI R2 Product Documentation Roadmap XI R2 Product Documentation Roadmap XI R2 indows and UNIX Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents, which may cover products that are offered

More information

ER/Studio Enterprise Portal 1.0.2 User Guide

ER/Studio Enterprise Portal 1.0.2 User Guide ER/Studio Enterprise Portal 1.0.2 User Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

Data Virtualization for Agile Business Intelligence Systems and Virtual MDM. To View This Presentation as a Video Click Here

Data Virtualization for Agile Business Intelligence Systems and Virtual MDM. To View This Presentation as a Video Click Here Data Virtualization for Agile Business Intelligence Systems and Virtual MDM To View This Presentation as a Video Click Here Agenda Data Virtualization New Capabilities New Challenges in Data Integration

More information

Enterprise Service Bus

Enterprise Service Bus We tested: Talend ESB 5.2.1 Enterprise Service Bus Dr. Götz Güttich Talend Enterprise Service Bus 5.2.1 is an open source, modular solution that allows enterprises to integrate existing or new applications

More information

Repeatable, Embedded Integration from the Cloud to SaaS or On-Premises ERP, CRM and More

Repeatable, Embedded Integration from the Cloud to SaaS or On-Premises ERP, CRM and More Repeatable, Embedded Integration from the Cloud to SaaS or On-Premises ERP, CRM and More April 28, 2011 Robert S. Hull Founder, CFO & VP Client Services 1 Agenda Adaptive Planning Background Our Integration

More information

Accelerate Data Loading for Big Data Analytics Attunity Click-2-Load for HP Vertica

Accelerate Data Loading for Big Data Analytics Attunity Click-2-Load for HP Vertica Accelerate Data Loading for Big Data Analytics Attunity Click-2-Load for HP Vertica Menachem Brouk, Regional Director - EMEA Agenda» Attunity update» Solutions for : 1. Big Data Analytics 2. Live Reporting

More information

Understanding Oracle BI Applications

Understanding Oracle BI Applications Understanding Oracle BI Applications Oracle BI Applications are a complete, end-to-end BI environment covering the Oracle BI EE platform and the prepackaged analytic applications. The Oracle BI Applications

More information

How To Build A Cloud Based Healthcare Management System

How To Build A Cloud Based Healthcare Management System C A S E S T U D I E S NTT clouds C A S E S T U D Y Forethought Financial Group Forethought Financial Group Background Diversified financial services company with over $1B in insurance & financial solution

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

TimeTrade Salesforce Connector Administrator Guide

TimeTrade Salesforce Connector Administrator Guide TimeTrade Salesforce Connector Administrator Guide TimeTrade Systems, Inc. Step- by- step instructions for installing and configuring the Salesforce Connector Installation & Configuration Guide Table of

More information

The ABCs of DaaS. Enabling Data as a Service for Application Delivery, Business Intelligence, and Compliance Reporting.

The ABCs of DaaS. Enabling Data as a Service for Application Delivery, Business Intelligence, and Compliance Reporting. The ABCs of DaaS Enabling Data as a Service for Application Delivery, Business Intelligence, and Compliance Reporting White Paper The ABCs of DaaS Enabling Data as a Service Application Delivery, Business

More information

We are live on KFS Now What? Sameer Arora Director Strategic Initiatives, Syntel

We are live on KFS Now What? Sameer Arora Director Strategic Initiatives, Syntel We are live on KFS Now What? Sameer Arora Director Strategic Initiatives, Syntel Agenda Introduction Application Management Testing Kuali Financial System (KFS) using itap Syntel Fast Facts 2 Agenda Introduction

More information

The Worksoft Suite. Automated Business Process Discovery & Validation ENSURING THE SUCCESS OF DIGITAL BUSINESS. Worksoft Differentiators

The Worksoft Suite. Automated Business Process Discovery & Validation ENSURING THE SUCCESS OF DIGITAL BUSINESS. Worksoft Differentiators Automated Business Process Discovery & Validation The Worksoft Suite Worksoft Differentiators The industry s only platform for automated business process discovery & validation A track record of success,

More information

MDM and Data Warehousing Complement Each Other

MDM and Data Warehousing Complement Each Other Master Management MDM and Warehousing Complement Each Other Greater business value from both 2011 IBM Corporation Executive Summary Master Management (MDM) and Warehousing (DW) complement each other There

More information

Business Intelligence for Financial Services: A Case Study

Business Intelligence for Financial Services: A Case Study Business Intelligence for Financial Services: A Case Study Business Intelligence for Financial Services: A Case Study Our customer is a $25 billion revenue subsidiary of a Fortune 50 company. This subsidiary

More information

The Growing Practice of Operational Data Integration. Philip Russom Senior Manager, TDWI Research April 14, 2010

The Growing Practice of Operational Data Integration. Philip Russom Senior Manager, TDWI Research April 14, 2010 The Growing Practice of Operational Data Integration Philip Russom Senior Manager, TDWI Research April 14, 2010 Sponsor: 2 Speakers: Philip Russom Senior Manager, TDWI Research Gavin Day VP of Operations

More information

Sage CRM. 7.2 Mobile Guide

Sage CRM. 7.2 Mobile Guide Sage CRM 7.2 Mobile Guide Copyright 2013 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

Oracle CRM Foundation

Oracle CRM Foundation Oracle CRM Foundation Implementation Guide Release 11i November 2000 Part No. A86122-02 Oracle CRM Foundation Implementation Guide, Release 11i Part No. A86122-02 Copyright 1996, 2000, Oracle Corporation.

More information

Accenture Enterprise Services for Metals. Delivering high performance in enterprise resource planning

Accenture Enterprise Services for Metals. Delivering high performance in enterprise resource planning Accenture Enterprise Services for Metals Delivering high performance in enterprise resource planning The metals industry faces unique levels of process complexity, which make the deployment of enterprise

More information

What's New in SAS Data Management

What's New in SAS Data Management Paper SAS034-2014 What's New in SAS Data Management Nancy Rausch, SAS Institute Inc., Cary, NC; Mike Frost, SAS Institute Inc., Cary, NC, Mike Ames, SAS Institute Inc., Cary ABSTRACT The latest releases

More information

Surya infolab (P) Ltd.

Surya infolab (P) Ltd. Surya infolab (P) Ltd. Overview Services Technologies Solutions Contact Information Overview Surya infolab is a Software Development company which provides Technical Services to customers. We are Headquartered

More information

Salvage Your Investment in Discoverer with Oracle BI Cloud Services (BICS)

Salvage Your Investment in Discoverer with Oracle BI Cloud Services (BICS) Salvage Your Investment in Discoverer with Oracle BI Cloud Services (BICS) Kshitij Kumar Global VP of BI/EPM and CTO Apps Associates LLC Alan Lee Director, Product Management Oracle Corporation March 10,

More information

Payer test platform: How to ensure compliance, reduce timeto-market and maximize return on investment

Payer test platform: How to ensure compliance, reduce timeto-market and maximize return on investment Solution Overview Generating Healthcare Payer Impact Payer test platform: How to ensure compliance, reduce timeto-market and maximize return on investment Healthcare payers today face a perfect storm of

More information

Running your business does not have to be complicated

Running your business does not have to be complicated Sage X3 for Retail Sage for Retail Adopt a faster, simpler, more flexible business and retail management solution with full CRM and HRM capabilities all rolled into one. With Sage X3, you are choosing

More information

Accelerating the Transition to Hybrid Cloud with Oracle Managed Cloud Integration Service

Accelerating the Transition to Hybrid Cloud with Oracle Managed Cloud Integration Service Accelerating the Transition to Hybrid Cloud with Oracle Managed Cloud Integration Service How to Connect Applications More Quickly and with Less Risk O R A C L E W H I T E P A P E R O C T O B E R 2 0 1

More information

A technical paper for Microsoft Dynamics AX users

A technical paper for Microsoft Dynamics AX users s c i t y l a n a g n i Implement. d e d e e N is h c a o r Why a New app A technical paper for Microsoft Dynamics AX users ABOUT THIS WHITEPAPER 03 06 A TRADITIONAL APPROACH TO BI A NEW APPROACH This

More information

Schedule 740966.1. Archive 740964.1. FYI: New Portal with same DocID. Generic Advisor Webcast Note 740966.1. before. now

Schedule 740966.1. Archive 740964.1. FYI: New Portal with same DocID. Generic Advisor Webcast Note 740966.1. before. now FYI: New Portal with same DocID Schedule 740966.1 Archive 740964.1 before Generic Advisor Webcast Note 740966.1 now 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information

More information

Table of Contents. 1. Content Approval...1 EVALUATION COPY

Table of Contents. 1. Content Approval...1 EVALUATION COPY Table of Contents Table of Contents 1. Content Approval...1 Enabling Content Approval...1 Content Approval Workflows...4 Exercise 1: Enabling and Using SharePoint Content Approval...9 Exercise 2: Enabling

More information

Ten Things You Need to Know About Data Virtualization

Ten Things You Need to Know About Data Virtualization White Paper Ten Things You Need to Know About Data Virtualization What is Data Virtualization? Data virtualization is an agile data integration method that simplifies information access. Data virtualization

More information