SCA BPEL Test Cases High Level Structure of Test Cases Sanjay Patil.

Slides:



Advertisements
Similar presentations
Service Component Architecture Assembly Model Specification Version 1.1 Assembly-33 – Long-Running Request-Response Operations.
Advertisements

Test practice Multiplication. Multiplication 9x2.
Information Management NTU Web Services. Information Management NTU What Are Web Services? Semantically encapsulate discrete functionality Loosely coupled,
OpenCSA Member Section – Service Component Architecture 1 1 SCA Overview Sanjay Patil – SAP Mike Edwards - IBM.
SCA Artifact Loading - OSGI SCA needs to define resource loading for our artifacts 1.Imports first and then private resources. 2.Maintaining loader context.
Axis2 Data-binding Thoughts …. Major changes from Axis 1.x Investigate the possibility of using data binding tools…XmlBeans, JAXB, Castor… Focus on doc/lit.
Middleware Technology Training Lab Course. Outline  Lab introduction  Create Web services  Business modeling  Implement a business process  Integrate.
Transparent Robustness in Service Aggregates Onyeka Ezenwoye School of Computing and Information Sciences Florida International University May 2006.
Tu sca ny 1 Simplifying Service Oriented Applications with The Apache Tuscany project Jeremy Boynes 27 July 2006.
Web Service Composition Presented by Martin J. Olsen Professor Jiang Guo CS599A.
SOA Basics SSE USTC Qing Ding. Topics Quick introduction to SOA Composite applications Services and SOA.
95-843: Service Oriented Architecture 1 Master of Information System Management Service Oriented Architecture Lecture 8: Active BPEL Tutorial.
BPEL (Business Process Execution Language)
Mapping to LD Level A - Component 2004/8/12. Outline Examples Activity Structure with Sequence Activity Structure with Selection Nested Activity Structure.
Multiplying and Dividing Integers
INTRODUCING SCA Byungwook Cho Nov.2007.
Collection of Municipal Tax on Real Estate
Slide heading: 28pt Arial Regular, light blue R204 | G204 | B255 Maximum length: 2 lines Slide body: 18pt Arial Regular, white Square bullet color: green.
95-843: Service Oriented Architecture 1 Master of Information System Management Service Oriented Architecture Lecture 10: Service Component Architecture.
 The BPEL Module project is a group of source files which includes BPEL files, WSDL files, and XML schema files. Within a BPEL Module project, you can.
