RCA on Residual defects - Techniques for adaptive Regression testing

Size: px
Start display at page:

Download "RCA on Residual defects - Techniques for adaptive Regression testing"

Transcription

1 RCA on Residual defects - Techniques for adaptive Regression testing

2 Abstract Oneoftheimportantissuesassociated withasystem lifespanview thatwehaveignoredinpastyearsisthe efects of enduring defects defects that persist undetected acrossseveralreleasesofasystem.many studiesperformed to date have evaluated regression testingtechniquesunderthelimitedcontextsuchasshort term assessmentwhich do notfuly accountforthe industrybasedsolutions. Reportsestimate thatregression testing consumesas much as80% ofthe overaltesting budgetand can consumeupto50% ofthecostofsoftwaremaintenance. Researchershavedeveloped techniquesto addressthe numberofissuesrelated to regression testing.in this paperwehaveconcentratedonthethreeareas. First, techniquesthatcanhelptoreusethetestsuitescreated foronebuildandcategorizingthosetestcasesthatneed toberepeatedfortestingsubsequentreleasesandthe strategyforefectiveorderingforrunningthetestcases. Secondly techniques that wilreduce the regression testingtimebycreatingefectiveregressiontestsuites thattestthealteredmodules,byidentifyingtestcasesin theregressionsuitethatarenotneededtorerunonthe new buildandremovingobsoletetestcases. Finaly,techniquestorecovertestcasesbyidentifying, manipulating,andtransformingobsoletetestcases,by writingnew testcasesfrom oldones,andbyrepairing/ rewritingtestcaseswhenthesoftwareevolves. 2

3 Overview Software products undergo several processes like design,development, testingetc.beforetheygetintroduced into the market.even afteralthe phases,therearechanceswhereone ormoredefectspersistundetectedor missedduringthetestingphasefora longtimeandgetsleakedouttothe customers.when these defects are encountered by the customers this ultimately becomes a failure.such defectsaretermedresidualdefectas onemightknow. Withthesuccessoftesting,measured by the number of such Residual defects, the only solution being regression,how doesone go about doingitinthemostefectiveway? RootCauseAnalysisisperformedon those ResidualDefects to find the actualcauseofthefailure,thearea thatwasmissed out,the area that requiresmoreimportance,reasonfor failureetc.afterthisinvestigation,the result/inferencecanfeedinasthe scopeforregressiontesting.adaptive regression techniques can then be appliedtomaketestingandinturnthe productsuccessful. ResidualDefect Residualdefectisanimportantfactor thatdecidesthequalityofareleased product.incommon,itisimpossibleto findalthedefectswithinaperiodof time.residualdefectsmightafectthe successofthesoftwareproductsbased oneachorganization sbusinessgoals andthetypeofsystem.thiswilleave behindaverydissatisfiedcustomer. Post-release defect density ofa software product cannot be measureduntilithasbeenputinto production and used by the customers. This information becomesavailabletoolatetotake corective actions to software quality.softwaredefectscorection is significantly more expensive whenthedefectsareidentifiedby thecustomercomparedtodefects corection in the earlier developmentprocess. ResidualDefect Density(RDD) RDD is used to measure the Percentage ofapplication defects found in production.itinfluences thequalityoftheendproductto the customers. RDD gives the percentageofdefectsleakedtothe enduser. Formula TotalNoofPostProduction Defects TotalNoofTestCases Executed Aspertheformula Example =20 =250 =20/250*100 =8% (Ratio=0.08) Intheaboveformula, TotalNoof PostProductionDefects refersto althedefectsfoundafterdeploymentbutmissedduringtesting.residualdefectdensityisa Lower thebeter metric.itevidencesthe EfectivenessofTesting. 2

4 TheneedforRCA BasicRCA (RootCauseAnalysis)can often be extremelyiluminating.for example,onemightbeabletoariveat reasonsfordefectsandwilbeableto categorizethem asenvironmentissue, InsuficientTestCoverage,DataIssue, Oversight of Requirements, InadequateInstruction,etc.Itwould alsobeadvisabletomapdefectswith theirrespectiveareas. RCA,thoughagenericterm maynot havehardandfastrulesofaspecific template orstandards.thiscan be customisedinawaythatwilhelpthe tester arive at solid inferences / solutionsthatwilhelp in the next stages of defining your regression tests.thiswilin turn help reduce Residualdefectsthatare leaked to customers. EfectiveRCAdocumentationcanalso serveasoneofthevaluabletestartefactsandcanbebundledtogetheras partofthe testsummary /results report. Root Cause Analysis (RCA) is addressingcausesratherthantreating thesymptoms.ifsomethingisbroken, insteadofjustfixingitatthepointof discovery,itisbeterto investigate and fixtheunderlying causeatthe point of origin itself. Careful applicationofrcacanuncoverserious inadequaciesin software testing.as quoted-thecauseofdefectscanbe sketchedtotheoriginalrequirements, thedesign,thecodeimplementation, theverification,thetestplanning,or eventhefinalqaitself.byaddressing theissueatroot,wecandrasticaly improvethefinalsoftwareandsave moneyatthesametime.wecan alsofixfundamentalproblemswith theprocessesthatwilbenefitnot only the curentproject,butal futureprojectsaswel. Afew knownrcatechniques: Fish-bonediagram Orthogonaldefectclassification 5W2H RegressionTesting Asdiscussedinearliersections,the outcomeoftherca wilserveas thebasisforyourregressionsuite. Forexample,ifyoufindaspecific areatobemostbugsprone,you canpicktherelevanttestcasesfor regression when you form your suite. Basicaly,therearetwosoftwareregressiontestingstrategiesfolowed byorganisations.thefirststrategy is complete regression where al previoustestcasesare executed again.thesecondstrategyispartial regressionwheresoftwarechanges areanalyzed qualitativelyand affectedpartsareretested.themerit ofusingthefirststrategyisthatthe afectedpartsarefoundasmuchas possible,andthedemeritisthatthe organizationcannotmeettheexpensespentontimeandresources needed as itis very huge.the second strategyhasthe meritof lesscostandthedemeritispooraccuracyofqualitativeanalysisand theinadequacyofthetest. 3

