Codeless Test Automation

Size: px
Start display at page:

Download "Codeless Test Automation"

Transcription

1 Codeless Test Automation Business Assurance & Testing AuthOr: Ravi Kant Sharma and Naveen Saxena Automation CoE,HCL Technologies Ltd. Bangalore, India WHITEPAPER January 2015

2 TABLE OF CONTENTS ABSTRACT 3 OVERVIEW 3 NEW BUSINESS DYNAMICS AND TEST AUTOMATION 5 CORE DRIVERS FOR CODELESS AUTOMATION 6 HOW CODELESS TEST AUTOMATION WORKS 7 TOOLS EXPECTATIONS 7 PROSPECTS 8 BENEFITS 8 SUCCESS FACTORS 9 DATA POINTS 10 CONCLUSION 10 ABOUT HCL , HCL TECHNOLOGIES. REPRODUCTION PROHIBITED. THIS DOCUMENT IS PROTECTED UNDER COPYRIGHT BY THE AUTHOR, ALL RIGHTS RESERVED. 2

3 ABSTRACT There are heaps of testing tools available in the market today, and many of them are marketed as being simple to use and maintain, having multiple features. As automation SMEs we come across plenty of real-time instances where we need to leverage coding/ scripting to bring better coverage for automation and to avoid lines of code from accumulating. The more code - the more complexity, and the higher the maintenance costs for scripts as well as frameworks. Thus, as practitioners, we need to be able to make this journey with as little coding involved and achieve higher quality and maintainability, setting the foundation for Codeless Automation. This whitepaper highlights the need for a Codeless Test Automation Framework that allows us to effectively design automated tests without any programming language and make test design, execution, the tracking of results, and script maintenance, easier. This paper is for business managers, test leads and software test engineers and the key focus areas of application include system and regression testing. OVERVIEW In the traditional Test Automation approach, sophisticated test automation tools were used with the understanding that the tools would do the job. We relied up on the Record and Playback feature available in thetool with small augmentations and code changes to perform validations on Application under Test (AUT). Cheaper Automation with Record and Playback Simpler Automation with Reusable Functions Faster Automation with Frameworks Better Codeless Automation Fig 1: Evolution of Test Automation Test Automation revolves around the concept that advanced with Microsoft and revolutionized the entire IT industry. Post this, automation tools flooded the market and each vendor boasted of a better tool. The Recordand Playback functionality in each of these tools became a selling point, making it easy for testers to use these features for repetitive tasks with parameterization of the test data. 2015, HCL TECHNOLOGIES. REPRODUCTION PROHIBITED. THIS DOCUMENT IS PROTECTED UNDER COPYRIGHT BY THE AUTHOR, ALL RIGHTS RESERVED. 3

4 This eventually led to an era of sophisticated code development and modularization where many automation frameworks came into being, as listed below: y Keyword Driven Framework y Modular Framework y Hybrid Framework y This table highlights the key differences between the frameworks mentioned above: Keyword Driven Framework Keyword-driven /excel driven are interchangeable terms that refer to an application-independent automation framework. This framework requires the development of data tables and keywords/functions. Modular Framework Hybrid Framework Here, the test script code drives the application-undertest and the data. Keyword-driven tests look very similar to manual test cases. The modular framework requires the creation of small, independent scripts and functions that represent modules, sections, and functions of the application-under-test. These small scripts are then used in a hierarchical fashion to construct larger tests. It involves coding/scripts for each of the test cases, and hence is required to be the simplest to grasp for automation engineers. The hybrid framework is the most commonly implemented framework. It is a combination of both modular and keyword-driven frameworks and leverages the merits of both while mitigating their weaknesses to a certain extent. Table 1: Key automation frameworks types These automation frameworks resolved multiple issues in relation to scripts standardization, scripts uniformity, faster development, etc. Most of the time, this would lead to munificent test maintenance efforts that arose due to the complexity involved in these automation frameworks. In some instances, maintenance efforts exceeded half the development efforts due to complexity arising out of debugging the script according to the automation framework that was employed. 2015, HCL TECHNOLOGIES. REPRODUCTION PROHIBITED. THIS DOCUMENT IS PROTECTED UNDER COPYRIGHT BY THE AUTHOR, ALL RIGHTS RESERVED. 4

5 Setting up Automation F/W Structure Developing the base function libraries for available technological stack Developing the Result Reporting Mechanism Framework Integration with HP-ALM Framework Development Test Automation Implementation Analyze Manual Test Cases for Automation Feasibility and Reusability Manual Test Case Management Developing Automated Script for feasible Test Integrating Test Script with HP-ALM Reviews and Fixes Setting up Automation F/W Structure Developing the base function libraries for available technological stack Developing the Result Reporting Mechanism Framework Integration with HP-ALM Test Automation Maintenance The figure above illustrates the different stages of test automation commencing from the development of the automation framework, to test execution and maintenance. Here we spend most of the time in test script creation and maintenance arising due to application changes or data changes. We also expend considerable effort in developing the framework that drives the need for codeless automation where we could create an automated script without any specific automation framework. NEW BUSINESS DYNAMICS AND TEST AUTOMATION With new business dynamics in the software development life cycle and the introduction of the Agile methodology, test automation became more and more challenging. In the traditional Waterfall development approach, the product is built stage-by-stage and testers plan first and then enforce the plans through development. Here, the test automation team predefines a test automation plan within anticipated timelines for a given project scope. On the other hand, Agile is a non-linear approach where the entire software product is split into small fortnightly or monthly releases when the project scope is unstable. Unlike Waterfall, it has multiple iterations with less time to perform test automation. It is characterized by more time being spent in test automation development and maintenance, creating tests and updating those based on new scope changes and executing them. This leads to the foundation of unconventional script-less test automation that could simplify test automation development and maintenance. 2015, HCL TECHNOLOGIES. REPRODUCTION PROHIBITED. THIS DOCUMENT IS PROTECTED UNDER COPYRIGHT BY THE AUTHOR, ALL RIGHTS RESERVED. 5

