API Testing Workshop

Ideal for agile and DevOps teams, this workshop-style course demonstrates the benefits of API testing using commercial and open-source software.

Upcoming Classes

Dates
Mode
Location
Price
Jun 11Jun 12, 2024
Virtual Classroom
Virtual Classroom
$1,495
Aug 13Aug 14, 2024
Virtual Classroom
Virtual Classroom
$1,495
Nov 19Nov 20, 2024
Virtual Classroom
Virtual Classroom
$1,495
Select a learning mode button (Public, Live Virtual, etc.) for pricing, details, and a downloadable fact sheet.
Ways to Save

Software Summer School - BOGO - JUNE, JULY, & AUGUST CLASSES

Our Software Summer School is back in session! Buy One, Get One Free on our most popular live virtual training classes offered between June 1 and August 31, 2024. Take both classes yourself or split them with a colleague.

Our practical, hands-on courses can help you and your team in areas like AI, GitHub, agile, leadership, DevOps, software testing, and many more. Live virtual training allows you to dive deep into these topics with instructor-led classes from the comfort of your home or office.

Ready to join? Click the Register button below to register via email.

This is a limited time offer, and certain restrictions do apply. See details below.

OFFER DETAILS: Register for any participating live virtual class being offered in June, July, or August 2024 and get a second class of equal or lesser value free. Classes must take place between June 1 and August 31. Not all classes are valid. Contact Client Support for specifics on which classes are included. Register directly with our Client Support team at 929.777.8102 or through the email above. This offer is only valid for new registrations and cannot be combined with other promotions. Optional certification test vouchers must be purchased one per person who wishes to add them on and are NOT included in the Buy 1 Get 1 Free deal that is limited to just the class.
 
PREQUISITES: Many of our classes require previous skills, experience, or certifications to ensure understanding. Please be sure to check prerequisites for each class to ensure you have the experience necessary to actively participate. Questions? Call us at 929.777.8102.
 
Choose from the following classes.  (= Guaranteed to run dates):
 
June Classes

July Classes

August Classes

 
  

 

Ways to Save

Software Summer School - BOGO - JUNE, JULY, & AUGUST CLASSES

Our Software Summer School is back in session! Buy One, Get One Free on our most popular live virtual training classes offered between June 1 and August 31, 2024. Take both classes yourself or split them with a colleague.

Our practical, hands-on courses can help you and your team in areas like AI, GitHub, agile, leadership, DevOps, software testing, and many more. Live virtual training allows you to dive deep into these topics with instructor-led classes from the comfort of your home or office.

Ready to join? Click the Register button below to register via email.

This is a limited time offer, and certain restrictions do apply. See details below.

OFFER DETAILS: Register for any participating live virtual class being offered in June, July, or August 2024 and get a second class of equal or lesser value free. Classes must take place between June 1 and August 31. Not all classes are valid. Contact Client Support for specifics on which classes are included. Register directly with our Client Support team at 929.777.8102 or through the email above. This offer is only valid for new registrations and cannot be combined with other promotions. Optional certification test vouchers must be purchased one per person who wishes to add them on and are NOT included in the Buy 1 Get 1 Free deal that is limited to just the class.
 
PREQUISITES: Many of our classes require previous skills, experience, or certifications to ensure understanding. Please be sure to check prerequisites for each class to ensure you have the experience necessary to actively participate. Questions? Call us at 929.777.8102.
 
Choose from the following classes.  (= Guaranteed to run dates):
 
June Classes

July Classes

August Classes

 
  

 

Description
  • Get a foundational understanding of API Testing
  • Gain experience and practice with hands-on exercises
  • Learn API Testing best practices
  • Sample common tools and techniques used in API Testing
 
Join us for this workshop-style class where we will examine and practice the benefits of API testing using commercial and open-source software.  Students will leave with a better appreciation of the value of API testing, and how it can be applied to their work. 
 
An application programming interface (API) acts as the plumbing for a system. For web applications, developers use a web API to communicate between the client and server. This API is often nothing more than regular text that follows a known pattern that both the client and server understand. Accessing this layer allows us to test differently. In the UI, certain invalid inputs are prevented, but the API will allow any possible ordering of text, which opens up a lot of possibilities for finding defects.
 