5 ProposedProcess Traditionalmethodsmayhaveitsown advantages and disadvantages. A generalapproachtowardsregression testingwasonlytofocusontestcases. Normaltestersmaythinkthatresults wilalwaysbepositiveandlessnumber ofdefectscapturedduringthisphase. Anotherperspectiveisthatrepeated teststepsare executed and testers wouldevenskiponsuchteststeps. In our exclusive 3R approach Residual,RCAandRegressionwithits own techniques we have tried to tweakthetraditionalmethodstosuit ourpracticalneeds. AssimilationofSME MechanizedChecks InnovativeTests By folowing these approaches and techniqueswewereabletodelivera qualityproductwithmorefocusonthe application as a whole. Tester s perspective towards Regression testing haswidely changed.in this paper,ourresultsshow thatthisisthe bestpractice to reduce the residual defectrate. 4

6 AssimilationofSME PerformingRegressionTestingonalmodulesofanapplicationisatedious processandlotsofhoursgetwastedwhenmanyresourcesinvolveinthesame modules.thusweincorporatedandassignedsmetoeachmoduleofthe applicationwhowiltakegoodcontrolofit.eachofthem wilbeindulged deeplyinmonitoringtheapplication. TheSMEwilberecordingalthechangesofthemoduleswithtimeandmaintainareport.Thiscanberecoveredonneedbasis.Anynew featureintroduced orchangesmadeinthemoduleisindentifiedandrecordedinstantly.thedata colectedisupdatedinawel-timedmanner. Eachrecordcolectedfrom thesmeissharedwithintheteam.asaresult,each oneofthem isawareofthelatestupdatesandchangesinthemodulesofthe application. Clarificationsregardingthemodulesinspecificorknowledge transfercan beobtained from them.theseconsolidated SMEreportsare valuabletestevidenceswhenconvertedintochecklists. ByalotingeachSMEforamodule,wereducethetimespentonregression testingandrca ofanynew issueisidentifiedeasilybythesme.thedata colectedbythesmecanbereusedinfutureaswel. 5

7 MechanizedChecks Mechanized Checks is another approachthatweadoptedtosavetime byusingthereuse,reduceandrecover approaches.ratherthan writing the samescriptsagain,itisalwaysbeter toautomatealthetestcasessothatit can be reused later from the maintainedrecords.itisalsoeasyto make changes when necessary by alteringjusttherequiredsectionofthe scriptinstead ofwriting the entire scriptswhichsavesvaluabletimeand manpower by just recovering new scriptsfrom theoldones. Mechanized Checks approach when used efectively results in a beter qualitybyusing the3r approach.it also reduces the cost spent on resourceseventualy. Mechanized Checks has it big advantage when its reports are designed withcare.theinitialefort putintodesigningthesereportswil realy pay ofasitisgoing to be consistentandprecise.whatmoretest evidence than an execution report! These are the reports that the customer is finaly going to be ininterestedin. MechanizedChecks Itisvirtualyimpossibletowritetest casesthatcovereveryscenario that canoccur.touncoverhiddenrisks,you needtogoofscript,andthatiswhere usinginnovativetestscanhelp. Letussayaclientwantshislegacy application revisited buthaveno formal documentation, testers could employexploratorytesting tolearnhow thesystem curently works,and simultaneouslygather informationfornextsteps. InInthisphaseasuggestionwouldbe conducting yourinnovative Tests not completely adhoc.folow a scenariobasedchecklistthatcanbe easilyreviewedbytheclient.once thesearefinalized,youcanconvert them toformaltestcases.thiswil reducebackandforthreview communication drasticaly.since this was not done adhoc and a documentation process was folowed,thiscanbereusedinthe designphase.whileinformationis colected,itisalsowisetocapture asmanypictorialreferencesthat canberecoveredfrom acommon storagepoint.thiswilhelpwhen youwanttogobackversionsfor crcrossverification.notonlydothese scenario based checklist and pictorialreferencesgoingtoserve ascheckpointsbutarealsogoing tohelpbuildboththetestplanning forthenextstagesand thefinal reportsofsummary.thesereports helpthecustomerhaveasafeand convinced feeling aboutwhatis covered and wilgive them an opportunitytowidenthescopeif theyseeaneed. 6

8 Traditionalytestexecutionswerefocused onlyonscriptsthatlimitedthescopeof testers.wheninnovativetestsisfolowedit wil let testers to think out of box. InnovativeTestsresultsinanalmostwhole testcoverageandthecountofresidualdefectsgodown. WeusedInnovativeTestsforthecurent yearandcomparedtheresidualdefectrate withlastyear.datacolectedwereanalyzed and results were obtained.our results clearlyshowedthatresidualdefectratehas decreased rapidly due to the implementationofinnovativetests. Casestudy ProjectType :Javabasedwebapplication Resources :Atotalof15resourcesemployedfortesting TestType :Testscriptsareautomatedandalsorunmanualy ReleaseFrequency :Monthly NumberofTestModules :250(Foreachcycle) Resourcesare primarily categorized into Manualtestersand Automation testers.manualtestersarefurthergroupedintotestersusinginnovativetests& SMEs.Buildfrequencyis5to6permonth.Nearlyaround2500testcasesare presentinthelibraryfortheapplication. GeneralChalenges Minimizere-testingefortsandachieving100% testingcoverage Identificationofsoftwarechangesanditsimpacts Identificationofafectedsoftwaretestcases Reducingthere-testsuites Wiseselectionoftestcasesfrom testsuiteforregressiontesting 7

9 Metrics GeneralChalenges Figs.1,2,3and4show,how thedefectsleakedtocustomershavegradualy decreasedafterimplementingthe3rapproachalsofig.2showshow the curvehasgradualygonedownfortheresidualdefectswhichisagoodsignresultinginasatisfiedcustomer.fig.4 6% lessdefectshaveleakedintoproductionafterimplementingthe3rapproach. Fig1 Fig2 8

10 Fig3 Fig4 DefectDistributionusingInnovativeTests Fig.5shows,how thedefectratehasincreasedbyperforminginnovativetests thantheusualtestcasebasedtesting.thereisidealyabout18% moredefects detectedintheinnovativetestapproach. Fig5 9

11 DefectDistributionTestervs.SME Fig.6shows,defectsidentifiedbytheSMEsarehigherbyabout17% compared totesters.threevitalconceptsofsmeinourprocessareformalscenariodoc- umentationasavalueaddition,widerscopeandsuggestionsonenhance- Fig6 Conclusion Onusingthe3Rapproachfortheregressiontesting,weobservethatthereis anefectivechangeoverintheresults.italsosolvesthechalengesthatare imposedbycontinualregressioncycles.duetotheinclusionofsmeconcept, theendresultnotonlyeliminatestheresidualdefectbutalsoprovideavalue additionintheform offindingoutofscopeissues,suggestionstoimprovethe product,etc.italsoprovestobeabestpractiseforregressiontestingenabling maximum testcoverage and reducing timeline issues.therefore aim for delightedcustomerswithalthepossibletestevidenceswithour3rapproach! 10