6 Background Challenges Approach Agile Projects present their own challenges to the Automation team; unclear project scope (changing requirements), multiple Iterations, minimal documentation availability, speedy deliverables for frequent releases, active involvement of stakeholders and unavailability of application. Inconsistency in Test Automation Scope Minimal documentation Changing Environments i.e. URL, Login Credentials, Workflow Changes, Application look and feel changes Speedy deliverables for frequent releases Active stakeholder involvement Object Maps changes from one sprint to another Over commitment with limited sprint durations Selection of What to Automate and What Not Selection of Right Framework Selection of Approach for speedy deliverables and goal success Selection of Right Resources and Tools Resource Management (to have skill set both in manual and automation testing) Developing right and quality automated test scripts for better reusability To run test suites in regression testing smoothly Adaptable for changing requirements To have less maintenance overhead Selection of Right Test Automation Tool To meet Test Environment Requirements, Application Requirements To meet Test Automation Requirement User friendly To give quick results and reporting abilities Keep your tests small and lean To help in dealing with complex scenarios To help in debugging To enable easy integration with other tests Selection of Right Approach and Framework A new era commenced with Codeless Test Automation, where we moved away from conventional, time consuming, and code-based processes of writing code. This helped both the test automation team and the manual team create and update tests easily. Codeless Test Automation made it easy to use, with automated assets in English and in a format that is easy to create and maintain. CORE DRIVERS FOR CODELESS AUTOMATION With increasing cost pressures, IT companies are focusing more on the cost benefits and on improving work efficiency. The core drivers aggressively encouraging the evolution for Codeless Test Automation are: y Speed (quick time to market i.e. in Agile) y Maintainability (less maintenance overhead cost) y Configurability (make test automation assets easy to confirm for different requirements with minimal changes) y Robustness (easy plug and play anywhere) y Work efficiency (with codeless test automation that reduces up to 80% of the test automation efforts, saving time for test engineers that can be spent on core business areas for results analysis, finding defects, and executing more tests) HOW CODELESS TEST AUTOMATION WORKS Codeless Test Automation is a concept/methodology supported by a test automation tool. It has a user-friendly GUI with provisions that enable test engineers to create test cases by simply choosing objects and adding operations to them. This is done by selecting the actions from a drop-down lookup list along with the provisioning of test data passed locally or externally, while making use of the codeless test automation 2015, HCL TECHNOLOGIES. REPRODUCTION PROHIBITED. THIS DOCUMENT IS PROTECTED UNDER COPYRIGHT BY THE AUTHOR, ALL RIGHTS RESERVED. 6

7 tool. The end users do not have to program scripts for each test case and test steps in any scripting language. Hence, Codeless Test Automation becomes language agnostic. TOOLS EXPECTATIONS Codeless Automation is expected to bridge all gaps that code-based test automation carries. It is expected to offer coverage to the following environments: y Multiple browser support: for cross browser testing y Multiple technology support: for supporting all existing technological platforms y Multiple database support y Multiple file system support y Data-driven testing support y Mobility support y Good and flexible reporting mechanisms y Plug and play assets: offering the flexibility to plug and play test automation assets and calling already automated assets/components y notifications y API access for integrating with tools such as Test Management, Bug Tracking, etc. y Provisioning of custom objects/controls in the application, such as Virtual Object Handling y 12. Provisioning of Batch Runs and Scheduling The industry currently does not have any tool that covers all the expectations listed above. 2015, HCL TECHNOLOGIES. REPRODUCTION PROHIBITED. THIS DOCUMENT IS PROTECTED UNDER COPYRIGHT BY THE AUTHOR, ALL RIGHTS RESERVED. 7

8 Mobility Multiple Browser Data Driven Testing Automation Solution Multiple Technology Multiple File System Multiple Database PROSPECTS As described above, Codeless Automation is a futuristic idea to mitigate most of the challenges of Test Automation, but it also raises a concern on whether code-based test automation will eventually vanish. While this is quite subjective, with the present findings and the pace in technological development, it seems evident that script-based test automation may eventually disappear and the void befilled with Codeless Test Automation. BENEFITS Codeless Test Automation offers several benefits. Some of them include: y Automating test cases becomes easier and more comprehensive; we can see what is automated and what data has been used y Time for automating tests/scenarios is reduced considerably through pre-defined sets of methods to be operated on test objects; less time is spent in developing functions or procedures y Test maintenance becomes easier and less time consuming as code level debugging presence is negligible y Training non-technical test engineers or business analysts becomes easier, enabling them to contribute to test automation or review automated test scripts y Creating and managing complex tests becomes easier y Testers can spend more time analyzing test results, detecting defects, and focusing on business areas/ functional aspects, etc. y Both automated and manual tests can reside in the same location and provide 2015, HCL TECHNOLOGIES. REPRODUCTION PROHIBITED. THIS DOCUMENT IS PROTECTED UNDER COPYRIGHT BY THE AUTHOR, ALL RIGHTS RESERVED. 8

9 transparency about what is automated and what is not. It also helps eliminate the cost of having another tool to maintain manual tests. y Promotes greater stakeholder participation and increases testing process productivity SUCCESS FACTORS The overall success of Test Automation does not depend on how many tests have been automated or how much better we have coded the tests but on what we have automated, though the numbers may bring up a value and not necessarily the desired success. We see that the decision to opt for automation, the candidates for automation, and the tool used to carry out the automation - all plays a very vital role in the success. Here the candidates (automation requirements i.e. manual tests/scenarios) are the preliminary factors that determine automation success. We therefore emphasize on the following factors: Approach Selection of Right Candidates Test Strategy Quality Considerations Tool Selection Faster Simpler Cheaper Better Reusability and Repeatability Complexity of Tests Inter Test Dependencies Data creation Tests that needs to run on different environments Business Indispensable tests Quality Clean up of Test Cases (Redundancy Removal) Improve overall quality of test cases Optimize regression test cases Focus on End to End Testing that mimics business use Emphasize on testing Needs Better Test Coverage Consistency Reliability Robustness Coverage to Application and Environment Ease of creating and updating tests Ease of debugging test scripts Result reporting Skill availability License cost and affordability Assimilation with other Tools DATA POINTS Based on our findings across various projects, we have seen that a considerable amount of saving is achieved using Codeless Automation. Let us consider a typical scenario with minimal functional and technical complexity and the availability of a Test Automation Framework with all processes in place. We find that there is a significant reduction in overall test automation efforts with the use of Codeless Automation, and we save around 56% in automation efforts per script. 2015, HCL TECHNOLOGIES. REPRODUCTION PROHIBITED. THIS DOCUMENT IS PROTECTED UNDER COPYRIGHT BY THE AUTHOR, ALL RIGHTS RESERVED. 9

