Skip to content
g33klady
  • Home
  • Blog
  • Talks
  • HTTP Status Coops
g33klady

Category: REST API Testing

Blog post related to testing APIs

C# Advent Calendar 2019 – Refactoring RestSharp Sample Tests to Make Them More Maintainable

December 15, 2019 by Hilary

I’m excited to participate in the third C# Advent Calendar (my 2017 post was on combining UI and API automation with RestSharp and Selenium, and my 2018 post was about …

Continue Reading

C# Advent Calendar 2018 – Can I Put All Of My Smoke Tests For A REST API In One Test? Yes!

December 2, 2018 by Hilary

Last year, I had a great time contributing to the C# Advent Calendar with a post on combining API and UI automation. I was excited to sign up once again …

Continue Reading

Implementing RestSharp in REST API automated tests

October 21, 2018 by Hilary

I have written before a few times about implementing automated tests for REST APIs using C# (here and here). In those posts, I’ve used a utility method to handle the actual sending …

Continue Reading

Testing the UI and API together with my new practice app!

October 7, 2018 by Hilary

It’s been a bit quiet lately, and that’s because I’ve been very busy with creating a workshop and new talk for TestBash Manchester! Now that it’s done, I can finally …

Continue Reading

C# Advent Calendar – Combining Integration and UI Automation in C#

December 1, 2017 by Hilary

I signed up for the C# Advent Calendar with this post – be sure to check out the rest of the blog posts in the calendar! This post assumes you’ve …

Continue Reading

Using Fiddler AutoResponder for quick service or response mocking

November 21, 2017 by Hilary

In my Testing  RESTful Web Services talk, I touch on service virtualization briefly, and I include a short demo of using Fiddler‘s AutoResponder. I’ve been meaning to look into other …

Continue Reading

HTTP Status Coop – 503 Service Unavailable

November 16, 2017 by Hilary

Fourteenth in the HTTP Status Coop series is 503 Service Unavailable! The server is currently unavailable (because it is overloaded or down for maintenance). Generally, this is a temporary state. …

Continue Reading

HTTP Status Coop – 500 Internal Server Error

November 13, 2017 by Hilary

Lucky Thirteen, on a Monday the 13th, of the HTTP Status Coop series is 500 Internal Server Error! And no, I didn’t plan it that way! A generic error message, …

Continue Reading

HTTP Status Coop – 413 Request Entity Too Large

November 10, 2017 by Hilary

Twelfth in the HTTP Status Coop series is 413 Request Entity Too Large (or Payload Too Large)! The request is larger than the server is willing or able to process. …

Continue Reading

HTTP Status Coop – 408 Request Timed Out

November 7, 2017 by Hilary

Eleventh in the HTTP Status Coop series is 408 Request Timed Out! The server timed out waiting for the request. According to HTTP specifications: “The client did not produce a …

Continue Reading

Posts navigation

  • 1
  • 2
  • 3
  • Next

Recent Posts

  • 2022 Year In Review and 2023 Goals
  • Diversifying Heuristics with Social Media part 2
  • Diversifying Heuristics with Social Media
  • A Birthday Surprise That Didn’t Go To Plan (but was Still Incredible!)
  • 2020 and 2021 Years in Review, and Looking Forward to 2022

Categories

  • Career and Leadership
  • Coding Stuff
  • Conferences and UG Meetings
  • Gluten Free
  • HTTP Status Coops
  • Personal Stuff
  • Professional Stuff
  • REST API Testing
  • Testing
  • Uncategorized
© 2018 g33klady.com / Hilary Weaver-Robb. All rights reserved.