12 AuthorBiography NareshJayabalancomeswith4+yearsofexperienceinsoftwaretestingandhe isintocompatibilitytestingprojectformorethan4years.heholdsab.techin InformationTechnologyfrom S.A.EngineeringColege,ChennaiandaMBAin HumanResourceManagementfrom UniversityofMadras.Hestriveshimself intoanalyzingandexperimentingdefectswhichhasleadthewaytothispaper. Hespendshisidletimeinlisteningmusic& freaksouttoadventureplaces. SenthilKumarancomeswith2+yearsofexperienceinsoftwaretestingandhe isfrom thecasteam andhandlingwithcompatibilitytestingandfunctional testingproject.heisalsopartofhandlingthesystem instalationandissue fixing.heholdsamasterofscienceininformationtechnologyatthenew Colege,Chennai.Hehascontributedmanypresentationsinternalywhichlead thewaytothispaper.hishobbiesareplaying& watchingcricket.heisinterestedindatabasetesting. KeyTakeaway Efectivetestdatamanagementisanessentialprocessforcost-efective continuoustesting. 11

13 AboutIndium Software AtIndium Software,we vebeenentrenchedintheworldofsoftwaretestingsince1999. We vebuiltateam of450+ softwareandtestprofessionalsinouroficesinchennai, Bengaluru,New Jersey,Sunnyvale,LondonandKualaLumpur. The core of Indium s objective to servicing our global customers can be explainedwiththissimpleline: We resmalenoughtocare,largeenoughtodeliver. We areapreferedtestingvendorforenterpriseandisvcustomersrangingfrom Fortune100 to5000companiesandsmaltomedium enterprises. Tildate,we veservedover250clientsintheu.s.,andrestoftheworld. ContactUs USA SUNNYVALE Suite 210, 1250 Oakmead Parkway Sunnyvale, CA Phone: +1(408) Fax: +1(408) ATLANTA Crown Office Suites 1870 The Exchange Suite 100 Atlanta, GA Phone: +1 (770) PRINCETON Carnegie Center Suite 150, 300 Carnegie Center Princeton, NJ Phone: +1 (609) UNITED KINGDOM LONDON Indium Software Shelton Street London, WC2H 9JQ. INDIA CHENNAI No.64 (Old N.143), Eldams Road Ganesh Chambers Teynampet, Chennai Phone: BENGALURU No.100, Kay ARR Royal Stone Tech Park, 5th Floor, Pai layout, Benniganahalli, Bengaluru, Karnataka Phone: MALAYSIA SALES INQUIRIES GENERAL ENQUIRIES KAULA LUMPUR Suite 8-1 & 8-2, Level 8, Menara CIMB, No.1, Jalan Stesen Sentral 2 Kuala Lumpur Phone: +60 (3) Fax: +60 (3) americas.sales@indiumsoft.com apac.sales@indiumsoft.com emea.sales@indiumsoft.com india.sales@indiumsoft.com sales@indiumsoft.com careers@indiumsoft.com info@indiumsoft.com 12

Integrated Testing Strategy for SMAC

Integrated Testing Strategy for SMAC Integrated Testing Strategy for SMAC TABLE OF CONTENT Contents 1 ABSTRACT... 2 1.1 KEY TAKEAWAYS... 2 2 INTRODUCTION... 3 3 NEED FOR SMAC TESTING... 3 3.1 SOCIAL MEDIA TESTING... 3 3.2 MOBILE TESTING...

More information

LET THE ADVENTURE BEGIN - THE 80:20 TESTING

LET THE ADVENTURE BEGIN - THE 80:20 TESTING LET THE ADVENTURE BEGIN - THE 80:20 TESTING TABLE OF CONTENTS 1 ABSTRACT... 2 2 TESTING THE NEED TO BE QUICK... 2 3 GENERAL CHALLENGES... 3 4 EXPLORATORY TESTING AN INTERESTING USAGE OF INTELLIGENCE...

More information

ASSESS WITH YOUR BLINKERS OFF - WIDEN YOUR SCOPE FOR TOOL EVALUATION

ASSESS WITH YOUR BLINKERS OFF - WIDEN YOUR SCOPE FOR TOOL EVALUATION ASSESS WITH YOUR BLINKERS OFF - WIDEN YOUR SCOPE FOR TOOL EVALUATION TABLE OF CONTENT 1. ABSTRACT... 2 2. INTRODUCTION... 2 3. GROWING TRENDS IN TESTING / COMPUTING... 2 4. ARE WE DOING IT RIGHT?... 3

More information

ROLE OF isafe/imobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT

ROLE OF isafe/imobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT TALE OF TWO WORLDS ROLE OF isafe/imobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT IP-led test automation framework supported by blueprint for product development in Devops environment can ensure

More information

Challenges of Managing a Testing Project: (A White Paper)

Challenges of Managing a Testing Project: (A White Paper) Challenges of Managing a Testing Project: () Page 1 of 20 Vinod Kumar Suvarna Introduction Testing is expected to consume 30 50 % of the Project Effort, Still properly managing testing project is not considered

More information

CASE STUDY [TRANSPORT] Christchurch International Airport Limited (CIAL)

CASE STUDY [TRANSPORT] Christchurch International Airport Limited (CIAL) CASE STUDY [TRANSPORT] Christchurch International Airport Limited (CIAL) Christchurch International Airport Limited (CIAL) is New Zealand s second largest airport, welcoming over 5.7 million passengers

More information

DUCK CREEK POLICY UPGRADE FACTORY. Cognizant s Duck Creek Policy Upgrade Factory helps insurers transition to the latest version of Duck Creek Policy.

DUCK CREEK POLICY UPGRADE FACTORY. Cognizant s Duck Creek Policy Upgrade Factory helps insurers transition to the latest version of Duck Creek Policy. Approach Paper DUCK CREEK POLICY UPGRADE FACTORY Cognizant s Duck Creek Policy Upgrade Factory helps insurers transition to the latest version of Duck Creek Policy. Duck Creek Policy Upgrade Factory February