Why is testing at the API level valuable? For one, it lets us follow data-driven testing, so we can be faster and more robust than testing the UI.  Also, it can be used to test the security; for example, does your server implicitly trust what the client is sending?  Finally, it is an excellent method to confirm that when sending invalid information, the API should respond in a helpful manner.  A large portion of the developer's work is debugging and maintenance, and API's that respond with helpful messages go a long way towards that goal.
 
Who Should Attend
This course is ideal for agile and DevOps teams who need to define and validate specific API use cases and understand the boundaries and expectations of the system. While some of the course requires writing code, the majority can be accomplished with a simple text editor, web browser, and access to the API we’re testing.

 

Questions? 929.777.8102 [email protected]
Course Outline
An introduction to API testing
Reasons for API testing
What software uses APIs
API formats
  • RESTful
  • Soap
  • JSON
  • HTML
  • Plain text
  • YAML
  • GRPC
  • protobuf
  • historical
  • Corba
  • RPC
 
Software testing with APIs
General testing mindset
Agile test pyramid
End-to-end testing
TDD
Functional and Non-Functional
Manual exploratory testing
 
API testing techniques
Focus on negative cases
Clarity of error messages
Security concerns
Performance
Avoiding the network
Authorization testing
Query string
Body
Headers
Data-driven testing
Fuzzing
Required inputs
API Contracts
Character encoding
Min-size/Max-size tests
External API's
Debugging
Documenting
Caching
 
API testing tools
General programming languages
Postman
SoapUI
Specialized tools for external API's
Swagger
Network sniffers
 

Don't see a date that fits your schedule? Contact us for scheduling options at 929.777.8102


Price: $1,545 USD
Course Duration: 2 Days
Description
  • Get a foundational understanding of API Testing
  • Gain experience and practice with hands-on exercises
  • Learn API Testing best practices
  • Sample common tools and techniques used in API Testing
 
Join us for this workshop-style class where we will examine and practice the benefits of API testing using commercial and open-source software.  Students will leave with a better appreciation of the value of API testing, and how it can be applied to their work. 
 
An application programming interface (API) acts as the plumbing for a system. For web applications, developers use a web API to communicate between the client and server. This API is often nothing more than regular text that follows a known pattern that both the client and server understand. Accessing this layer allows us to test differently. In the UI, certain invalid inputs are prevented, but the API will allow any possible ordering of text, which opens up a lot of possibilities for finding defects.
 
Why is testing at the API level valuable? For one, it lets us follow data-driven testing, so we can be faster and more robust than testing the UI.  Also, it can be used to test the security; for example, does your server implicitly trust what the client is sending?  Finally, it is an excellent method to confirm that when sending invalid information, the API should respond in a helpful manner.  A large portion of the developer's work is debugging and maintenance, and API's that respond with helpful messages go a long way towards that goal.
 
Who Should Attend
This course is ideal for agile and DevOps teams who need to define and validate specific API use cases and understand the boundaries and expectations of the system. While some of the course requires writing code, the majority can be accomplished with a simple text editor, web browser, and access to the API we’re testing.

 

Questions? 929.777.8102 [email protected]
Course Outline
An introduction to API testing
Reasons for API testing
What software uses APIs
API formats
  • RESTful
  • Soap
  • JSON
  • HTML
  • Plain text
  • YAML
  • GRPC
  • protobuf
  • historical
  • Corba
  • RPC
 
Software testing with APIs
General testing mindset
Agile test pyramid
End-to-end testing
TDD
Functional and Non-Functional
Manual exploratory testing
 
API testing techniques
Focus on negative cases
Clarity of error messages
Security concerns
Performance
Avoiding the network
Authorization testing
Query string
Body
Headers
Data-driven testing
Fuzzing
Required inputs
API Contracts
Character encoding
Min-size/Max-size tests
External API's
Debugging
Documenting
Caching
 
API testing tools
General programming languages
Postman
SoapUI
Specialized tools for external API's
Swagger
Network sniffers
 
Class Schedule
Sign-In/Registration 7:30-8:30am
Morning Session 8:30am-12:00pm
Lunch 12:00-1:00pm
Afternoon Session 1:00-5:00pm
Times represent the typical daily schedule. Please confirm your schedule at registration.
 
Class Fee Includes
• Digital course materials
• Continental breakfasts and refreshment breaks
• Lunches
• Letter of completion

 

Instructors