10 Traditional Vs Codeless Automation Efforts Vs Cycles Cycle 1 Cycle 2 Cycle 3 Cycle 4 Cycle 5 Cycle 6 Traditional Automation (in Mins) Codeless Automation Traditional Automation (in Hours) Codeless Automation (in Hours) CONCLUSION Based on the above findings,we can conclude that Codeless Test Automation has a number of advantages and is also scalable for Agile projects with limited timeframes and unstable scopes. This, however, does not mean that Codeless Test Automation is only suitable for Agile; it can also be plugged in to Waterfall projects. The bigger challenge for these projects include the migration of existing test scripts from existing tools to newer ones supporting Codeless Test Automation. While critics may argue that Codeless Automation poses a threat for the learning curve as well as for test engineers, we believe that it makes the job simple for them and for the business. 2015, HCL TECHNOLOGIES. REPRODUCTION PROHIBITED. THIS DOCUMENT IS PROTECTED UNDER COPYRIGHT BY THE AUTHOR, ALL RIGHTS RESERVED. 10

11 ABOUT HCL About HCL Technologies HCL Technologies is a leading global IT services company working with clients in the areas that impact and redefine the core of their businesses. Since its emergence on the global landscape, and after its IPO in 1999, HCL has focused on transformational outsourcing, underlined by innovation and value creation, offering an integrated portfolio of services including software-led IT solutions, remote infrastructure management, engineering and R&D services and business services. HCL leverages its extensive global offshore infrastructure and network of offices in 31 countries to provide holistic, multi-service delivery in key industry verticals including Financial Services, Manufacturing, Consumer Services, Public Services and Healthcare & Life sciences. HCL takes pride in its philosophy of Employees First, Customers Second which empowers its 95,000 transformers to create real value for customers. HCL Technologies, along with its subsidiaries, had consolidated revenues of US$ 5.5 billion, for the Financial Year ended as on 30th September 2014 (on LTM basis). For more information, please visit About HCL Enterprise HCL is a $6.7 billion leading global technology and IT enterprise comprising two companies listed in India HCL Technologies and HCL Infosystems. Founded in 1976, HCL is one of India s original IT garage start-ups. A pioneer of modern computing, HCL is a global transformational enterprise today. Its range of offerings includes product engineering, custom & package applications, BPO, IT infrastructure services, IT hardware, systems integration, and distribution of information and communications technology (ICT) products across a wide range of focused industry verticals. The HCL team consists of over 100,000 professionals of diverse nationalities, who operate from 31 countries including over 505 points of presence in India. HCL has partnerships with several leading global 1000 firms, including leading IT and technology firms. For more information, please visit Hello there! I am an Ideapreneur. I believe that sustainable business outcomes are driven by relationships nurtured through values like trust, transparency and flexibility. I respect the contract, but believe in going beyond through collaboration, applied innovation and new generation partnership models that put your interest above everything else. Right now 100,000 Ideapreneurs are in a Relationship Beyond the Contract with 500 customers in 31 countries. How can I help you?

QEx WHITEPAPER. Increasing Cost Predictability in Performance Testing Services via Unit-Based Pricing Model. www.hcltech.com

QEx WHITEPAPER. Increasing Cost Predictability in Performance Testing Services via Unit-Based Pricing Model. www.hcltech.com www.hcltech.com QEx WHITEPAPER Increasing Cost Predictability in Performance Testing Services via Unit-Based Pricing Model Business Assurance & Testing Across the spectrum of IT projects, whether it is

More information

QEx Whitepaper. Automation Testing Pillar: Selenium. Naveen Saxena. AuthOr: www.hcltech.com

QEx Whitepaper. Automation Testing Pillar: Selenium. Naveen Saxena. AuthOr: www.hcltech.com www.hcltech.com QEx Whitepaper Automation Testing Pillar: Selenium Business Assurance & Testing AuthOr: Naveen Saxena Working as a Test Lead, Center of Excellence Group, with HCL Technologies. Has immense

More information

www.hcltech.com Clinical Platform Compliance in the Cloud

www.hcltech.com Clinical Platform Compliance in the Cloud www.hcltech.com Clinical Platform Compliance in the Cloud Application Services and Infrastructure HCL s Clinical Platform as a Service (CPaaS) is the first GxP compliant clinical information management

More information

www.hcltech.com ANALYTICS STRATEGIES FOR INSURANCE

www.hcltech.com ANALYTICS STRATEGIES FOR INSURANCE www.hcltech.com ANALYTICS STRATEGIES FOR INSURANCE WHITEPAPER July 2015 ABOUT THE AUTHOR Peter Melville Insurance Domain Lead Europe, HCL He has twenty five years of experience in the insurance industry

More information

The Analytics COE: the key to Monetizing Big Data via Predictive Analytics

The Analytics COE: the key to Monetizing Big Data via Predictive Analytics www.hcltech.com The Analytics COE: the key to Monetizing Big Data via Predictive Analytics big data & business analytics AuthOr: Doug Freud Director, Data Science WHITEPAPER AUGUST 2014 In early 2012 Ann

More information

DIaaS (Data Integration as A Service) CDISC Conversion Platform

DIaaS (Data Integration as A Service) CDISC Conversion Platform www.hcltech.com DIaaS (Data Integration as A Service) CDISC Conversion Platform HCL DIaaS (Data Integration as A Service) - CDISC Conversion Platform Industry Perspective The majority of commercially available

More information

top 5 critical mistakes to avoid when creating a 360 view of customer

top 5 critical mistakes to avoid when creating a 360 view of customer www.hcltech.com top 5 critical mistakes to avoid when creating a 360 view of customer big data & business analytics AuthOr: john wills global director, center of excellence hcl business analytics services

More information

www.hcltech.com Effective Bundling: Just Selling Another Product or Managing Risk Portfolio? whitepaper May 2014

www.hcltech.com Effective Bundling: Just Selling Another Product or Managing Risk Portfolio? whitepaper May 2014 www.hcltech.com TM Effective Bundling: Just Selling Another Product or Managing Risk Portfolio? whitepaper May 2014 TABLE OF CONTENTS Executive Summary 3 Does Discount Reflect True Value of Product Bundling?

More information

www.hcltech.com Clinical Platform Identity & Role Based Access Management

www.hcltech.com Clinical Platform Identity & Role Based Access Management www.hcltech.com Clinical Platform Identity & Role Based Access Management Executive Summary Pharmaceutical companies and Clinical Research Organization (CROs) conduct hundreds of clinical trial every year

More information

the 3 keys to achieving real-time visibility of your customer s experience

