SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

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 DynamoDBAmazon Web Services
 
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
 
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 GatewayAmazon Web Services
 
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 Code3scale
 
Advanced Container Management and Scheduling
Advanced Container Management and SchedulingAdvanced Container Management and Scheduling
Advanced Container Management and SchedulingAmazon Web Services
 
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 ...Amazon Web Services
 
Lecture #6. automation testing (andrey oleynik)
Lecture #6. automation testing (andrey oleynik)Lecture #6. automation testing (andrey oleynik)
Lecture #6. automation testing (andrey oleynik)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...Amazon Web Services
 
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 Productiondevopsdaysaustin
 
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 InfrastructureAmazon Web Services
 
Testing web services
Testing web servicesTesting web services
Testing web servicesTaras Lytvyn
 
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 TogetherDanilo Poccia
 
Web services testing
Web services testingWeb services testing
Web services testingrammikn
 
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 201Amazon Web Services
 
Introduction to SoapUI day 3
Introduction to SoapUI day 3Introduction to SoapUI day 3
Introduction to SoapUI day 3Qualitest
 
Getting Started with Docker on AWS
Getting Started with Docker on AWSGetting Started with Docker on AWS
Getting Started with Docker on AWSAmazon Web Services
 
Web services testing
Web services testingWeb services testing
Web services testingRoman Khachko
 

Tendances (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
 

Similaire à Web services Hand_Out

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 ...Amazon Web Services
 
Web service through cxf
Web service through cxfWeb service through cxf
Web service through cxfRoger Xia
 
Patterns & Practices of Microservices
Patterns & Practices of MicroservicesPatterns & Practices of Microservices
Patterns & Practices of MicroservicesWesley 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
 
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...p6academy
 
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
 
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 ServerGaurav Sharma
 
SOAP Monitoring
SOAP MonitoringSOAP Monitoring
SOAP MonitoringSite24x7
 
Streamlined Geek Talk
Streamlined Geek TalkStreamlined Geek Talk
Streamlined Geek TalkSarah Allen
 
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...WebStackAcademy
 
Introduction to Microsoft R (Graph)
Introduction to Microsoft R (Graph)Introduction to Microsoft R (Graph)
Introduction to Microsoft R (Graph)Cheah Eng Soon
 
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...Amazon Web Services
 
Architecting Microservices in .Net
Architecting Microservices in .NetArchitecting Microservices in .Net
Architecting Microservices in .NetRichard Banks
 
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 5Charlin Agramonte
 
Enterprise Software Architecture
Enterprise Software ArchitectureEnterprise Software Architecture
Enterprise Software Architecturerahmed_sct
 

Similaire à 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
 

Plus de Kumar Gupta

Performance Engineering
Performance EngineeringPerformance Engineering
Performance EngineeringKumar Gupta
 
TruClient Protocol Using LoadRunner
TruClient Protocol Using LoadRunnerTruClient Protocol Using LoadRunner
TruClient Protocol Using LoadRunnerKumar Gupta
 
LoadRunner Cloud
LoadRunner CloudLoadRunner Cloud
LoadRunner CloudKumar Gupta
 
Parametrization using TruClient Protocol
Parametrization using TruClient ProtocolParametrization using TruClient Protocol
Parametrization using TruClient ProtocolKumar Gupta
 
Verify a step in TrueClient Protocol
Verify a step in TrueClient ProtocolVerify a step in TrueClient Protocol
Verify a step in TrueClient ProtocolKumar Gupta
 
SAP Performance Testing Using LoadRunner
SAP Performance Testing Using LoadRunnerSAP Performance Testing Using LoadRunner
SAP Performance Testing Using LoadRunnerKumar Gupta
 
SAP Performance Testing Using LoadRunner
SAP Performance Testing Using LoadRunnerSAP Performance Testing Using LoadRunner
SAP Performance Testing Using LoadRunnerKumar Gupta
 
Performance Testing using LoadRunner
Performance Testing using LoadRunnerPerformance Testing using LoadRunner
Performance Testing using LoadRunnerKumar Gupta
 

Plus 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
 

Dernier

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 

Dernier (20)

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 

Web services Hand_Out