Don't see a date that fits your schedule? Contact us for scheduling options at 929.777.8102


Price: $1,545 USD
Course Duration: 2 Days
Description
  • Get a foundational understanding of API Testing
  • Gain experience and practice with hands-on exercises
  • Learn API Testing best practices
  • Sample common tools and techniques used in API Testing
 
Join us for this workshop-style class where we will examine and practice the benefits of API testing using commercial and open-source software.  Students will leave with a better appreciation of the value of API testing, and how it can be applied to their work. 
 
An application programming interface (API) acts as the plumbing for a system. For web applications, developers use a web API to communicate between the client and server. This API is often nothing more than regular text that follows a known pattern that both the client and server understand. Accessing this layer allows us to test differently. In the UI, certain invalid inputs are prevented, but the API will allow any possible ordering of text, which opens up a lot of possibilities for finding defects.
 
Why is testing at the API level valuable? For one, it lets us follow data-driven testing, so we can be faster and more robust than testing the UI.  Also, it can be used to test the security; for example, does your server implicitly trust what the client is sending?  Finally, it is an excellent method to confirm that when sending invalid information, the API should respond in a helpful manner.  A large portion of the developer's work is debugging and maintenance, and API's that respond with helpful messages go a long way towards that goal.
 
Who Should Attend
This course is ideal for agile and DevOps teams who need to define and validate specific API use cases and understand the boundaries and expectations of the system. While some of the course requires writing code, the majority can be accomplished with a simple text editor, web browser, and access to the API we’re testing.

 

Questions? 929.777.8102 [email protected]
Course Outline
An introduction to API testing
Reasons for API testing
What software uses APIs
API formats
  • RESTful
  • Soap
  • JSON
  • HTML
  • Plain text
  • YAML
  • GRPC
  • protobuf
  • historical
  • Corba
  • RPC
 
Software testing with APIs
General testing mindset
Agile test pyramid
End-to-end testing
TDD
Functional and Non-Functional
Manual exploratory testing
 
API testing techniques
Focus on negative cases
Clarity of error messages
Security concerns
Performance
Avoiding the network
Authorization testing
Query string
Body
Headers
Data-driven testing
Fuzzing
Required inputs
API Contracts
Character encoding
Min-size/Max-size tests
External API's
Debugging
Documenting
Caching
 
API testing tools
General programming languages
Postman
SoapUI
Specialized tools for external API's
Swagger
Network sniffers
 
Class Schedule
Sign-In/Registration 7:30-8:30am
Morning Session 8:30am-12:00pm
Lunch 12:00-1:00pm
Afternoon Session 1:00-5:00pm
Times represent the typical daily schedule. Please confirm your schedule at registration.
 
Class Fee Includes
• Digital course materials
• Continental breakfasts and refreshment breaks
• Lunches
• Letter of completion

 

Instructors
Dates
Mode
Location
Price
Jun 11Jun 12, 2024
Virtual Classroom
Virtual Classroom
$1,495
Aug 13Aug 14, 2024
Virtual Classroom
Virtual Classroom
$1,495
Nov 19Nov 20, 2024
Virtual Classroom
Virtual Classroom
$1,495
Price: $1,495 USD
Course Duration: 3 Days / 2 Days
Ways to Save

Software Summer School - BOGO - JUNE, JULY, & AUGUST CLASSES

Our Software Summer School is back in session! Buy One, Get One Free on our most popular live virtual training classes offered between June 1 and August 31, 2024. Take both classes yourself or split them with a colleague.

Our practical, hands-on courses can help you and your team in areas like AI, GitHub, agile, leadership, DevOps, software testing, and many more. Live virtual training allows you to dive deep into these topics with instructor-led classes from the comfort of your home or office.

Ready to join? Click the Register button below to register via email.

This is a limited time offer, and certain restrictions do apply. See details below.

OFFER DETAILS: Register for any participating live virtual class being offered in June, July, or August 2024 and get a second class of equal or lesser value free. Classes must take place between June 1 and August 31. Not all classes are valid. Contact Client Support for specifics on which classes are included. Register directly with our Client Support team at 929.777.8102 or through the email above. This offer is only valid for new registrations and cannot be combined with other promotions. Optional certification test vouchers must be purchased one per person who wishes to add them on and are NOT included in the Buy 1 Get 1 Free deal that is limited to just the class.
 