the 3 keys to achieving real-time visibility of your customer s experience www.hcltech.com the 3 keys to achieving real-time visibility of your customer s experience big data & business analytics AuthOr: john wills global director, center of excellence hcl business analytics

More information

www.hcltech.com Making communication in healthcare effective and compliant Integration via the HL7 Interface Engine by Somnath Mukherjee

www.hcltech.com Making communication in healthcare effective and compliant Integration via the HL7 Interface Engine by Somnath Mukherjee www.hcltech.com Making communication in healthcare effective and compliant Integration via the HL7 Interface Engine by Somnath Mukherjee WHITEPAPER October 2014 TABLE OF CONTENTS ABSTRACT 3 BUSINESS PROBLEM:

More information

Best Practices for CAD Data Migration

Best Practices for CAD Data Migration Best Practices for CAD Data Migration M a r c h 2011 TABLE OF CONTENTS Abstract... 3 Abbreviations... 4 Introduction... 5 Business Drivers for CAD Data Migration... 6 Data Migration Challenges... 7 Recommended

More information

POINT OF VIEW FEBRUARY 2012. Navigating the Clouds Aviation Industry

POINT OF VIEW FEBRUARY 2012. Navigating the Clouds Aviation Industry POINT OF VIEW FEBRUARY 2012 Navigating the Clouds Aviation Industry Cloud Computing in Aviation Industry Internet continues to revolutionize the operations of aviation industry, generating tremendous value

More information

Model Based Testing (MBT) J u n e 2 0 1 3

Model Based Testing (MBT) J u n e 2 0 1 3 Model Based Testing (MBT) J u n e 2 0 1 3 TABLE OF CONTENTS Abstract... 3 Abbreviations... 4 Market Trends/Challenges... 5 Solution... 6 Best Practices... 9 Common Issues... 11 Conclusion... 12 Reference...

More information

5 key trends in the evolution of BI tools and their implementation

5 key trends in the evolution of BI tools and their implementation www.hcltech.com 5 key trends in the evolution of BI tools and their implementation big data & business analytics AuthOr: john wills global director, center of excellence hcl business analytics services

More information

PAYOR DATA LAKE by Shantanu Baruah

PAYOR DATA LAKE by Shantanu Baruah www.hcltech.com PAYOR DATA LAKE by Shantanu Baruah WHITEPAPER SEPTEMBER 2014 TABLE OF CONTENTS PAYOR BUSINESS MODEL A NEW NORMAL 3 PAYOR DATA NEEDS 4 BIBLIOGRAPHY 8 HCL LIFE SCIENCES & HEALTHCARE 9 LET

More information

Clinical Trial Transparency: An IT Perspective By Vijai Krishna

Clinical Trial Transparency: An IT Perspective By Vijai Krishna www.hcltech.com Clinical Trial Transparency: An IT Perspective By Vijai Krishna WHITEPAPER April 2015 TABLE OF CONTENTS INTRODUCTION 3 ROLE OF IT IN CLINICAL TRIAL TRANSPARENCY INITIATIVE (CTTI): AN INDUSTRY

More information

June 2012. Mobile BI: The next frontier in Business Intelligence

June 2012. Mobile BI: The next frontier in Business Intelligence June 2012 Mobile BI: The next frontier in Business Intelligence 2 CONTENTS INTRODUCTION 2 LEVELS OF ENGAGEMENT IN MOBILE BI 3 MOBILE BI: PARADIGM SHIFT 4 EVALUATING THE NEED FOR MOBILE BI 5 DEFINING A

More information

S&OP a Hoshin Kanri Approach

S&OP a Hoshin Kanri Approach White paper S&OP a Hoshin Kanri Approach Executive S&OP and Japan s legacy old Hoshin Kanri s principles align each other on the ability to translate the high-level, executive-level goals into quantitative,

More information

New levers for a transformative CFO

New levers for a transformative CFO www.hcltech.com New levers for a transformative CFO big data & business analytics AuthOr: MAHESH SUBRAMANIAN Global Practice Director, EPM & Finance Transformation, Business Analytics Services WHITEPAPER

More information

Universal Adapters for Remote Monitoring

Universal Adapters for Remote Monitoring Universal Adapters for Remote Monitoring M a y 2013 TABLE OF CONTENTS Abstract... 3 Abbreviations... 4 Market Trends/Challenges... 5 FDT... 6 Realistic Scenario... 7 Wireless Devices?... 7 Integrating

More information

Mobility in Claims Management

Mobility in Claims Management January 2014 Mobility in Claims Management Aparna Krishnan, SENIOR BUSINESS ANALYST, BFSI-Insurance Practice 2 CONTENTS CLAIMS TRANSFORMATION IS THE WAY TO GO 3 BUSINESS DRIVERS FOR ADOPTING MOBILE SOLUTIONS

More information

TBR. Demand for Engineering Services Outsourcing is increasing, particularly for offshore vendors. May 2012

TBR. Demand for Engineering Services Outsourcing is increasing, particularly for offshore vendors. May 2012 Demand for Engineering Services Outsourcing is increasing, particularly for offshore vendors May 2012 TBR T EC H N O LO G Y B U S I N ES S R ES EAR C H, I N C. 1 HCL ESO Whitepaper May 2012 2012 Technology

More information

Mainframe Managed Tools as a Service (MFMTaaS) Accelerating Growth

Mainframe Managed Tools as a Service (MFMTaaS) Accelerating Growth June 2012 Mainframe Managed s as a Service (MFMTaaS) Accelerating Growth 2 CONTENTS PURPOSE 2 BACKGROUND 2 FEATURES OF MFMTAAS 3 MFMTAAS PRICING MODELS 3 BENEFITS OF MFMTAAS 4 MFMTAAS VISION 5 BUSINESS

More information

Reliability Allocation Technique

Reliability Allocation Technique Reliability Allocation Technique F e b r u a r y 2011 TABLE OF CONTENTS Abstract... 3 Abbreviations... 4 Market trend/ Challenges... 5 Solution... 7 Best Practices... 11 Common Issues... 12 Conclusion...

More information

PLM Center of Excellence PLM for Embedded Product Development - Challenges, Experiences and Solution. M a y 2 0 0 9

PLM Center of Excellence PLM for Embedded Product Development - Challenges, Experiences and Solution. M a y 2 0 0 9 PLM Center of Excellence PLM for Embedded Product Development - Challenges, Experiences and Solution M a y 2 0 0 9 Table of Contents Abstract 3 Introduction 4 Embedded product development life cycle 4