More information

CASE STUDY [TRANSPORT] Transdev Auckland

CASE STUDY [TRANSPORT] Transdev Auckland CASE STUDY [TRANSPORT] Transdev Auckland Operating the rail service on behalf of Auckland Transport, Transdev employs about 580 staff across its head office and operations team, including platform supervisors,

More information

CASE STUDY [UTILITIES] Gippsland Water

CASE STUDY [UTILITIES] Gippsland Water CASE STUDY [UTILITIES] Gippsland Water Gippsland Water is one of the largest suppliers of high-quality water, wastewater and waste recovery services in regional Victoria, Australia. Business Benefits Enhanced

More information

The Nintex Promapp difference.

The Nintex Promapp difference. The Nintex Promapp difference. Copyright Nintex Promapp 1 Nintex Promapp is the business process management tool that teams love to use. Nintex Promapp is a favorite with business teams of all sizes because

More information

CASE STUDY [LOCAL GOVERNMENT] Port Stephens Council

CASE STUDY [LOCAL GOVERNMENT] Port Stephens Council CASE STUDY [LOCAL GOVERNMENT] Population growth, combined with increasing development and tourism in the Port Stephens region in New South Wales, continue to place pressure on the environmental integrity,

More information

People power. 7 critical process roles.

People power. 7 critical process roles. PROCESS PLAYBOOK People power. 7 critical process roles. The roles you need to sustain a culture of positive change. 1 People should be at the heart of business process management. It s no secret. The

More information

CASE STUDY [MANUFACTURING & DISTRIBUTION] Rinnai NZ

CASE STUDY [MANUFACTURING & DISTRIBUTION] Rinnai NZ CASE STUDY [MANUFACTURING & DISTRIBUTION] Rinnai is the world s most innovative heating appliance manufacturer and widely regarded as the global industry leader. That status didn t come overnight. It s

More information

VRS meet customer expectations through: Unique products Natural beauty latest technology of Production Competitive prices Efficient planning

VRS meet customer expectations through: Unique products Natural beauty latest technology of Production Competitive prices Efficient planning Welcome to VIP Royal Stone VIP Royal Stone owns many licenses of ornamental stone quarry. Our quarries include a collection of multicolor Traonyx, Marble, travertine and Onyx. VRS is specialized in quarrying,

More information

Big Data Executive Program

Big Data Executive Program Big Data Executive Program Big Data Executive Program Data science using Big Data (DS) SAS Business Analytics along with visual analytics brings in the capability to support the business and management

More information

CASE STUDY [FINANCIAL SERVICES] Aioi Nissay Dowa Insurance

CASE STUDY [FINANCIAL SERVICES] Aioi Nissay Dowa Insurance CASE STUDY [FINANCIAL SERVICES] Aioi Nissay Dowa Insurance Aioi Nissay Dowa Insurance Company Australia Pty Ltd (ADICA) is a general insurance company in Australia, employing approximately 100 staff. Business

More information

PROCESS PLAYBOOK The secret to unleashing an unstoppable improvement culture.

PROCESS PLAYBOOK The secret to unleashing an unstoppable improvement culture. PROCESS PLAYBOOK The secret to unleashing an unstoppable improvement culture. 1 In a recent webinar our CEO and founder, Ivan Seselj, explored why it s still the norm for organizations to fail at process

More information

CASE STUDY [HEALTHCARE] St John

CASE STUDY [HEALTHCARE] St John CASE STUDY [HEALTHCARE] St John St John is the largest primary care provider in New Zealand and provides emergency ambulance service to nearly 90% of New Zealanders. Business Benefits Improved staff induction

More information

TRANSFORMING BUSINESS RAMCO S PERFORMANCE MANAGEMENT SOLUTION GOES A LONG WAY BACKGROUND GETTING THEIR ACT TOGETHER

TRANSFORMING BUSINESS RAMCO S PERFORMANCE MANAGEMENT SOLUTION GOES A LONG WAY BACKGROUND GETTING THEIR ACT TOGETHER CASE STUDY MJB Wood Company Name: MJB WOOD GROUP Headquarters: USA Products and Services: Wood products (both domestic & imported) Website: www.mjbwood.com TRANSFORMING BUSINESS RAMCO S PERFORMANCE MANAGEMENT

More information

>ModelEye Solution Overview

>ModelEye Solution Overview >ModelEye Solution Overview 1 Enterprise-wide Model Risk Governance Platform Solution Overview Chief risk officers of all financial institutions are actively trying to manage model risk. As a fallout of

More information

A DECADE OF POWERFUL PARTNERSHIP: THE STORY OF PPGC AND RAMCO

A DECADE OF POWERFUL PARTNERSHIP: THE STORY OF PPGC AND RAMCO CASE STUDY A DECADE OF POWERFUL PARTNERSHIP: THE STORY OF PPGC AND RAMCO Name - PPN Power Generating Company Pvt. Ltd. Headquarters - Chennai, Tamil Nadu, India Industry - Power Generation Website - www.ppnpower.com

More information

ROI Metrics for Testing Engagement

ROI Metrics for Testing Engagement . ROI Metrics for Testing Engagement A Penny saved is a Penny earned Table of Contents 1. Introduction 1 2. ROI Return on Investment 2 3. ROI for Testing Engagement The Approach 3 3.1. Identify the ROI

More information

How to build a compelling case for process improvement.

How to build a compelling case for process improvement. PROCESS PLAYBOOK How to build a compelling case for process improvement. Your 9-step guide to getting buy-in from the people who matter. 1 Ongoing business process improvement efforts are critical to the

More information

CASE STUDY. A roofing manufacturer roofs its business assets with RODE

CASE STUDY. A roofing manufacturer roofs its business assets with RODE CASE STUDY A roofing manufacturer roofs its business assets with RODE Company: A roofing manufacturer Headquarters: Karnataka, India Industry: Manufacturing Products and Services: Roofing Products and

More information

TESTING COTS APPLICATIONS

TESTING COTS APPLICATIONS A Comprehensive Hands-On Introduction "1 of 6" in ISTQB Certified Foundation Tester Level Certification Course" A B O U T O U R T R A I N E R S Our trainers have spent the last 2 decades implementing Software

More information

Skill Category 7. Quality Control Practices

Skill Category 7. Quality Control Practices Skill Category 7 Quality Control Practices Testing Concepts Developing Testing Methodologies Verification and Validation Methods Software Change Control Defect Management Process Management Processes CSQA