PREQUISITES: Many of our classes require previous skills, experience, or certifications to ensure understanding. Please be sure to check prerequisites for each class to ensure you have the experience necessary to actively participate. Questions? Call us at 929.777.8102.
 
Choose from the following classes.  (= Guaranteed to run dates):
 
June Classes

July Classes

August Classes

 
  

 

Ways to Save

Software Summer School - BOGO - JUNE, JULY, & AUGUST CLASSES

Our Software Summer School is back in session! Buy One, Get One Free on our most popular live virtual training classes offered between June 1 and August 31, 2024. Take both classes yourself or split them with a colleague.

Our practical, hands-on courses can help you and your team in areas like AI, GitHub, agile, leadership, DevOps, software testing, and many more. Live virtual training allows you to dive deep into these topics with instructor-led classes from the comfort of your home or office.

Ready to join? Click the Register button below to register via email.

This is a limited time offer, and certain restrictions do apply. See details below.

OFFER DETAILS: Register for any participating live virtual class being offered in June, July, or August 2024 and get a second class of equal or lesser value free. Classes must take place between June 1 and August 31. Not all classes are valid. Contact Client Support for specifics on which classes are included. Register directly with our Client Support team at 929.777.8102 or through the email above. This offer is only valid for new registrations and cannot be combined with other promotions. Optional certification test vouchers must be purchased one per person who wishes to add them on and are NOT included in the Buy 1 Get 1 Free deal that is limited to just the class.
 
PREQUISITES: Many of our classes require previous skills, experience, or certifications to ensure understanding. Please be sure to check prerequisites for each class to ensure you have the experience necessary to actively participate. Questions? Call us at 929.777.8102.
 
Choose from the following classes.  (= Guaranteed to run dates):
 
June Classes

July Classes

August Classes

 
  

 

Description
  • Get a foundational understanding of API Testing
  • Gain experience and practice with hands-on exercises
  • Learn API Testing best practices
  • Sample common tools and techniques used in API Testing
 
Join us for this workshop-style class where we will examine and practice the benefits of API testing using commercial and open-source software.  Students will leave with a better appreciation of the value of API testing, and how it can be applied to their work. 
 
An application programming interface (API) acts as the plumbing for a system. For web applications, developers use a web API to communicate between the client and server. This API is often nothing more than regular text that follows a known pattern that both the client and server understand. Accessing this layer allows us to test differently. In the UI, certain invalid inputs are prevented, but the API will allow any possible ordering of text, which opens up a lot of possibilities for finding defects.
 
Why is testing at the API level valuable? For one, it lets us follow data-driven testing, so we can be faster and more robust than testing the UI.  Also, it can be used to test the security; for example, does your server implicitly trust what the client is sending?  Finally, it is an excellent method to confirm that when sending invalid information, the API should respond in a helpful manner.  A large portion of the developer's work is debugging and maintenance, and API's that respond with helpful messages go a long way towards that goal.
 
Who Should Attend
This course is ideal for agile and DevOps teams who need to define and validate specific API use cases and understand the boundaries and expectations of the system. While some of the course requires writing code, the majority can be accomplished with a simple text editor, web browser, and access to the API we’re testing.

 

Questions? 929.777.8102 [email protected]
Course Outline
An introduction to API testing
Reasons for API testing
What software uses APIs
API formats
  • RESTful
  • Soap
  • JSON
  • HTML
  • Plain text
  • YAML
  • GRPC
  • protobuf
  • historical
  • Corba
  • RPC
 
Software testing with APIs
General testing mindset
Agile test pyramid
End-to-end testing
TDD
Functional and Non-Functional
Manual exploratory testing
 
API testing techniques
Focus on negative cases
Clarity of error messages
Security concerns
Performance
Avoiding the network
Authorization testing
Query string
Body
Headers
Data-driven testing
Fuzzing
Required inputs
API Contracts
Character encoding
Min-size/Max-size tests
External API's
Debugging
Documenting
Caching
 
API testing tools
General programming languages
Postman
SoapUI
Specialized tools for external API's
Swagger
Network sniffers
 
Class Schedule
3-Day Daily Schedule: 12:30pm-4:30pm ET/9:30am-1:30pm PT
2-Day Daily Schedule: 10:30am-5:00pm ET/7:30am-2:00pm PT
Times represent the typical daily schedule. Please confirm class schedule at registration.
 
