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 using the NUnit TestCaseData feature with your RestSharp tests to put a ton of tests in one) – you can check out the rest of …

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 for the 2nd Annual C# Advent Calendar! Check out the page here with the full calendar: https://crosscuttingconcerns.com/The-Second-Annual-C-Advent This year, I want to talk about smoke …

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 of the HTTP request, and another one to read the response. These methods help to illustrate what our automated tests are actually doing. However, I …

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 blog about some of the stuff I did to create the workshop, and release an app for folks to practice with! Understanding The Problem I …

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 got some experience with C# and Visual Studio, so I won’t be over-explaining some things. Comment if you get stuck or have questions! If you’re …

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 (free) tools but haven’t had the chance. After a question on the Testers Slack, I realized I could do a short blog post on how …

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. via Wikipedia Cooper says “no way!” 😀 For the entire HTTP Status Coop series that’s been released so far, head over to the HTTP Status Coop page on …

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, given when an unexpected condition was encountered and no more specific message is suitable. via Wikipedia For the entire HTTP Status Coop series that’s been released …

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. Previously called “Request Entity Too Large”. via Wikipedia For the entire HTTP Status Coop series that’s been released so far, head over to the HTTP Status Coop …

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 request within the time that the server was prepared to wait. The client MAY repeat the request without modifications at any later time.” via Wikipedia For …

Continue Reading

Posts navigation

  • 1
  • 2
  • 3
  • Next

Recent Posts

  • C# Advent Calendar 2019 – Refactoring RestSharp Sample Tests to Make Them More Maintainable
  • Being Prescribed Something I’m Allergic To aka Software Doesn’t Work
  • Choosing the Winner for the Pro Ministry of Testing Dojo Membership!
  • Ministry of Testing Dojo Membership – #PayItForward
  • Looking back on 2018, looking forward to 2019

Categories

  • Career and Leadership
  • Coding Stuff
  • Conferences and UG Meetings
  • Gluten Free
  • HTTP Status Coops
  • Personal Stuff
  • Professional Stuff
  • REST API Testing
  • Testing
  • Uncategorized

Upcoming Events

There are no upcoming events at this time.

© 2018 g33klady.com / Hilary Weaver-Robb. All rights reserved.