More information

Test Automation Framework

Test Automation Framework Test Automation Framework Rajesh Popli Manager (Quality), Nagarro Software Pvt. Ltd., Gurgaon, INDIA rajesh.popli@nagarro.com ABSTRACT A framework is a hierarchical directory that encapsulates shared resources,

More information

HCL's Next Gen Store Management

HCL's Next Gen Store Management www.hcltech.com HCL's Next Gen Store Management white paper TABLE OF CONTENTS Executive Summary 2 Retail Stores Management 2 Trends, Business and Operational Challenges 3 Applying the Right Technology

More information

POST MARKET STUDY AS a SERVICE (PMSaaS) Chaitanya

POST MARKET STUDY AS a SERVICE (PMSaaS) Chaitanya www.hcltech.com POST MARKET STUDY AS a SERVICE (PMSaaS) AuthOr: Chaitanya WHITEPAPER November 2015 TABLE OF CONTENTS INTRODUCTION 3 WHY POST-LAUNCH MARKET STUDIES? 4 CHALLENGES IN CURRENT POST LAUNCH MARKET

More information

Know more Act Better: Launching KPI Reporting & Benchmarking Framework

Know more Act Better: Launching KPI Reporting & Benchmarking Framework Know more Act Better: Launching KPI Reporting & Benchmarking Framework JANUARY 2012 Abstract In today s competitive scenario of commoditization of products and services, technology is no longer a differentiator.

More information

Global Product Life Cycle Management. Improving product profitability amidst global competition through global sourcing.

Global Product Life Cycle Management. Improving product profitability amidst global competition through global sourcing. Global Product Life Cycle Management Improving product profitability amidst global competition through global sourcing. February 2009 TABLE OF CONTENTS Product lifecycle 4 Investment Phase 5 Harvest Phase

More information

LIMS Integration Framework Model

LIMS Integration Framework Model May 2010 LIMS Integration Framework Model Dr. Partha Mukherjee Contents Abstract 2 Market Trend 3 Target Audience 3 Problem statement 3 Solution 4 Conclusion 8 References 8 About the Author 9 ABOUT HCL

More information

Successfully migrating to the Oracle Cloud

Successfully migrating to the Oracle Cloud www.hcltech.com Successfully migrating to the Oracle Meeting the demand for dynamic business solutions Enterprise Resource Planning AuthOr: Luis Weir Principal Architect & Global Lead for OFM Solutions,

More information

TESTING FRAMEWORKS. Gayatri Ghanakota

TESTING FRAMEWORKS. Gayatri Ghanakota TESTING FRAMEWORKS Gayatri Ghanakota OUTLINE Introduction to Software Test Automation. What is Test Automation. Where does Test Automation fit in the software life cycle. Why do we need test automation.

More information

OPTIMIZING SUPPLY CHAIN CATALYSING TRANSFORMATION

OPTIMIZING SUPPLY CHAIN CATALYSING TRANSFORMATION www.hcltech.com OPTIMIZING SUPPLY CHAIN CATALYSING TRANSFORMATION S&OP and the Integrated Business Planning WHITEPAPER September 2015 TABLE OF CONTENTS BACKGROUND 3 S&OP MODEL 4 ROBUST INTEGRATED BUSINESS

More information

Aspire's Approach to Test Automation

Aspire's Approach to Test Automation WHITE PAPER Aspire's Approach to Test Automation by Ujjawal Bagaria, Aspire Systems Automation has been seen as the long term solution for cost reduction of manual testing across the globe. A successfully

More information

Multi-Tenancy on Private Cloud. F e b r u a r y 2 0 1 2

Multi-Tenancy on Private Cloud. F e b r u a r y 2 0 1 2 Multi-Tenancy on Private Cloud F e b r u a r y 2 0 1 2 TABLE OF CONTENTS Abstract... 3 Abbreviations... 4 Market Trends/Challenges... 5 Traditional Service Delivery Model... 6 Limitations of the Traditional

More information

Codeless Test Automation for Web Apps

Codeless Test Automation for Web Apps Codeless Test Automation for Web Apps Webinar by TestingWhiz December 11, 2012 1PM EST Agenda Functional Test Automation for Agile Teams Developing and Implementing Codeless Automation Frameworks Achieving

More information

January 2011 AUTOMATION OF PHARMA REGULATORY COMPLIANCES IN HL7 ENVIRONMENT

January 2011 AUTOMATION OF PHARMA REGULATORY COMPLIANCES IN HL7 ENVIRONMENT January 2011 AUTOMATION OF PHARMA REGULATORY COMPLIANCES IN HL7 ENVIRONMENT Contents Abstract 2 Business Problem 3 Challenges in building HL7 interface 3 Creating communication with HL7 Interface Engine

More information

Avg cost of a complex trial $100mn. Avg cost per patient for a Phase III Study

Avg cost of a complex trial $100mn. Avg cost per patient for a Phase III Study 1 Industry Perspective Over the last several years, clinical research costs have sky rocketed while new drug approvals are at multi-year lows. Studies have become global in nature and more complex to manage

More information

Legacy Modernization Modernize and Monetize

Legacy Modernization Modernize and Monetize June 2012 Legacy Modernization Modernize and Monetize 2 Contents ABSTRACT 2 LEGACY SYSTEM 3 DRIVERS FOR LEGACY MODERNIZATION 3 MARKET OVERVIEW 4 HCL LEGACY MODERNIZATION 5 ABOUT HCL 9 ABSTRACT According

More information

HCL Member Experience Management

HCL Member Experience Management HCL Member Experience Management Author: Ajit Sahai Saxena ADDITIONAL INPUTS: RAM ANANTHASUBRAMONY, HEALTHCARE (PAYER) PRACTICE whitepaper dec 2013 MEMBER EXPERIENCE MANAGEMENT STRATEGIZE AND IMPLEMENT

More information

Table of contents. Enterprise Resource Planning (ERP) functional testing best practices: Ten steps to ERP systems reliability

Table of contents. Enterprise Resource Planning (ERP) functional testing best practices: Ten steps to ERP systems reliability Enterprise Resource Planning (ERP) functional testing best practices: Ten steps to ERP systems reliability Table of contents Introduction.......................................................2 Step 1:

More information

Higher Focus on Quality. Pressure on Testing Budgets. ? Short Release Cycles. Your key to Effortless Automation. OpKey TM