Class Fee Includes
  • Easy course access: Attend training right from your computer and easily connect your audio via computer or phone. Easy and quick access fits todayís working style and eliminates expensive travel and long days in the classroom.
  • Live, expert instruction: Instructors are sought-after practitioners, highly-experienced in the industry who deliver a professional learning experience in real-time.
  • Valuable course materials: Courses cover the same professional content as our classroom training, and students have direct access to valuable materials.
  • Rich virtual learning environment: A variety of tools are built in to the learning platform to engage learners through dynamic delivery and to facilitate a multi-directional flow of information.
  • Hands-on exercises: An essential component to any learning experience is applying what you have learned. Using the latest technology, your instructor can provide hands-on exercises, group activities, and breakout sessions.
  • Real-time communication: Communicate real-time directly with the instructor. Ask questions, provide comments, and participate in the class discussions.
  • Peer interaction: Networking with peers has always been a valuable part of any classroom training. Live Virtual training gives you the opportunity to interact with and learn from the other attendees during breakout sessions, course lecture, and Q&A.
  • Small class size: Live Virtual courses are limited in small class size to ensure an opportunity for personal interaction.
Instructors

Bring this course to your team at your site. Contact us to learn more at 929.777.8102.

Don't see a date that fits your schedule? Contact us for scheduling options at 929.777.8102


Course Duration: 2 Days
Description
  • Get a foundational understanding of API Testing
  • Gain experience and practice with hands-on exercises
  • Learn API Testing best practices
  • Sample common tools and techniques used in API Testing
 
Join us for this workshop-style class where we will examine and practice the benefits of API testing using commercial and open-source software.  Students will leave with a better appreciation of the value of API testing, and how it can be applied to their work. 
 
An application programming interface (API) acts as the plumbing for a system. For web applications, developers use a web API to communicate between the client and server. This API is often nothing more than regular text that follows a known pattern that both the client and server understand. Accessing this layer allows us to test differently. In the UI, certain invalid inputs are prevented, but the API will allow any possible ordering of text, which opens up a lot of possibilities for finding defects.
 
Why is testing at the API level valuable? For one, it lets us follow data-driven testing, so we can be faster and more robust than testing the UI.  Also, it can be used to test the security; for example, does your server implicitly trust what the client is sending?  Finally, it is an excellent method to confirm that when sending invalid information, the API should respond in a helpful manner.  A large portion of the developer's work is debugging and maintenance, and API's that respond with helpful messages go a long way towards that goal.
 
Who Should Attend
This course is ideal for agile and DevOps teams who need to define and validate specific API use cases and understand the boundaries and expectations of the system. While some of the course requires writing code, the majority can be accomplished with a simple text editor, web browser, and access to the API we’re testing.

 

Questions? 929.777.8102 [email protected]
Course Outline
An introduction to API testing
Reasons for API testing
What software uses APIs
API formats
  • RESTful
  • Soap
  • JSON
  • HTML
  • Plain text
  • YAML
  • GRPC
  • protobuf
  • historical
  • Corba
  • RPC
 
Software testing with APIs
General testing mindset
Agile test pyramid
End-to-end testing
TDD
Functional and Non-Functional
Manual exploratory testing
 
API testing techniques
Focus on negative cases
Clarity of error messages
Security concerns
Performance
Avoiding the network
Authorization testing
Query string
Body
Headers
Data-driven testing
Fuzzing
Required inputs
API Contracts
Character encoding
Min-size/Max-size tests
External API's
Debugging
Documenting
Caching
 
API testing tools
General programming languages
Postman
SoapUI
Specialized tools for external API's
Swagger
Network sniffers
 
Class Schedule
Sign-In/Registration 7:30-8:30am
Morning Session 8:30am-12:00pm
Lunch 12:00-1:00pm
Afternoon Session 1:00-5:00pm
Times represent the typical daily schedule. Please confirm your schedule at registration.
 
Class Fee Includes
• Tuition
• Course notebook
• Letter of completion
Instructors

Questions?

On-Site/Private Training

Let us bring the learning to your team at your location or in an interactive virtual classroom!
Choose from more than 50 courses.

Combine World-Class Training and

Certification with a Conference

Maximize Your Learning Potential

STAR Conference logo

AI Con USA logo

Agile + DevOps USA logo