BPEL4WS (Business Process Execution Language for Web Services) Nirmal Mukhi Component Systems Department IBM Research.
SCA Assembly Model Anish Karmarkar – Oracle Michael Rowley – BEA.
WS-BPEL 2.0 TC Briefing Charlton Barreto Adobe Senior Computer Scientist/Architect
Multiplying and Dividing Integers When you MULTIPLY: Two positives equal a positive Two negatives equal a positive One positive & one negative equal.
© T Madas. Fill in this negative multiplication table. [the numbers multiplied are all whole negative & positive numbers]
Slide 1 Asynchronous Composition Pyounguk Cho, Oracle Corporation.
95-843: Service Oriented Architecture 1 Master of Information System Management Service Oriented Architecture Lecture 7: BPEL Some notes selected from.
“This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”
Tuscany Runtime Architecture. Contents Overview An example Bootstrap kernel Process of composite application.
Workshops 5 & 6 Design Patterns. Composite pattern Make Parts (components) into a Unit (composite) Client.
BPEL Business Process Engineering Language A technology used to build programs in SOA architecture.
Define WSDL from LDAP Server. Create BPEL Module File -> New Project File -> New Project Choose SOA Choose SOA Choose BPEL Module Choose BPEL Module.
Multiplication and Division of Integers Multiplying! / Steps: / Ignore signs and multiply / Determine the sign / Positive times a Positive = Positive.
Multiplication Facts. 9 6 x 4 = 24 5 x 9 = 45 9 x 6 = 54.
Qusay H. Mahmoud CIS* CIS* Service-Oriented Computing Qusay H. Mahmoud, Ph.D.
SCA Assembly Model Anish Karmarkar – Oracle Michael Rowley – BEA.
On Using BPEL Extensibility to Implement OGSI and WSRF Grid Workflows Aleksander Slomiski Presented by Onyeka Ezenwoye CIS Advanced Topics in Software.
OIO-Desktop Applikationsarkitektur. Repository Ontology/ taxonomy Semantic Def Data Def Message Def Service Def WSDL XML schema FlowModelClarify Manager.
RobustBPEL2: Transparent Autonomization in Business Processes through Dynamic Proxies Onyeka Ezenwoye S. Masoud Sadjadi Autonomic Computing Research Lab.
Multiplication Facts. 2x2 4 8x2 16 4x2 8 3x3.
Multiplication Facts Review: x 1 = 1 10 x 8 =
Collaboration diagrams. Deployment diagrams. Lesson 4.
By Jeremy Burdette & Daniel Gottlieb. It is an architecture It is not a technology May not fit all businesses “Service” doesn’t mean Web Service It is.
1 Seminar on SOA Seminar on Service Oriented Architecture BPEL Some notes selected from “Business Process Execution Language for Web Services” by Matjaz.
Multiplication Find the missing value x __ = 32.
Manohar1 Fault Handling Activities covered: 1.Scope 2.Throw 3.Catch 4.Sensor.
Business Process Execution Language (BPEL) Pınar Tekin.
Multiplication Facts All Facts. 0 x 1 2 x 1 10 x 5.
New Application View for Composite Applications Malkit S. Bhasin.
1 Introduction to Service Component Architecture Feature Pack for WebSphere Application Server & SCA Tooling in RAD Mike Edwards and Sara Mitchell - IBM.
ORACLE SOA 11g ONLINE TRAINING
Inline Vs. External Policy Attachment SCA Policy Framework
Loan Application Processing Composite Application
Multiplication Facts.
Design Thoughts for JDSL 2.0
Multiplication table. x
Component-based Software Engineering: XML
Multiplication Facts.
Seminar on Service Oriented Architecture
Technical Sessions Scripting/Groovy Simple App Framework Portlet Rest
Kontrak Kuliah Web Service.
EGL iSeries Web Service
Service-centric Software Engineering 1
Middleware Alphabet Soup Distributed Component
Building easily and quickly an SCA composite with the SCA Composite Designer Stéphane Drapeau Obeo.
What’s new in WS-BPEL 2.0? Last Modified: Aug 30, 2006.
Multiplication Facts.
Service-Oriented Architectures
Prime Numbers.
Chapter 9 Processes and Workflows
Presentation transcript:

SCA BPEL Test Cases High Level Structure of Test Cases Sanjay Patil

SBPEL _2001. java Test_SBPEL_2001 Composite Service1. wsdl TestClient_0002 Composite Service1With ServiceAttrImpl BPEL Component TestClient Component Test_SPBEL_2001Component ClientInterface_0002 BPEL TestInvocation wsdl SBL-TA-2001: Test_SBPEL_2001 Uses sca-bpel:service

SBPEL _2002. java Test_SBPEL_2002 Composite Service1. wsdl Service1With RefAttrImpl BPEL Component A Component B TestInvocation wsdl SBL-TA-2002: Test_SBPEL_2002 Uses sca-bpel:reference Component C Service2. wsdl Service2Impl BPEL

SBPEL _2003. java Test_SBPEL_2003 Composite Component A TestInvocation wsdl SBL-TA /2004 : Test_SBPEL_2003 partnerLink with no sca-bpel:service or sca:bpel ignore attribute but a receive activity for handling the first message of the partnerLink Component B Service1. wsdl service1Impl BPEL

SBPEL _2005. java Test_SBPEL_2005 Composite Service1. wsdl Service1With MultiRef BPEL Component A Component B TestInvocation wsdl SBL-TA-2007 : Test_SBPEL_2005 Component C Service2. wsdl Service2 BPEL

SBPEL _2006. java Test_SBPEL_2006 Composite Service1. wsdl Service1WithRef InitPartnerRole BPEL Component A Component B TestInvocation wsdl SBL-TA-2008 : Test_SBPEL_2006 Uses sca-bpel:reference Negative Test