Higher Focus on Quality. Pressure on Testing Budgets. ? Short Release Cycles. Your key to Effortless Automation. OpKey TM Pressure on Testing Budgets Higher Focus on Quality Short Release Cycles Your key to Effortless Automation OpKey TM Most of the CTOs face a common challenge i.e. the need to go to Market in shortest possible

More information

ENZO UNIFIED SOLVES THE CHALLENGES OF REAL-TIME DATA INTEGRATION

ENZO UNIFIED SOLVES THE CHALLENGES OF REAL-TIME DATA INTEGRATION ENZO UNIFIED SOLVES THE CHALLENGES OF REAL-TIME DATA INTEGRATION Enzo Unified Solves Real-Time Data Integration Challenges that Increase Business Agility and Reduce Operational Complexities CHALLENGES

More information

TABLE OF CONTENTS. The Challenges 3. The Solution 4. Hardware 5. Software 6. Benefits 8. Contact Us 9. About HCL 10

TABLE OF CONTENTS. The Challenges 3. The Solution 4. Hardware 5. Software 6. Benefits 8. Contact Us 9. About HCL 10 TABLE OF CONTENTS The Challenges 3 The Solution 4 Hardware 5 Software 6 Benefits 8 Contact Us 9 About HCL 10 THE CHALLENGES Organizations managing and running Fleet usually operate on razor thin margins.

More information

CataLOG. - Catalyzing Logistics

CataLOG. - Catalyzing Logistics CataLOG - Catalyzing Logistics INTRODUCTION TO SaaS Though Software as a Service (SaaS) has been around for over 10 years now, its adaptation in the logistics space has been slow. In the manner of software

More information

Traceability In Healthcare - The Medical Device Industry as a Case in Point

Traceability In Healthcare - The Medical Device Industry as a Case in Point Traceability In Healthcare - The Medical Device Industry as a Case in Point N o v e m b e r 2011 TABLE OF CONTENTS Abstract... 3 Abbreviations... 4 Introduction... 5 Market Trends/Challenges... 7 Solution...

More information

Measuring ROI of Agile Transformation

Measuring ROI of Agile Transformation Measuring ROI of Agile Transformation Title of the Paper: Measuring Return on Investment (ROI) of Agile Transformation Theme: Strategic & Innovative Practices Portfolio, Programs & Project (PPP) Management

More information

Life Sciences and Healthcare Practice

Life Sciences and Healthcare Practice Life Sciences and Healthcare Practice Life Sciences and Healthcare practice at HCL Life Sciences and Healthcare (LSH) organizations are committed towards enhancing the lives and well-being of people around

More information

www.hcltech.com AuthOr: Vishal Jindal SME HCL s Education & Publishing vertical

www.hcltech.com AuthOr: Vishal Jindal SME HCL s Education & Publishing vertical www.hcltech.com AuthOr: Vishal Jindal SME HCL s Education & Publishing vertical This paper focuses on how Educational institutes can increase their customer retention and attract brighter students by implementing

More information

Why Test Automation Fails

Why Test Automation Fails Why Test Automation Fails in Theory and in Practice Jim Trentadue Enterprise Account Manager- Ranorex jtrentadue@ranorex.com Thursday, January 15, 2015 Agenda Agenda Test Automation Industry recap Test

More information

Enhancing Effectiveness of WATIR through Keyword Driven Framework

Enhancing Effectiveness of WATIR through Keyword Driven Framework Enhancing Effectiveness of WATIR through Keyword Driven Framework AVASOFT Technologies PVT Ltd, Chennai 600042 1 P a g e Table of Contents 1.0 Abstract..3 2.0 Technology Overview... 4 2.1 Ruby... 4 2.2

More information

Benefits of Test Automation for Agile Testing

Benefits of Test Automation for Agile Testing Benefits of Test Automation for Agile Testing Manu GV 1, Namratha M 2, Pradeep 3 1 Technical Lead-Testing Calsoft Labs, Bangalore, India 2 Assistant Professor, BMSCE, Bangalore, India 3 Software Engineer,

More information

February 2013. SCOR Based Business Process Mapping for a Hi Tech Manufacturing Company

February 2013. SCOR Based Business Process Mapping for a Hi Tech Manufacturing Company February 2013 SCOR Based Business Process Mapping for a Hi Tech Manufacturing Company 2 Contents INTRODUCTION 2 INDUSTRY ANALYSIS 3 SCOR MODELING 4 HOW IT WAS DONE FOR A HI-TECH CUSTOMER 6 REFERENCES 9

More information

Accelerating Time to Market with Agile Testing

Accelerating Time to Market with Agile Testing WHITEPAPER Accelerating Time to Market with Agile Testing By Balaji Uppili To discover how GAVS can help you innovate and bring greater value to your business, write to inquiry@gavstech.com or visit www.gavstech.com.

More information

Building Scalable e-commerce System

Building Scalable e-commerce System www.hcltech.com Building Scalable e-commerce System E-Commerce & Omni- Channel AuthOr: Sandeep has more than 17 years experience and has been working with HCL Technologies for more than 7 years. He has

More information

What is the best automation testing approach?

What is the best automation testing approach? ? 1. Record & Playback We are regularly called upon for advice on designing and deploying testing automation tools and frameworks. Choosing the right automation approach is vital for ensuring proper testing,

More information

SOFTWARE TESTING TRAINING COURSES CONTENTS

SOFTWARE TESTING TRAINING COURSES CONTENTS SOFTWARE TESTING TRAINING COURSES CONTENTS 1 Unit I Description Objectves Duration Contents Software Testing Fundamentals and Best Practices This training course will give basic understanding on software

More information

A chase between Auto Insurers and Technological Innovations!

A chase between Auto Insurers and Technological Innovations! www.hcltech.com A chase between Auto Insurers and Technological Innovations! HCL s top 3 strategies and 10-point checklist to help insurers adopt technological innovations seamlessly. Murali H HCL Technologies

More information

IoT Basics and Testing Focus

IoT Basics and Testing Focus www.hcltech.com QEx Whitepaper IoT Basics and Testing Focus business assurance & testing AuthOr: Rajesh Shanmugasundaram Technical Architect Mobile Development and Test Automation Business Assurance and

More information

Mobile Automation: Best Practices

Mobile Automation: Best Practices contents A U T H O R : M a n i s h B h a g a t Mobile Automation: Best Practices Abstract... 2 Executive Summary... 3 QA Challenges of Mobile Application Testing... 4 Mobile Application Automation Challenges...