More information

Solution Overview. Cognizant Delivers Submission as a Service for Commercial New Business Submission Intake Process

Solution Overview. Cognizant Delivers Submission as a Service for Commercial New Business Submission Intake Process Cognizant Solution Overview Solution Overview Cognizant Delivers Submission as a Service for Commercial New Business Submission Intake Process Cognizant Solution Overview 2 Cognizant Delivers Submission

More information

Sage Business Cloud Accountant Edition

Sage Business Cloud Accountant Edition product brochure Sage Business Cloud Accountant Edition Simple, secure and affordable online accounting. Sage Business Cloud Accounting Accountant Edition Partnering with accountants and bookkeepers for

More information

How to pivot your silo-based manufacturing operations to a more integrated framework capable of dealing with new requirements for mass customization.

How to pivot your silo-based manufacturing operations to a more integrated framework capable of dealing with new requirements for mass customization. ONEPLANT OVERVIEW How to pivot your silo-based manufacturing operations to a more integrated framework capable of dealing with new requirements for mass customization. December 2017 ONEPLANT OVERVIEW Are

More information

What IS a Good Test Case?

What IS a Good Test Case? What IS a Good Test Case? Cem Kaner, JD, PhD STAR East 2003 Orlando, FL March 2003 Copyright Cem Kaner. All Rights Reserved. This research was partially supported by NSF Grant EIA-0113539 ITR/SY+PE: "Improving

More information

Dialogue Session With Datuk Bandar KL. On Road Dispersal System in Bangsar & Brickfields

Dialogue Session With Datuk Bandar KL. On Road Dispersal System in Bangsar & Brickfields Dialogue Session With Datuk Bandar KL On Road Dispersal System in Bangsar & Brickfields CURRENT TRAFFIC SITUATION IN AND AROUND BANGSAR & BRICKFIELDS CURRENT TRAFFIC SITUATION IN AND AROUND BANGSAR & BRICKFIELDS

More information

Breaking Tradition in ICD-10 Testing

Breaking Tradition in ICD-10 Testing Cognizant 20-20 Insights Breaking Tradition in ICD-10 Testing A nontraditional testing approach is required to successfully address ICD-10 s impact on business operations. Executive Summary In most cases,

More information

Reimagining content value to deliver personalized experiences and drive growth.

Reimagining content value to deliver personalized experiences and drive growth. CONTENTIZE OVERVIEW Reimagining content value to deliver personalized experiences and drive growth. December 2017 In an age of high customer expectations for a relevant experience, content reigns supreme.

More information

Risk Assessments, Method Statements & Quality Plans

Risk Assessments, Method Statements & Quality Plans Risk Assessments, Method Statements & Quality Plans Street, 55100 Kuala Lumpur, Malaysia. Tel: +60327326992 Mobile: +601 8909 0379 Fax: +60327326992 Risk Assessments, Method Statements & Quality Plans

More information

Content as a Service

Content as a Service Offering Brief Content as a Service Ensure your customers create compelling and relevant content, improving brand experience with Cognizant Interactive s Content as a Service. Simplify and streamline your

More information

Test Strategies Around the World Winning the War on Bugs Through Strategy

Test Strategies Around the World Winning the War on Bugs Through Strategy Winning the War on Bugs Through Strategy Test Strategies A test strategy is a general, project-independent pattern for how testing is done The various test strategies discussed here are in use by test

More information

What is Digital Transformation? Why businesses need Digital Transformation?

What is Digital Transformation? Why businesses need Digital Transformation? DIGITAL TRANSFORMATION IS A PROFOUNDLY BUSINESS ACCELERATING PHILOSOPHY THAT HARNESSES THE GROWING POTENTIAL OF TECHNOLOGY, PEOPLE AND PROCESSES. IT CREATES A POSITIVE IMPACT THAT GOES FAR BEYOND ECONOMIC

More information

Why Sage? Who is Sage?

Why Sage? Who is Sage? Sage Payroll Who is Sage? Sage is a leading supplier of business management software and services to more than 6 million customers worldwide. From small start-ups to larger organizations. We make it easier

More information

TESTING PROCESS OVERVIEW EXPLORATION FOR A SOFTWARE PRODUCT IN A LARGE SOFTWARE DEVELOPMENT PROJECT

TESTING PROCESS OVERVIEW EXPLORATION FOR A SOFTWARE PRODUCT IN A LARGE SOFTWARE DEVELOPMENT PROJECT TESTING PROCESS OVERVIEW EXPLORATION FOR A SOFTWARE PRODUCT IN A LARGE SOFTWARE DEVELOPMENT PROJECT SRIHARSHA 1 G & NARESH E 2 1,2 M.S.Ramaiah Institute of Technology, Bangalore, India E-mail : sriharsha.guttal@gmail.com,

More information

Corporate Presentation. Delivering exceptional customer-centric solutions across Digital, QA & Gaming

Corporate Presentation. Delivering exceptional customer-centric solutions across Digital, QA & Gaming I NDIUM SOFTWARE Corporate Presentation Digital QA Gaming Delivering exceptional customer-centric solutions across Digital, QA & Gaming Corporate Overview Inception in Chennai 2004 Dedicated Wireless Application

More information

OneShield Enterprise Solutions: OneShield Billing

OneShield Enterprise Solutions: OneShield Billing Component Data Sheet OneShield Enterprise Solutions: OneShield Billing From invoicing through to reconciliations and reporting, streamline all aspects of your billing cycle OneShield Billing provides premium

More information

10 Steps KPI System Template Checklist

10 Steps KPI System Template Checklist 10 Steps KPI System Template Checklist What is the subject of measurement? What do you want to measure? Who are the stakeholders? Who has an interest? 1. 2. 3. 4. 5. 6. Break-down the subject of measurement

More information

developer.* The Independent Magazine for Software Professionals Automating Software Development Processes by Tim Kitchens

developer.* The Independent Magazine for Software Professionals Automating Software Development Processes by Tim Kitchens developer.* The Independent Magazine for Software Professionals Automating Software Development Processes by Tim Kitchens Automating repetitive procedures can provide real value to software development

More information

Strategies of Testing, Not Schools A Powerful Way to Effective, Efficient Testing

Strategies of Testing, Not Schools A Powerful Way to Effective, Efficient Testing Strategies of Testing, Not Schools A Powerful Way to Effective, Efficient Testing If you outnumber the enemy ten to one, surround them. If you outnumber them five to one, attack them. If you outnumber