SBPEL _2007. java Test_SBPEL_2007 Composite Service1. wsdl Service1With WiredByImplRef BPEL Component A Component B TestInvocation wsdl SBL-TA-2009 – Test_SBPEL_2007 Uses sca-bpel:reference Component C Service2. wsdl Service2 BPEL Negative Test

SBPEL _2008. java Test_SBPEL_2008 Composite Service1. wsdl Service1With RefImpl BPEL Component A Component B TestInvocation wsdl SBL-TA-2010 : Test_SBPEL_2008 Component C Service2. wsdl Service2 BPEL Tests ‘multiplicity = 1’

SBPEL _2009. java Test_SBPEL_2009 Composite Service1. wsdl Service1With RefImpl BPEL Component A Component B TestInvocation wsdl SBL-TA-2010 : Test_SBPEL_2009 Tests ‘multiplicity = 0’

SBPEL _2011. java Test_SBPEL_2011 Composite Service1. wsdl Service1With BiDiRef BPEL Component A Component B TestInvocation wsdl SBL-TA-2011 : SBPEL_Test_2011 Component C Service2. wsdl Service2WithBiD oiService_IPR BPEL

SBPEL _2012. java Test_SBPEL_2012 Composite Service1. wsdl Service1With BiDiRef BPEL Component A Component B TestInvocation wsdl SBL-TA-2011 : SBPEL_Test_2012 Component C Service2. wsdl Service2WithBiD iService_IPR BPEL Negative test

SBPEL _2010. java Test_SBPEL_2010 Composite Service1. wsdl Service1Impl BPEL Component A Component B TestInvocation wsdl SBL-TA-2012 : Test_SBPEL_2010 Negative test

SBPEL _2013. java Test_SBPEL_2013 Composite Service1. wsdl Service1With BiDiRef BPEL Component A Component B TestInvocation wsdl SBL-TA-2011 : SBPEL_Test_2013 Component C Service2. wsdl Service2WithBiD iService BPEL Negative test

SBPEL _2014. java Test_SBPEL_2014 Composite Service1. wsdl Service1With RefImpl BPEL Component A Component B TestInvocation wsdl SBL-TA-2014 : Test_SBPEL_2014 Component C Service2. wsdl Service2 BPEL

SBPEL _2015. java Test_SBPEL_2015 Composite Service1. wsdl Service1With BiDiRef BPEL Component A Component B TestInvocation wsdl SBL-TA-2015 : SBPEL_Test_2015 Component C Service2. wsdl Service2WithBiD iService BPEL Negative test

SBPEL _2016. java Test_SBPEL_2016 Composite Service1. wsdl Service1With Ref_IPR BPEL Component A Component B TestInvocation wsdl SBL-TA-2024: Test_SBPEL_2016 Uses sca-bpel:reference Component C Service2. wsdl Service2Impl BPEL

SBPEL _2016. java Test_SBPEL_2016 Composite Service1. wsdl Service1With RefIgnore BPEL Component A Component B TestInvocation wsdl SBL-TA-2022: Test_SBPEL_2017 Uses sca-bpel:reference Component C Service2. wsdl Service2Impl BPEL Negative test

SBPEL _2018. java Test_SBPEL_2018 Composite Component A TestInvocation wsdl SBL-TA-2022: Test_SBPEL_2018 partnerLink with no sca-bpel:service or sca:bpel ignore attribute but a receive activity for handling the first message of the partnerLink Component B Service1. wsdl service1With ServiceIgnore BPEL Negative test

SBPEL _2020. java Test_SBPEL_2020 Composite Service1. wsdl Service1With OneWayRef BPEL Component A Component B TestInvocation wsdl SBL-TA : SBPEL_Test_2020 Component C Service2. wsdl Service2WithOn MessageService BPEL

SBPEL _2019. java Test_SBPEL_2019 Composite Service1. wsdl Service1With EventRef BPEL Component A Component B TestInvocation wsdl SBL-TA : SBPEL_Test_2019 Component C Service2. wsdl Service2WithEv entService BPEL