More information

Standard Glossary of Terms Used in Software Testing. Version 3.01

Standard Glossary of Terms Used in Software Testing. Version 3.01 Standard Glossary of Terms Used in Software Testing Version 3.01 Terms Used in the Expert Level Test Automation - Engineer Syllabus International Software Testing Qualifications Board Copyright International

More information

Enterprises have begun to realize that to leverage CEM strategies effectively they have to overcome the following challenges:

Enterprises have begun to realize that to leverage CEM strategies effectively they have to overcome the following challenges: www.hcltech.com Many enterprises have rolled out mobile functionality to capitalize on the rapid user adoption and the business value, it offers. However, it is important for them to realize that they

More information

IT Outsourcing Transformation Demand of the time

IT Outsourcing Transformation Demand of the time IT Outsourcing Transformation Demand of the time 2 Overview IT Services have been an in-house function for most of organizations across the globe a decade ago. With rapid growth in new technologies and

More information

TBR. HCLT s App Test Factory Service Line Unit reduces testing costs and time to market for mobile applications. March 2014

TBR. HCLT s App Test Factory Service Line Unit reduces testing costs and time to market for mobile applications. March 2014 HCLT s App Test Factory Service Line Unit reduces testing costs and time to market for mobile applications March 2014 TBR T EC H N O LO G Y B U S I N ES S R ES EAR C H, I N C. 1 HCLT White Paper March

More information

Often Clients tend to use in-house functional resources for their testing and validation processes ending up with issues such as

Often Clients tend to use in-house functional resources for their testing and validation processes ending up with issues such as TESTING IN ERP ENVIRONMENT Organizations implement ERP applications to respond to major business challenges of reducing costs and improving revenue. ERP applications make use of a single, centralized data

More information

WHITE PAPER. J a n u a r y 2 0 0 9. SAP Recycling Administration (REA) for Consumer Product Manufacturers.

WHITE PAPER. J a n u a r y 2 0 0 9. SAP Recycling Administration (REA) for Consumer Product Manufacturers. WHITE PAPER J a n u a r y 2 0 0 9 SAP Recycling Administration (REA) for Consumer Product Manufacturers. Executive Summary Recycling management is growing ever more demanding. Legal requirements, coupled

More information

QTP Open Source Test Automation Framework Introduction

QTP Open Source Test Automation Framework Introduction Version 1.0 April 2009 D ISCLAIMER Verbatim copying and distribution of this entire article are permitted worldwide, without royalty, in any medium, provided this notice is preserved. Table of Contents

More information

4 Keys to Driving Results from Project Governance

4 Keys to Driving Results from Project Governance THOUGHT LEADERSHIP WHITE PAPER In partnership with Agile or Waterfall? 4 Keys to Driving Results from Project Governance You can t swing a project manager these days without hitting the debate of Agile

More information

Quality Assurance Training Program

Quality Assurance Training Program Quality Assurance Training Program Introduction/Summary: This 5-day course focuses on understanding and developing various skills required by QA Developer, preparing to use various tools and techniques

More information

Business white paper. Best practices for implementing automated functional testing solutions

Business white paper. Best practices for implementing automated functional testing solutions Business white paper Best practices for implementing automated functional testing solutions Table of contents Contents 3 Introduction 3 Functional testing versus unit testing 4 The pros and cons of manual

More information

Simplifying development through activity-based change management

Simplifying development through activity-based change management IBM Rational ClearCase and IBM Rational ClearQuest October 2004 Simplifying development through activity-based change management Allan Tate Product Manager IBM Software Group Karen Wade SCM Product Marketing

More information

www.hcltech.com Business Assurance & Testing QEx Automation Platform

www.hcltech.com Business Assurance & Testing QEx Automation Platform www.hcltech.com Business Assurance & Testing QEx Automation Platform MARKET NEED Increasing application complexities and shorter release cycles have made it imperative to test new features whilst performing

More information

Achieve Economic Synergies by Managing Your Human Capital In The Cloud

Achieve Economic Synergies by Managing Your Human Capital In The Cloud Achieve Economic Synergies by Managing Your Human Capital In The Cloud By Orblogic, March 12, 2014 KEY POINTS TO CONSIDER C LOUD S OLUTIONS A RE P RACTICAL AND E ASY TO I MPLEMENT Time to market and rapid

More information

The Customer. Manual and Automation Testing for a leading Enterprise Information Management (EIM) Solution provider. Business Challenges

The Customer. Manual and Automation Testing for a leading Enterprise Information Management (EIM) Solution provider. Business Challenges CASE STUDY a t t e n t i o n. a l w a y s. The Customer Manual and Automation for a leading Enterprise Information Management (EIM) Solution provider Our Customer is one of the global leaders in Enterprise

More information

Quality Assurance - Karthik

Quality Assurance - Karthik Prevention is better than cure Quality Assurance - Karthik This maxim perfectly explains the difference between quality assurance and quality control. Quality Assurance is a set of processes that needs

More information

Top ten reasons to transition your IT lab environments to the cloud

Top ten reasons to transition your IT lab environments to the cloud Top ten reasons to transition your IT lab environments to the cloud WHITE PAPER BROUGHT TO YOU BY SKYTAP 2 Top ten reasons to transition your IT lab environments to the cloud Contents The Promise of Cloud

More information

Agile Development for Application Security Managers

Agile Development for Application Security Managers Agile Development for Application Security Managers www.quotium.com When examining the agile development methodology many organizations are uncertain whether it is possible to introduce application security

More information

From Traditional Functional Testing to Enabling Continuous Quality in Mobile App Development

From Traditional Functional Testing to Enabling Continuous Quality in Mobile App Development From Traditional Functional Testing to Enabling Continuous Quality in Mobile App Development Introduction Today s developers are under constant pressure to launch killer apps and release enhancements as

More information

Top Ten Reasons to Transition Your IT Sandbox Environments to the Cloud

Top Ten Reasons to Transition Your IT Sandbox Environments to the Cloud Top Ten Reasons to Transition Your IT Sandbox Environments to the Cloud WHITE PAPER BROUGHT TO YOU BY SKYTAP 2 Top Ten Reasons to Transition Your IT Sandbox Environments to the Cloud Contents Executive

More information

Empowering the Masses with Analytics

Empowering the Masses with Analytics Empowering the Masses with Analytics THE GAP FOR BUSINESS USERS For a discussion of bridging the gap from the perspective of a business user, read Three Ways to Use Data Science. Ask the average business