More information

Customer Service Charter

Customer Service Charter [Insert name of Bank and logo] Customer Service Charter ********************************************************************************* Issue date: [insert] 1 Introduction The Customer Service Charter

More information

Transformation to World Leading Quality: Is Your Organization Ready?

Transformation to World Leading Quality: Is Your Organization Ready? Cognizant 20-20 Insights Transformation to Quality: Is Your Organization Ready? As new technologies emerge and demand rises for faster time-to-market with the highest quality, QA organizations need to

More information

A better way to manage your entire business

A better way to manage your entire business A better way to manage your entire business The next generation business management solution for your enterprise. 2 Adopt a faster, simpler, more flexible business management solution Sage X3 takes the

More information

Google AdWords Training

Google AdWords Training Google AdWords Training & Certification COURSE INFORMATION COURSE TITLE : Google AdWords Training & Certification COURSE DURATION : 2 DAYs https://mu.my/en COURSE INTRODUCTION Learn the best and simple

More information

Value Stream Services

Value Stream Services Offering Overview Value Stream Services Ensure new offerings and transformed applications deliver their predicted business value and supercharge your digitally powered business velocity with Cognizant

More information

20% 500. Digital Workplace Group Research Programme. Over. Of the world s top companies...

20% 500. Digital Workplace Group Research Programme.   Over. Of the world s top companies... Digital Workplace Group 2015 Research Programme Of the world s top companies... are DWG members Over 100 detailed case studies 20% 500 intranet sites benchmarked 2015 Research Programme DWG members have

More information

TABLE OF CONTENTS OBJECTIVE... 2 MARKET DRIVERS... 2 PROBLEM DEVELOPMENT... 2 A GENERIC INTRODUCTION TO THE SOLUTION... 3 BENEFITS... 3 EXAMPLES...

TABLE OF CONTENTS OBJECTIVE... 2 MARKET DRIVERS... 2 PROBLEM DEVELOPMENT... 2 A GENERIC INTRODUCTION TO THE SOLUTION... 3 BENEFITS... 3 EXAMPLES... TABLE OF CONTENTS OBJECTIVE... 2 MARKET DRIVERS... 2 PROBLEM DEVELOPMENT... 2 A GENERIC INTRODUCTION TO THE SOLUTION... 3 BENEFITS... 3 EXAMPLES... 4 Document created and owned by Lakshmi Page 1 of 8 Objective

More information

S A B I L I T Y C R E A T I N G T H E L I N K W O R K F O R C E M A N A G E M E N T. WFM QuickRefresh

S A B I L I T Y C R E A T I N G T H E L I N K W O R K F O R C E M A N A G E M E N T. WFM QuickRefresh S A B I L I T Y C R E A T I N G T H E L I N K W O R K F O R C E M A N A G E M E N T WFM QuickRefresh T A B L E O F C O N T E N T S Introduction 3 Keep your WFM instances - and your project team - in sync

More information

Cognizant Digital Media Services: One partner for all your content needs

Cognizant Digital Media Services: One partner for all your content needs Cognizant Solutions Overview Cognizant Digital Media : One partner for all your content needs is the new business driver It s engaging your audiences and opening new revenue opportunities. And it puts

More information

Visit The facts. 4,400 offices. 73 countries and territories, including 12 countries in Asia Pacific

Visit   The facts. 4,400 offices. 73 countries and territories, including 12 countries in Asia Pacific Now Next Visit www.manpower.com.my The facts 4,400 offices 73 countries and territories, including 12 countries in Asia Pacific 4.4 million placed into permanent, temporary and contract positions in 2006

More information

YOU DON'T HAVE TO WAIT TILL BECOME A DIGITAL E L I T E E D I T I O N CERTIFICATE IN POWERED BY ECONSULTANCY AND GOOGLE ADWORDS QUALIFIED INDIVIDUAL

YOU DON'T HAVE TO WAIT TILL BECOME A DIGITAL E L I T E E D I T I O N CERTIFICATE IN POWERED BY ECONSULTANCY AND GOOGLE ADWORDS QUALIFIED INDIVIDUAL powered by ClickAcademy Asia Z E I T G E I S T NOVEMBER 16, 2013 E L I T E E D I T I O N CERTIFICATE IN POWERED BY ECONSULTANCY AND GOOGLE ADWORDS QUALIFIED INDIVIDUAL YOU DON'T HAVE TO WAIT TILL CHRISTMAS

More information

PERSPECTIVE. Creating Business Value with Mature QA Practices. Abstract

PERSPECTIVE. Creating Business Value with Mature QA Practices. Abstract PERSPECTIVE Creating Business Value with Mature QA Practices Abstract The IT industry across the globe has rapidly evolved in recent times. The evolution has been primarily driven by factors like changing

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK KINGS COLLEGE OF ENGINEERING DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK Subject Code & Subject Name: IT1251 Software Engineering and Quality Assurance Year / Sem : II / IV UNIT I SOFTWARE PRODUCT

More information

Introduction to the Testing Maturity Model Enhanced TM (TMMe)

Introduction to the Testing Maturity Model Enhanced TM (TMMe) Introduction to the Testing Maturity Model Enhanced TM (TMMe) Developed by Thomas C. Staab President Wind Ridge International, LLC 11321 East Folsom Point Lane Franktown, Colorado 80116 USA 303-660-3451

More information

Transform your life and annuities business to reduce expenses and promote business growth.

Transform your life and annuities business to reduce expenses and promote business growth. LifeAdmin Core Overview Transform your life and annuities business to reduce expenses and promote business growth. December 2017 Business growth needs to happen simultaneously with cost cutting and support

More information

CASE STUDY. Adani Logistics

CASE STUDY. Adani Logistics CASE STUDY Adani Logistics Company Name: Adani Logistics Limited Headquarters: Ahmedabad Products and Services: Logistics & Transportation Website: www.adanilogistics.com ADANI LOGISTICS LIMITED As technological

More information

Effective Purchasing, Tendering & Supplier Selection

Effective Purchasing, Tendering & Supplier Selection Effective Purchasing, Tendering & Supplier Selection Street, 55100 Kuala Lumpur, Malaysia. Tel: +60327326992 Mobile: +601 8909 0379 Fax: +60327326992 Effective Purchasing, Tendering & Supplier Selection

More information

SAP Solution Manager Overview. March 2015 Public

