SlideShare uma empresa Scribd logo
1 de 54
www.ishatrainingsolutions.org
+91-8019952427
Performance Testing for Web Services Using
LoadRunner
What are Web Services?
www.ishatrainingsolutions.org
+91-8019952427
If the Services are made available on WEB for Code
Consumption, then they are called Web Services.Web
Services
Web Services
www.ishatrainingsolutions.org
+91-8019952427
Are there any types of
Web Services?
www.ishatrainingsolutions.org
+91-8019952427
Web Services
SOAP REST
Simple Object Access Protocol Representation State Transfer
www.ishatrainingsolutions.org
+91-8019952427
WSInterface
Consumer
Application
.Net javajava
XML is the Technology independent format and that can be used here (Extensible Markup language)
WSXMLConsumer
Application
.Net
java
This XML is called WSDL
Web Service Definition Language
Understanding SOAP
www.ishatrainingsolutions.org
+91-8019952427
Logout()
Leave Application()
COmpayUpdates()
SalaryDetails()
------------
Java
Client Application
Login()
.Net
Web Service
When you exchange the information between the Client App and WS, it should be in the language neutral
format.
XML
SOA
P
Simple Object Access Protocol
www.ishatrainingsolutions.org
+91-8019952427
RESTful Web Services
www.ishatrainingsolutions.org
+91-8019952427
www.marko.com/getproducts/1
www.marko.com/getproducts/2
www.marko.com/getproducts/3
Resource Based URI’s
www.ishatrainingsolutions.org
+91-8019952427
Difference between RESTful Web Services and
SOAP Web Services
www.ishatrainingsolutions.org
+91-8019952427
Logout()
buy()
Logout()
------------
Client
Application
GetProducts()
Mark’s Webservice
XML
SOAP
Protocol
Andy’s Application
Protocol
Logout()
Purchase()
Logout()
------------
GetProducts()
XML/ JSON/ Plain
text
No Protocol
www.ishatrainingsolutions.org
+91-8019952427
RESTful WS
HTTP
Messages are transferred using HTTP.
Plain and simple – Not flab
In reality this is all you need to get the job
done. Or in other words, send the data from
Point A to Point B
Messages are transferred using HTTP.
Not As simple as REST. – You an see the
coach which is the extra flab
Coach is your guidelines or protocol and
presence of the contract which is the WSDL.
Added Security at the cost of performance
www.ishatrainingsolutions.org
+91-8019952427
SOAP WS
SOAP WS
A committee decides the rules and as a developer you follow the rules.
Even if single rule is not followed, then the web service you developed is not
SOAP
RESTful WS
No Rules. Developer has totally flexibility
Infact, you have terms like
a. Completely RESTful
b. Not fully RESTful
c. Not RESTful
www.ishatrainingsolutions.org
+91-8019952427
SOAP RESTful
Simple Object Access Protocol Representation State Transfer
Older of the two Modern
WSDL WADL (Very few developers use this).
REST uses URI for each resource that is used in
web service
SOAP Protocol REST is an architectural style that is used to
describe and define web services
XML JSON,HTML,XML, plain text
Performance wise little slow Fast / Lightweight
SOAP is more secure as it has its own
security and well defined standards– Banking,
Finance, Health Care
Not as secured by SOAP
www.ishatrainingsolutions.org
+91-8019952427
Creating Scripts for SOAP
Scripts needs to be created for doing the
Performance Testing
VuGen Component is used for creating these scripts
www.ishatrainingsolutions.org
+91-8019952427
Creating Scripts for SOAP
Scripts can be created by one of the following ways
Using Web HTTP / HTML Protocol
Using Web Services Protocol
(
Using
web_custom_reque
st API / Function
By Recording Using Import
WSDL File
By
Recording
By
Importing
SOAP File
www.ishatrainingsolutions.org
+91-8019952427
Creating Scripts for SOAP
Using Web HTTP / HTML Protocol
Using
web_custom_reque
st API / Function
By Recording
www.ishatrainingsolutions.org
+91-8019952427
Creating Scripts for SOAP
Using web_url
Using web_submit_data
Using web_link
Using web_submit_form
A web request in http / html protocol can be created using …
Using web_custom_request
www.ishatrainingsolutions.org
+91-8019952427
Script Enhancements
www.ishatrainingsolutions.org
+91-8019952427
Transactions
www.ishatrainingsolutions.org
+91-8019952427
Transactions
• Transactions measures the system performance resulting from one or
more user actions
• Only means of measuring application response time and transaction
pass/fail count
www.ishatrainingsolutions.org
+91-8019952427
Parameterization
www.ishatrainingsolutions.org
+91-8019952427
What is Parameterization?
www.ishatrainingsolutions.org
+91-8019952427
Parameterization
• It is a process by which a hard coded value is replaced with a parameter in the
script.
• This option helps the script to execute with multiple values, thereby, simulating a
real time scenario
www.ishatrainingsolutions.org
+91-8019952427
How to do Parameterization?
www.ishatrainingsolutions.org
+91-8019952427
Parameterization
Steps Involved for Parametrization
• Create a Parameter
• Assign the values to the Parameter
• Replace the Hard-coded values in the script with these Parameters
www.ishatrainingsolutions.org
+91-8019952427
India
United States
Australia
Ethopia
Country_Name
Replace the constant with
parameter
Assign value to this parameter
Create the LR Parameter
www.ishatrainingsolutions.org
+91-8019952427
Correlation
www.ishatrainingsolutions.org
+91-8019952427
Why Correlation?
www.ishatrainingsolutions.org
+91-8019952427
Correlation
• There are some dynamic values in the script which changes from iteration to
iteration.
• Since these values are dynamic in nature, their value changes with each execution.
• So, there is a need for these dynamic values to be captured from server response and
pass it subsequently to any part of script.
• Process of capturing these values using web_Reg_Save_param_Ex function and pass
it wherever required is called correlation.
www.ishatrainingsolutions.org
+91-8019952427
Replay the script twice and check for the differences using
diffchecker
www.ishatrainingsolutions.org
+91-8019952427
Correlation
• There are some dynamic values in the script which changes from iteration to iteration.
• Since these values are dynamic in nature, their value changes with each execution.
• So, there is a need for these dynamic values to be captured from server response and
pass it subsequently to any part of script.
• Process of capturing these values using web_Reg_Save_param_Ex function and pass it
wherever required is called correlation.
www.ishatrainingsolutions.org
+91-8019952427
Correlation
• There are some dynamic values in the script which changes from iteration to
iteration.
• Since these values are dynamic in nature, their value changes with each
execution.
• So, there is a need for these dynamic values to be captured from server response
and pass it subsequently to any part of script.
• Process of capturing these values using web_Reg_Save_param_Ex function and
pass it wherever required is called correlation.
www.ishatrainingsolutions.org
+91-8019952427
• Identify the values to be correlated : Record the same script twice and compare both
the recordings to identify the values
• Search for that value in the server response: Once, the value is identified, check for
that value in the server response to identify left boundary and right boundary
• Correlate: Correlate that value using web_Reg_save_param_ex using LB and RB
• Replace: Replace the dynamic value present in the script with the LR parameter of
correlation function.
Correlation
www.ishatrainingsolutions.org
+91-8019952427
Creating Scripts for SOAP Request Using
Web Services Protocol
Using Web Services Protocol
Using Import
WSDL File
By Recording
By Importing
SOAP File
www.ishatrainingsolutions.org
+91-8019952427
Sample Projects used for this course
CountryInfo Service Project
Sample SOAP Project Core
www.ishatrainingsolutions.org
+91-8019952427
Installing Additional components
wse2.0
wse3.0
www.ishatrainingsolutions.org
+91-8019952427
How to Handle Dynamic values (Session ID’s)
www.ishatrainingsolutions.org
+91-8019952427
Using Input and Output Arguments
Using lr_xml_get_values
www.ishatrainingsolutions.org
+91-8019952427
Creating Scripts for SOAP
Logout
Session ID
Login
www.ishatrainingsolutions.org
+91-8019952427
Handle Dynamic values (Session ID’s) using input and output
arguments
www.ishatrainingsolutions.org
+91-8019952427
Handle Dynamic values (Session ID’s) using lr_xml_get_values
www.ishatrainingsolutions.org
+91-8019952427
Creating Scripts for SOAP Request Using
Web Services Protocol
Using Web Services Protocol
Using Import
WSDL File
By Recording
By Importing
SOAP File
www.ishatrainingsolutions.org
+91-8019952427
REST Services
Representational State Transfer
www.ishatrainingsolutions.org
+91-8019952427
Services
SOAP REST
Does it follow any protocol? “SET OF RULES”
Does it have a WSDL File?
www.ishatrainingsolutions.org
+91-8019952427
Installation of POSTMAN
www.ishatrainingsolutions.org
+91-8019952427
Services
SOAP REST
SOAPUI Tool POSTMAN
www.ishatrainingsolutions.org
+91-8019952427
Sample RESTful Service
www.ishatrainingsolutions.org
+91-8019952427
XML
JSON
www.ishatrainingsolutions.org
+91-8019952427
www.ishatrainingsolutions.org
+91-8019952427
Project Implementations
We have implemented multiple projects on LoadRunner, Jmeter, NeoLoad, Etc… for
different Clients
If you need our support for your organization, Pls contact us.
Recently we have implemented a Performance Testing Project with 400k users for
“Minister of Education Saudi Arabia” on LoadRunner Cloud successfully
Linkedin Profile: https://www.linkedin.com/in/kumar-gupta/
www.ishatrainingsolutions.org
+91-8019952427
Project Implementations
Testimonial for the “Minister of Education Saudi Arabia” project
www.ishatrainingsolutions.org
+91-8019952427
Trainings Provided by US
We provide trainings on
 Performance Engineering Basics
 Performance Engineering Advance
 Performance engineering Cloud.
 AppDynamics
 Dynatrace
 Jmeter Core to Master Level Course
 (Contd…..)
www.ishatrainingsolutions.org
+91-8019952427
We provide trainings on (Contd….)
 Performance Testing Using LoadRunner
 Performance Testing using JmeterTruClient Protocol using LoadRunner
 Performance Testing of WebServices using LoadRunner
 SAP GUI LoadRunner
 Mobile Performance Testing Using LoadRunner
 (Contd…..)
Trainings Provided by US
www.ishatrainingsolutions.org
+91-8019952427
Trainings Provided by US
We provide trainings on (Contd….)
 Performance Testing using NeoLoad
 Performance Testing Using OATS.
 Silk Performer

Mais conteúdo relacionado

Mais procurados

AWS July Webinar Series - Overview Build and Manage your APs with amazon api ...
AWS July Webinar Series - Overview Build and Manage your APs with amazon api ...AWS July Webinar Series - Overview Build and Manage your APs with amazon api ...
AWS July Webinar Series - Overview Build and Manage your APs with amazon api ...
Amazon Web Services
 
Web services testing
Web services testingWeb services testing
Web services testing
Roman Khachko
 

Mais procurados (20)

Serverless Web Apps using API Gateway, Lambda and DynamoDB
Serverless Web Apps using API Gateway, Lambda and DynamoDBServerless Web Apps using API Gateway, Lambda and DynamoDB
Serverless Web Apps using API Gateway, Lambda and DynamoDB
 
AWS API Gateway
AWS API GatewayAWS API Gateway
AWS API Gateway
 
AWS July Webinar Series - Overview Build and Manage your APs with amazon api ...
AWS July Webinar Series - Overview Build and Manage your APs with amazon api ...AWS July Webinar Series - Overview Build and Manage your APs with amazon api ...
AWS July Webinar Series - Overview Build and Manage your APs with amazon api ...
 
Building Serverless Backends with AWS Lambda and Amazon API Gateway
Building Serverless Backends with AWS Lambda and Amazon API GatewayBuilding Serverless Backends with AWS Lambda and Amazon API Gateway
Building Serverless Backends with AWS Lambda and Amazon API Gateway
 
Five Ways to Scale your API Without Touching Your Code
Five Ways to Scale your API Without Touching Your CodeFive Ways to Scale your API Without Touching Your Code
Five Ways to Scale your API Without Touching Your Code
 
Advanced Container Management and Scheduling
Advanced Container Management and SchedulingAdvanced Container Management and Scheduling
Advanced Container Management and Scheduling
 
AWS August Webinar Series - Building Serverless Backends with AWS Lambda and ...
AWS August Webinar Series - Building Serverless Backends with AWS Lambda and ...AWS August Webinar Series - Building Serverless Backends with AWS Lambda and ...
AWS August Webinar Series - Building Serverless Backends with AWS Lambda and ...
 
Lecture #6. automation testing (andrey oleynik)
Lecture #6. automation testing (andrey oleynik)Lecture #6. automation testing (andrey oleynik)
Lecture #6. automation testing (andrey oleynik)
 
Building API-Driven Microservices with Amazon API Gateway - AWS Online Tech T...
Building API-Driven Microservices with Amazon API Gateway - AWS Online Tech T...Building API-Driven Microservices with Amazon API Gateway - AWS Online Tech T...
Building API-Driven Microservices with Amazon API Gateway - AWS Online Tech T...
 
2016 - Easing Your Way Into Docker: Lessons From a Journey to Production
2016 - Easing Your Way Into Docker: Lessons From a Journey to Production2016 - Easing Your Way Into Docker: Lessons From a Journey to Production
2016 - Easing Your Way Into Docker: Lessons From a Journey to Production
 
Using AWS Lambda to Build Control Systems for Your AWS Infrastructure
Using AWS Lambda to Build Control Systems for Your AWS InfrastructureUsing AWS Lambda to Build Control Systems for Your AWS Infrastructure
Using AWS Lambda to Build Control Systems for Your AWS Infrastructure
 
Testing web services
Testing web servicesTesting web services
Testing web services
 
Learn SoapUI
Learn SoapUILearn SoapUI
Learn SoapUI
 
Amazon API Gateway and AWS Lambda: Better Together
Amazon API Gateway and AWS Lambda: Better TogetherAmazon API Gateway and AWS Lambda: Better Together
Amazon API Gateway and AWS Lambda: Better Together
 
Web services testing
Web services testingWeb services testing
Web services testing
 
Building Scalable Services with Amazon API Gateway - Technical 201
Building Scalable Services with Amazon API Gateway - Technical 201Building Scalable Services with Amazon API Gateway - Technical 201
Building Scalable Services with Amazon API Gateway - Technical 201
 
Introduction to SoapUI day 3
Introduction to SoapUI day 3Introduction to SoapUI day 3
Introduction to SoapUI day 3
 
Advanced Container Scheduling
Advanced Container SchedulingAdvanced Container Scheduling
Advanced Container Scheduling
 
Getting Started with Docker on AWS
Getting Started with Docker on AWSGetting Started with Docker on AWS
Getting Started with Docker on AWS
 
Web services testing
Web services testingWeb services testing
Web services testing
 

Semelhante a Web services Hand_Out

Web service through cxf
Web service through cxfWeb service through cxf
Web service through cxf
Roger Xia
 
Patterns & Practices of Microservices
Patterns & Practices of MicroservicesPatterns & Practices of Microservices
Patterns & Practices of Microservices
Wesley Reisz
 
REST - What's It All About? (SAP TechEd 2012, CD110)
REST - What's It All About? (SAP TechEd 2012, CD110)REST - What's It All About? (SAP TechEd 2012, CD110)
REST - What's It All About? (SAP TechEd 2012, CD110)
Sascha Wenninger
 
AWS CloudFormation Automation, TrafficScript, and Serverless architecture wit...
AWS CloudFormation Automation, TrafficScript, and Serverless architecture wit...AWS CloudFormation Automation, TrafficScript, and Serverless architecture wit...
AWS CloudFormation Automation, TrafficScript, and Serverless architecture wit...
PolarSeven Pty Ltd
 
Enterprise Software Architecture
Enterprise Software ArchitectureEnterprise Software Architecture
Enterprise Software Architecture
rahmed_sct
 

Semelhante a Web services Hand_Out (20)

Integrating Infrastructure as Code into a Continuous Delivery Pipeline | AWS ...
Integrating Infrastructure as Code into a Continuous Delivery Pipeline | AWS ...Integrating Infrastructure as Code into a Continuous Delivery Pipeline | AWS ...
Integrating Infrastructure as Code into a Continuous Delivery Pipeline | AWS ...
 
Web service through cxf
Web service through cxfWeb service through cxf
Web service through cxf
 
Patterns & Practices of Microservices
Patterns & Practices of MicroservicesPatterns & Practices of Microservices
Patterns & Practices of Microservices
 
Technical Envirment Johan Olsson
Technical Envirment Johan OlssonTechnical Envirment Johan Olsson
Technical Envirment Johan Olsson
 
REST - What's It All About? (SAP TechEd 2012, CD110)
REST - What's It All About? (SAP TechEd 2012, CD110)REST - What's It All About? (SAP TechEd 2012, CD110)
REST - What's It All About? (SAP TechEd 2012, CD110)
 
Primavera integration possibilities Technical overview - Oracle Primavera Col...
Primavera integration possibilities Technical overview - Oracle Primavera Col...Primavera integration possibilities Technical overview - Oracle Primavera Col...
Primavera integration possibilities Technical overview - Oracle Primavera Col...
 
AWS CloudFormation Automation, TrafficScript, and Serverless architecture wit...
AWS CloudFormation Automation, TrafficScript, and Serverless architecture wit...AWS CloudFormation Automation, TrafficScript, and Serverless architecture wit...
AWS CloudFormation Automation, TrafficScript, and Serverless architecture wit...
 
Developing Web Services With Oracle Web Logic Server
Developing Web Services With Oracle Web Logic ServerDeveloping Web Services With Oracle Web Logic Server
Developing Web Services With Oracle Web Logic Server
 
SOAP Monitoring
SOAP MonitoringSOAP Monitoring
SOAP Monitoring
 
SCDJWS 5. JAX-WS
SCDJWS 5. JAX-WSSCDJWS 5. JAX-WS
SCDJWS 5. JAX-WS
 
Oracle API Gateway
Oracle API GatewayOracle API Gateway
Oracle API Gateway
 
Streamlined Geek Talk
Streamlined Geek TalkStreamlined Geek Talk
Streamlined Geek Talk
 
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
 Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1... Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
 
Introduction to Microsoft R (Graph)
Introduction to Microsoft R (Graph)Introduction to Microsoft R (Graph)
Introduction to Microsoft R (Graph)
 
AWS re:Invent 2016: Amazon CloudFront Flash Talks: Best Practices on Configur...
AWS re:Invent 2016: Amazon CloudFront Flash Talks: Best Practices on Configur...AWS re:Invent 2016: Amazon CloudFront Flash Talks: Best Practices on Configur...
AWS re:Invent 2016: Amazon CloudFront Flash Talks: Best Practices on Configur...
 
Architecting Microservices in .Net
Architecting Microservices in .NetArchitecting Microservices in .Net
Architecting Microservices in .Net
 
Xamarin Workshop Noob to Master – Week 5
Xamarin Workshop Noob to Master – Week 5Xamarin Workshop Noob to Master – Week 5
Xamarin Workshop Noob to Master – Week 5
 
Web 2.0 Development with IBM DB2
Web 2.0 Development with IBM DB2Web 2.0 Development with IBM DB2
Web 2.0 Development with IBM DB2
 
Enterprise Software Architecture
Enterprise Software ArchitectureEnterprise Software Architecture
Enterprise Software Architecture
 
Mvc
MvcMvc
Mvc
 

Mais de Kumar Gupta

NewRelic
NewRelicNewRelic
NewRelic
Kumar Gupta
 
Performance Engineering
Performance EngineeringPerformance Engineering
Performance Engineering
Kumar Gupta
 
TruClient Protocol Using LoadRunner
TruClient Protocol Using LoadRunnerTruClient Protocol Using LoadRunner
TruClient Protocol Using LoadRunner
Kumar Gupta
 

Mais de Kumar Gupta (11)

NewRelic
NewRelicNewRelic
NewRelic
 
Performance Engineering
Performance EngineeringPerformance Engineering
Performance Engineering
 
TruClient Protocol Using LoadRunner
TruClient Protocol Using LoadRunnerTruClient Protocol Using LoadRunner
TruClient Protocol Using LoadRunner
 
LoadRunner Cloud
LoadRunner CloudLoadRunner Cloud
LoadRunner Cloud
 
Parametrization using TruClient Protocol
Parametrization using TruClient ProtocolParametrization using TruClient Protocol
Parametrization using TruClient Protocol
 
Verify a step in TrueClient Protocol
Verify a step in TrueClient ProtocolVerify a step in TrueClient Protocol
Verify a step in TrueClient Protocol
 
Neoload
Neoload Neoload
Neoload
 
Webservices
WebservicesWebservices
Webservices
 
SAP Performance Testing Using LoadRunner
SAP Performance Testing Using LoadRunnerSAP Performance Testing Using LoadRunner
SAP Performance Testing Using LoadRunner
 
SAP Performance Testing Using LoadRunner
SAP Performance Testing Using LoadRunnerSAP Performance Testing Using LoadRunner
SAP Performance Testing Using LoadRunner
 
Performance Testing using LoadRunner
Performance Testing using LoadRunnerPerformance Testing using LoadRunner
Performance Testing using LoadRunner
 

Último

會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
中 央社
 
The basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptxThe basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptx
heathfieldcps1
 
SURVEY I created for uni project research
SURVEY I created for uni project researchSURVEY I created for uni project research
SURVEY I created for uni project research
CaitlinCummins3
 

Último (20)

Navigating the Misinformation Minefield: The Role of Higher Education in the ...
Navigating the Misinformation Minefield: The Role of Higher Education in the ...Navigating the Misinformation Minefield: The Role of Higher Education in the ...
Navigating the Misinformation Minefield: The Role of Higher Education in the ...
 
size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceutics
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
 
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING IIII BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
 
....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...
 
MichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdfMichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdf
 
The basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptxThe basics of sentences session 4pptx.pptx
The basics of sentences session 4pptx.pptx
 
Championnat de France de Tennis de table/
Championnat de France de Tennis de table/Championnat de France de Tennis de table/
Championnat de France de Tennis de table/
 
MOOD STABLIZERS DRUGS.pptx
MOOD     STABLIZERS           DRUGS.pptxMOOD     STABLIZERS           DRUGS.pptx
MOOD STABLIZERS DRUGS.pptx
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptx
 
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
 
Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"
Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"
Mattingly "AI and Prompt Design: LLMs with Text Classification and Open Source"
 
An Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppAn Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge App
 
Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 2 STEPS Using Odoo 17
 
philosophy and it's principles based on the life
philosophy and it's principles based on the lifephilosophy and it's principles based on the life
philosophy and it's principles based on the life
 
The Ball Poem- John Berryman_20240518_001617_0000.pptx
The Ball Poem- John Berryman_20240518_001617_0000.pptxThe Ball Poem- John Berryman_20240518_001617_0000.pptx
The Ball Poem- John Berryman_20240518_001617_0000.pptx
 
How to Manage Closest Location in Odoo 17 Inventory
How to Manage Closest Location in Odoo 17 InventoryHow to Manage Closest Location in Odoo 17 Inventory
How to Manage Closest Location in Odoo 17 Inventory
 
Capitol Tech Univ Doctoral Presentation -May 2024
Capitol Tech Univ Doctoral Presentation -May 2024Capitol Tech Univ Doctoral Presentation -May 2024
Capitol Tech Univ Doctoral Presentation -May 2024
 
SURVEY I created for uni project research
SURVEY I created for uni project researchSURVEY I created for uni project research
SURVEY I created for uni project research
 

Web services Hand_Out