More information

Flexible and Agile Service Delivery Platform Elevates Customer Experience

Flexible and Agile Service Delivery Platform Elevates Customer Experience Case Study Flexible and Agile Service Delivery Platform Elevates Customer Experience Abstract Infosys partnered with McCamish Systems, now a subsidiary of Infosys BPO, to develop and implement a scalable,

More information

Tavant Technologies. Flexible Approach to Test Automation with Measureable ROI. White Paper. Madan Mohan Reddy B Santosh Kumar CH

Tavant Technologies. Flexible Approach to Test Automation with Measureable ROI. White Paper. Madan Mohan Reddy B Santosh Kumar CH White Paper Flexible Approach to Test Automation with Measureable ROI Madan Mohan Reddy B Santosh Kumar CH Tavant Technologies PEOPLE. PASSION. EXCELLENCE. Contents 1 Executive Summary... 3 2 Current State

More information

Eliminating Barriers for the Next-Generation of Manufacturing MAKE COMPLEXITY AN OPPORTUNITY WITH GREATER COLLABORATION

Eliminating Barriers for the Next-Generation of Manufacturing MAKE COMPLEXITY AN OPPORTUNITY WITH GREATER COLLABORATION Eliminating Barriers for the Next-Generation of Manufacturing MAKE COMPLEXITY AN OPPORTUNITY WITH GREATER COLLABORATION The economic downturn has heightened the pressure on manufacturing enterprises to

More information

Know the Difference. Unified Functional Testing (UFT) and Lean Functional Testing (LeanFT) from HP

Know the Difference. Unified Functional Testing (UFT) and Lean Functional Testing (LeanFT) from HP Know the Difference Unified Functional Testing (UFT) and Lean Functional Testing (LeanFT) from HP 1 Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

View Point. Developing a successful Point-of-Sale (POS) test automation strategy. Abstract. www.infosys.com. - Sujith George

View Point. Developing a successful Point-of-Sale (POS) test automation strategy. Abstract. www.infosys.com. - Sujith George View Point Developing a successful Point-of-Sale (POS) test automation strategy - Sujith George Abstract While Test Automation has been around for a while, QA teams in the retail industry are still struggling

More information

Functional and LoadTest Strategies

Functional and LoadTest Strategies Test Automation Functional and LoadTest Strategies Presented by: Courtney Wilmott April 29, 2013 UTD CS6367 Software Testing and Validation Definitions / Overview Software is a set of programs, procedures,

More information

1.1.1 Introduction to Cloud Computing

1.1.1 Introduction to Cloud Computing 1 CHAPTER 1 INTRODUCTION 1.1 CLOUD COMPUTING 1.1.1 Introduction to Cloud Computing Computing as a service has seen a phenomenal growth in recent years. The primary motivation for this growth has been the

More information

AUTOMATED MOBILE TESTING REQUIRES BOTH REAL DEVICES AND EMULATORS

AUTOMATED MOBILE TESTING REQUIRES BOTH REAL DEVICES AND EMULATORS WHITE PAPER AUTOMATED MOBILE TESTING REQUIRES BOTH REAL DEVICES AND EMULATORS SEPTEMBER 2015 Today, businesses compete in an increasingly mobile-centric marketplace. Mobile QA can no longer take a backseat

More information

Business Rules-Based Test Automation: A novel approach for accelerated testing

Business Rules-Based Test Automation: A novel approach for accelerated testing Business Rules-Based Test Automation: A novel approach for accelerated testing Traditional ways of test automation are giving ways to newer paradigms Bharath Anand R., Harish Krishnankutty, Kaushik Ramakrishnan,

More information

Automated Mobile Testing Requires Both Real Devices and Emulators

Automated Mobile Testing Requires Both Real Devices and Emulators WHITE PAPER Automated Mobile Testing Requires Both Real Devices and Emulators September 2015 Today, businesses compete in an increasingly mobile-centric marketplace. Mobile QA can no longer take a backseat

More information

The Four Components of HCL s Business Planning Accelerator for Insurance

The Four Components of HCL s Business Planning Accelerator for Insurance The Problem In today s dynamic insurance industry, business planning is no longer just an operational necessity; it is a competitive differentiator. It needs to be fast, it needs to be accurate and it

More information

7 things to ask when upgrading your ERP solution

7 things to ask when upgrading your ERP solution Industrial Manufacturing 7 things to ask when upgrading your ERP solution The capabilities gap between older versions of ERP designs and current designs can create a problem that many organizations are

More information

Accelerating software testing effectiveness using Agile methodologies..

Accelerating software testing effectiveness using Agile methodologies.. Accelerating software testing effectiveness using Agile methodologies.. How can testing be completed faster, and more efficiently, within short iterations? The Problem It is a painful paradox that while

More information

Getting Started With Automated Testing. Michael Kelly Mike@MichaelDKelly.com

Getting Started With Automated Testing. Michael Kelly Mike@MichaelDKelly.com Getting Started With Automated Testing Michael Kelly Mike@MichaelDKelly.com Bio: I am a software testing consultant for Computer Horizons Corporation with experience in software development and automated

More information

Technology. Accenture Application Testing Services. Embedding quality into the application development life cycle

Technology. Accenture Application Testing Services. Embedding quality into the application development life cycle Technology Accenture Application Testing Services Embedding quality into the application development life cycle 1 Quality First for Better Outcomes IT costs are continuing to climb. Technology is getting

More information

AGILE SOFTWARE TESTING

AGILE SOFTWARE TESTING AGILE SOFTWARE TESTING Business environments continue to rapidly evolve, leaving many IT organizations struggling to keep up. This need for speed has led to an increased interest in the Agile software

More information

Benefits of extend On-Demand (SaaS Model) for Equipment Dealers and Rental Firms

Benefits of extend On-Demand (SaaS Model) for Equipment Dealers and Rental Firms extend On-Demand WHITEPAPER Benefits of extend On-Demand (SaaS Model) for Equipment Dealers and Rental Firms A Journey to Competitive Advantage and Business Excellence Abstract Competitive Advantage through

More information

Computer Integrated Manufacturing for Fully Automated Manufacturing

Computer Integrated Manufacturing for Fully Automated Manufacturing Computer Integrated Manufacturing for Fully Automated Manufacturing S e p 2012 TABLE OF CONTENTS Abstract... 3 Abbreviations... 4 Introduction... 5 Computer Integrated Manufacturing... 6 CIM Business Case...

More information