SAP Solution Manager Overview. March 2015 Public SAP Solution Manager Overview March 2015 Public A World of Change A Digital World Mobility Big data Social networks Cloud 2015 SAP SE or an SAP affiliate company. All rights reserved. Public 2 A World

More information

Requirements Management

Requirements Management A White Paper Analysis from Orasi Software Requirements Management How requirements management can improve testing results for application environments Page 2 Contents 3 Introduction: The Significance

More information

Why Sage? Who is Sage?

Why Sage? Who is Sage? Sage Payroll Who is Sage? Sage is a leading supplier of business management software and services to more than 6 million customers worldwide. From small start-ups to larger organizations. We make it easier

More information

The 5 steps to your DevOps success

The 5 steps to your DevOps success The 5 steps to your DevOps success Tips and tricks for rapidly achieving long-lasting DevOps success Contents 1. Introduction to the DevOps journey 2. Step one: Start with a solid strategy 3. Step two:

More information

Digital Advertising Hub

Digital Advertising Hub Page 1 Media Kit 2018 info@bidsopt.com Digital Advertising Hub Media Kit 2018 Mobile DSP SSP Video Ads www.bidsopt.com Page 2 Media Kit 2018 info@bidsopt.com About Us Know us better and how we operate

More information

Business Decision Management Business Decision Maturity Model BDMM

Business Decision Management Business Decision Maturity Model BDMM member of Business Decision Management Knut Hinkelmann Business Process Management Business Decision Management Knowledge Management Business Process Management Management of Process Logic Management of

More information

OneShield Enterprise Solutions: OneShield Claims. Simplify and automate every stage of your claim lifecycle

OneShield Enterprise Solutions: OneShield Claims. Simplify and automate every stage of your claim lifecycle Component Data Sheet OneShield Enterprise Solutions: OneShield Claims Simplify and automate every stage of your claim lifecycle OneShield Software s robust, flexible and easily configurable enterprise-class

More information

Performance Management: Setting Objectives and KPIs

Performance Management: Setting Objectives and KPIs Performance Management: Setting Objectives and KPIs Street, 55100 Kuala Lumpur, Malaysia. Tel: +60327326992 Mobile: +601 8909 0379 Fax: +60327326992 Performance Management: Setting Objectives and KPIs

More information

Transformation Enablement

Transformation Enablement Offering Overview Transformation Enablement Ensure your organization s digital transformation initiatives achieve radically different levels of performance and quickly capture value with Cognizant Digital

More information

Oracle BigMachines CPQ Cloud Service Products Document Engine Feature

Oracle BigMachines CPQ Cloud Service Products Document Engine Feature Oracle BigMachines CPQ Cloud Service Products Document Engine Feature With the Document Engine feature of Oracle BigMachines Configure, Price, and Quote (CPQ) Cloud Service products, your organization

More information

ITIL Version 3. Target Audience

ITIL Version 3. Target Audience ITIL Version 3 Street, 55100 Kuala Lumpur, Malaysia. Tel: +60327326992 Mobile: +601 8909 0379 Fax: +60327326992 ITIL Version 3 Course Objective Learn about IT Service Management best practices, generic

More information

CASE STUDY. RODE helps kickstart a startup s business operations

CASE STUDY. RODE helps kickstart a startup s business operations CASE STUDY RODE helps kickstart a startup s business operations Company: Trader and distributor of sports goods and accessories Headquarters: Mumbai Industry: Trading & Distribution Products and Services:

More information

NEW MANAGER DEVELOPMENT PROGRAMME

NEW MANAGER DEVELOPMENT PROGRAMME NEW MANAGER DEVELOPMENT PROGRAMME The most complete & practical leadership development programme for new managers in today s fast-paced business environment THE PROBLEM TODAY Organisations today face the

More information

Zero Incident Framework TM GBVS WHITEPAPER

Zero Incident Framework TM GBVS WHITEPAPER - GBVS WHITEPAPER Zero Incident Framework TM 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. - Contents Zero

More information

Speeding Human- Centered Technology to Market

Speeding Human- Centered Technology to Market Solution Overview Digital Engineering Speeding Human- Centered Technology to Market On-site ethnographic research puts you in your customers shoes, and their hearts. Hyper agile development turns those

More information

ZETACRM BUSINESS SOFTWARE DEFINED

ZETACRM BUSINESS SOFTWARE DEFINED CRM BUSINESS SOFTWARE DEFINED ZETA CRM Zeta CRM is the award-winning software suite which addresses the business process needs of fast growing organizations across Sales and Support. Zeta CRM assists individuals

More information

WHAT MAKES AN ORGANISATION A CUSTOMER EXPERIENCE LEADER IN THE DIGITAL AGE?

WHAT MAKES AN ORGANISATION A CUSTOMER EXPERIENCE LEADER IN THE DIGITAL AGE? WHAT MAKES AN ORGANISATION A CUSTOMER EXPERIENCE LEADER IN THE DIGITAL AGE? CXForum London 31 st October 2017 Jonathan Wyatt Global Head of Protiviti Digital WHEN IS AN ORGANISATION TRULY DIGITAL? Protiviti

More information

Risk Manager Advanced Learning Programme

Risk Manager Advanced Learning Programme Risk Manager Advanced Learning Programme For the Future Risk Leaders HRDF Claimable Risk management has become a buzz word across the corporate world in the last decade. It is widely recognised as a new

More information

Test Metrics: A Practical Approach to Tracking & Interpretation

Test Metrics: A Practical Approach to Tracking & Interpretation Test Metrics: A Practical Approach to Tracking & Interpretation Prepared By: Shaun Bradshaw Director of Quality Solutions Questcon Technologies Abstract It is often said, You cannot improve what you cannot

More information

BTEC NATIONAL DIPLOMA FOR IT PRACTITIONERS

BTEC NATIONAL DIPLOMA FOR IT PRACTITIONERS BTEC NATIONAL DIPLOMA FOR IT PRACTITIONERS Date Set: Date Due In: Student Name:... Unit 7: Systems Analysis & Design Assessment: 1 Salchester Arms Assessor: Mrs Dominique Stainton Grading Met Grading Met

More information

Agile Test Plan How to Construct an Agile Test Plan

Agile Test Plan How to Construct an Agile Test Plan Agile Test Plan How to Construct an Agile Test Plan XBOSoft White Paper How to Construct an Agile Test Plan www.xbosoft.com 2 Agile is changing not only the way we develop software but the way we work

