Skip to content
g33klady
  • Home
  • Blog
  • Talks
  • Appearances
  • Resume
g33klady

Category: Coding Stuff

Care Bears Sharing is Caring

Testers and the Code They Write

August 26, 2026 by Hilary

I had a great conversation with David Giard on his show, Technology and Friends, the other week and he asked a question that I’ve been thinking about since. “Tell me about the code that’s in QA and testing” – I answered briefly in the podcast, but have been thinking more and more about what kind …

Continue Reading

Getting back into coding after time away

July 27, 2026 by Hilary

TL;DR When people ask me how I got back into coding after years away, my answer is essentially to have a project you can use to either start or add to (either production code or tests), find videos/trainings on the changes since you last coded, and don’t be afraid to just write some code and …

Continue Reading

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

24 Hour Hackathons… with dinosaurs!

February 1, 2018 by Hilary

I recently participated in my company’s 24 hour hackathon. I pulled together my tweets on Storify here: https://storify.com/g33klady/jurassic-hack-ql-technology-24-hour-hackathon-of-2 It was a super cool experience, and I’m looking forward to learning more 😀 HilaryI’m Hilary Weaver, also known as g33klady on the Internets. I’m a Senior Quality Engineer working remotely near Detroit, with 19+ years in software …

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 SQL Databases and REST together in Integration Automation with C# and NUnit

October 23, 2016 by Hilary

EDIT: One mindful reader noted that I should be using good practices to protect my code from SQL Injection. So there are some updates below, and the code is also updated! I used this as my guide: https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.parameters.aspx One part of my talk and resources on Testing RESTful Web Services that I hinted at but didn’t …

Continue Reading

She used this one neat trick to model JSON as classes in C#, and her audience was stunned!

October 12, 2016 by Hilary

I recently presented my talk Testing RESTful Web Services for the first time at the QL Technology Conference in Detroit. In this talk, I cover why we should test web services, and how to test RESTful web services both with tools like Postman, and C# and NUnit. I was not prepared for, mid-demo, resounding applause …

Continue Reading

Posts pagination

  • 1
  • 2
  • Next

Recent Posts

  • Testers and the Code They Write
  • The In-Between
  • A month after being laid off
  • Getting back into coding after time away
  • Job Search 2026 Begins!

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-2026 g33klady.com / Hilary Weaver. All rights reserved.