More information

TruSpeQ Corporate Profile INDIA. SINGAPORE. UAE. USA.

TruSpeQ Corporate Profile INDIA. SINGAPORE. UAE. USA. TruSpeQ Corporate Profile INDIA. SINGAPORE. UAE. USA. TruSpeQ Group TRUSPEQ: Group Companies / Legal Entities TruSpeQ Consulting Private Limited, HO: Bangalore & SEZ: Cbe India TruSpeQ Technologies Pte

More information

Case Study: Global Banking Company Transforms Testing Approach to Overcome Challenges of Shortening Development Cycles

Case Study: Global Banking Company Transforms Testing Approach to Overcome Challenges of Shortening Development Cycles Case Study: Global Banking Company Transforms Testing Approach to Overcome Challenges of Shortening Development Cycles Background One of the world s largest global banking companies, a bank with over 200

More information

10 Steps in Presenting an Effective Business Case for a Learning Management System

10 Steps in Presenting an Effective Business Case for a Learning Management System SUMTOTAL WHITE PAPER 10 Steps in Presenting an Effective Business Case for a Learning Management System Page - 1 - 10 Steps in Presenting an Effective Business Case for a Learning Management System So

More information

Reinventing the Wheel Transforming Traditional IT Infrastructure Outsourcing NIIT Technologies White Paper

Reinventing the Wheel Transforming Traditional IT Infrastructure Outsourcing NIIT Technologies White Paper www.niit-tech.com Reinventing the Wheel Transforming Traditional IT Infrastructure Outsourcing NIIT Technologies White Paper CONTENTS Executive Summary 3 What is Traditional Outsourcing? 4 Effects of Market

More information

Test Workflow. Michael Fourman Cs2 Software Engineering

Test Workflow. Michael Fourman Cs2 Software Engineering Test Workflow Michael Fourman Introduction Verify the result from implementation by testing each build Plan the tests in each iteration Integration tests for every build within the iteration System tests

More information

located in Menara Bangkok discerning entrepreneurs and businesses.

located in Menara Bangkok discerning entrepreneurs and businesses. W h o We A r e PRIME ADDRESS Novux Serviced Office, a Malaysian Based Company, incorporated in 2013 is an Exclusive Serviced Office and Virtual Office Provider offering luxury and affordable Novux offices

More information

Quidos Certification Body

Quidos Certification Body Quidos Certification Body Guidance for Applying Green Deal Advice Organisations (GDAOs) Page 1 of 13 Quidos Guide for Applying Green Deal Advice Service Organisations Quidos Ltd is one of the leading bodies

More information

Defect Intelligence A Must-have for Building World-class Quality

Defect Intelligence A Must-have for Building World-class Quality Defect Intelligence A Must-have for Building World-class Quality By Karthik Padmanabhan Karthik.padmanabhan@cognizant.com Karthikeyan Shanmuga Shanmuga.karthikeyan@cognizant.com Cognizant Technology Solutions,

More information

T Software Testing and Quality Assurance Test Planning

T Software Testing and Quality Assurance Test Planning T-76.5613 Software Testing and Quality Assurance 10.10.2007 Test Planning Juha Itkonen Outline Test planning, purpose and usage of a test plan Topics of test planning Exercise References: IEEE Std 829-1998,

More information

Transportation Contributed Assets Review January 28, 2015

Transportation Contributed Assets Review January 28, 2015 Transportation Contributed Assets Review January 28, 2015 Office of the City Auditor The Office of the City Auditor conducted this project in accordance with the International Standards for the Professional

More information

asareri OUR COMPANY PROFILE Cloud Solutions Web Solutions Mobile Solutions UI/UX Solutions Our Location Connect with us

asareri OUR COMPANY PROFILE Cloud Solutions Web Solutions Mobile Solutions UI/UX Solutions Our Location Connect with us asareri TECHNOLOGIES OUR COMPANY PROFILE We help you on your Digital Transformation Web Solutions Cloud Solutions Mobile Solutions UI/UX Solutions Our Location Asareri Technologies Private Limited Head

More information

KEEP THE LIGHTS ON - APPLICATION MAINTENANCE AND SUPPORT

KEEP THE LIGHTS ON - APPLICATION MAINTENANCE AND SUPPORT KEEP THE LIGHTS ON - APPLICATION MAINTENANCE AND SUPPORT The Infosys next-generation application management services bring in business relevant application maintenance and support for different models

More information

FAQ: Implementation Complete Phase

FAQ: Implementation Complete Phase FAQ: Implementation Complete Phase Question 1: How can I determine if the Implementation Complete milestone has been met? Response: There are several industry accepted measures for the Implementation Complete

More information

A Kick-Ass Tester in today s changing environment

A Kick-Ass Tester in today s changing environment Becoming in today s changing environment Becoming in today s changing environment Today s economy is pushing the world towards technological automation. These are trends that are affecting every profession,

More information

STATE OF PERFORMANCE IMPROVEMENT AND KEY PERFORMANCE INDICATOR PRACTICE REPORT 2015

STATE OF PERFORMANCE IMPROVEMENT AND KEY PERFORMANCE INDICATOR PRACTICE REPORT 2015 STATE OF PERFORMANCE IMPROVEMENT AND KEY PERFORMANCE INDICATOR PRACTICE REPORT 2015 INTRODUCTION The KPI Institute is a research institute specialised in business performance. It operates research programs

More information

CASE STUDY. ushaka MARINE WORLD

CASE STUDY. ushaka MARINE WORLD CASE STUDY ushaka MARINE WORLD Company Name: ethekwini Municipality Headquarters: Durban Products and Services: Public service Website: www.durban.gov.za OVERVIEW ethekwini Metropolitan Municipality is

More information

To support the delivery of a professional and effective HR Service across GPS Healthcare.

To support the delivery of a professional and effective HR Service across GPS Healthcare. HR Coordinator Job Title : HR Coordinator Reporting to : Business Manager Job Reference Number: Hours / Work Pattern : 37.5 hours per week Location : Primary location to be at Tanworth Lane Surgery Head

More information

Where Infinite Solutions Propel Your Business into New Realms

Where Infinite Solutions Propel Your Business into New Realms Where Infinite Solutions Propel Your Business into New Realms INFINITE COMPUTER SOLUTIONS Plus Points Global Delivery Model o Local Management, remote delivery o Reduced time and cost to market Customer-Facing

More information