Advertisement · 728 × 90
#
Hashtag
#Apitesting
Advertisement · 728 × 90
Post image

Regular APIs have business rules. They tell you what should happen.
APIs that call an LLM? Anything goes. And returns.
Your strategy needs "Never Events" baked in from day one.
Join the webinar (Apr 15):
us02web.zoom.us/webinar/regi...
#APITesting #SoftwareTesting #AITesting

1 0 0 0
The Vague Acceptance Criteria
The Vague Acceptance Criteria YouTube video by TestinGil - Gil Zilberfeld

Your test passes.
Can someone read it and know what the API should do?
When the docs are gone and the wiki is stale, tests are the only living documentation.
But do they communicate intent?
youtu.be/eqC-rYtwjjo
#APITesting #SoftwareTesting #TestDesign #TestAutomation #QualityEngineering

0 0 0 0
The Vague Acceptance Criteria
The Vague Acceptance Criteria YouTube video by TestinGil - Gil Zilberfeld

Your test passes.
Can someone read it and know what the API should do?
When the docs are gone and the wiki is stale, tests are the only living documentation.
But do they communicate intent?
youtu.be/eqC-rYtwjjo
#APITesting #SoftwareTesting #TestDesign #TestAutomation #QualityEngineering

0 0 0 0
The Best Test
The Best Test YouTube video by TestinGil - Gil Zilberfeld

There is no "best test."
But there is "best for this job."
Same feature. Ten ways to test it.
Different costs. Different answers.
Watch the whole webinar session.
youtu.be/P8JYkYFjSfw
#TestDesign #APITesting #TestAutomation #SoftwareTesting #QualityEngineering

0 0 0 0
Post image

Same API. Two tests.
One is e2e: slow, fragile, but real confidence.
One is isolated: fast, stable, but runs logic only.
Test design impacts test plans. We'll dig into that in the next webinar. Apr-15.
us02web.zoom.us/webinar/regi...
#APITesting #SoftwareTesting #AITesting

0 0 0 0
Post image

We pick the weapon before we join the fight.
Test Planning: What's worth testing.
Test Design: How to test that lot.
Plan first. Save time and design the right tests.
testingil.com/2024/05/test...
#TestDesign #TestPlanning #APITesting

0 0 0 0
Iterative Planning
Iterative Planning YouTube video by TestinGil - Gil Zilberfeld

Remember Waterfall? Now we call it a Sprint.
We still think we can plan it all upfront.
What's "correct" changes between iterations.
Also during. And AI doesn't help.
New video:
youtu.be/YInN9soA6aw
#APITesting #SoftwareTesting #AITesting #TestAutomation #QualityEngineering

0 0 0 0
Iterative Planning
Iterative Planning YouTube video by TestinGil - Gil Zilberfeld

Remember Waterfall? Now we call it a Sprint.
We still think we can plan it all upfront.
What's "correct" changes between iterations.
Also during. And AI doesn't help.
New video:
youtu.be/YInN9soA6aw
#APITesting #SoftwareTesting #AITesting #TestAutomation #QualityEngineering

0 0 0 0
Post image

"Yes, and don't ask again for this session."
Code created. Tests pass. But nobody knows what they do.
That's the Knowledge Void.
Learn how to avoid it:
testingil.com/2026/03/the-...
#APITesting #SoftwareTesting #AITesting #QualityEngineering #TestAutomation

0 0 0 0
Post image

The Knowledge Void breaks test planning at step one. Can you test it?
Is the plan achievable? Is it cheap?
Are there better options?
If you don't know how it's built, you can't answer any of them.
April 15th — Modern API Testing: Planning.
us02web.zoom.us/webinar/regi...
#APITesting #SoftwareTesting

0 0 0 0
Pulling Back The Curtain
Pulling Back The Curtain YouTube video by TestinGil - Gil Zilberfeld

Black box testing sounds pure.
"No bias." "Scientific."
Ignorance doesn't make you a better tester.
It makes you an expensive one.
And if the code does multiple LLM calls, retries, recursive loops.
You're adding to the bill.
New video:
youtu.be/1MP-w9iXyJc
#APITesting #SoftwareTesting #AITesting

1 1 0 0
Pulling Back The Curtain
Pulling Back The Curtain YouTube video by TestinGil - Gil Zilberfeld

Black box testing sounds pure.
"No bias." "Scientific."
Ignorance doesn't make you a better tester.
It makes you an expensive one.
And if the code does multiple LLM calls, retries, recursive loops.
You're adding to the bill.
New video:
youtu.be/1MP-w9iXyJc
#APITesting #SoftwareTesting #AITesting

0 0 0 0
Post image

You found the expensive tests. Great.
Then the team swaps the model.
Adds a retry. Changes the prompt.
The tests didn't change. The price tag did.
Test budget is a moving target.
More on April 15th.
us02web.zoom.us/webinar/regi...
#APITesting #SoftwareTesting #AITesting

0 0 0 0
Post image

Test runs used to be free.
Fail? Run again. Debug? Run again.
Not anymore. If your tests touch AI features, every run costs tokens. Real money.
Flaky test? You're paying for that too.
Webinar Apr-15.
us02web.zoom.us/webinar/regi...
#APITesting #SoftwareTesting #AITesting

1 1 0 0
Modern API Testing: Planning - webinar teaser
Modern API Testing: Planning - webinar teaser YouTube video by TestinGil - Gil Zilberfeld

API test planning didn't get simpler with AI.
We got better at pretending it did.
But there are new monsters: Token Gobblers. Green Mirage.
They are going after our test plans.
April 15th we deal with them.
youtu.be/B3bVt5ZAlSA
#APITesting #SoftwareTesting #TestAutomation

0 0 0 0
Preview
TeaPie: Test your REST API in 5 minutes TeaPie is a CLI tool for API testing using .http files. No heavy frameworks — install it, write a request, run it.

Getting-started guide for TeaPie - a .NET CLI tool for API testing with .http files.

blog.burgyn.online/2026/03/12/t...

#dotnet #testing #apitesting

0 0 1 0
Modern API Testing: Planning - webinar teaser
Modern API Testing: Planning - webinar teaser YouTube video by TestinGil - Gil Zilberfeld

API test planning didn't get simpler with AI.
We got better at pretending it did.
But there are new monsters: Token Gobblers. Green Mirage.
They are going after our test plans.
April 15th we deal with them.
youtu.be/B3bVt5ZAlSA
#APITesting #SoftwareTesting #TestAutomation

0 0 0 0
Post image

Your tests are green.
But can you trust that green?
The Green Mirage isn't new. AI just makes it cheaper and faster to build more of it.
New post — real code, real example. One question that changes how you write tests.
testingil.com/2026/03/your...
#APITesting #SoftwareTesting #AITesting

0 0 0 0
Post image

API testing was already complex.
AI didn't simplify it.
It multiplied the permutations.
April 15th we'll see it at work.
us02web.zoom.us/webinar/regi...
#APITesting #SoftwareTesting #AITesting #TestAutomation #QualityEngineering

0 0 0 0
Post image

Requirements area communication tool. The anchor everything derives from.
In the AI era if we're not updating your AC as fast as you're learning, everybody loses direction.
That's the Intent Gap. Apr-15 we see it in API testing.
us02web.zoom.us/webinar/regi...
#APITesting #AITesting #TestAutomation

0 0 0 0
Post image

api-mocker v0.5.1 just hit ~9 k downloads on PyPI - great momentum for a simple, powerful API mocking tool in Python testing. If you mock multiple endpoints in pytest and want cleaner, maintainable tests, give it a spin.
pip install api-mocker
#Python #pytest #APITesting #DevTools #opensource

2 0 0 0
Preview
Learn Playwright with TypeScript (Web & API Testing) Udemy Coupon Code For Learn Playwright with TypeScript (Web & API Testing), Find Out Other Highest rated and Bestselling Web Scraping Courses with Discount Coupon Codes.

Ready to become a Playwright Automation Expert? 🚀

🎯 Learn Playwright with TypeScript

Build advanced testing skills with:

✔ Playwright Web Automation

✔ API Testing

coursecouponclub.com/complete-pyt...

#Playwright #TypeScript #TestAutomation #QAEngineer #APITesting

1 0 0 0
Just a moment...

Elevate your .NET API testing with modern traffic tools to enhance reliability & performance. Discover how proxy power transforms your testing process by capturing & analyzing network traffic. #APITesting #dotnet

0 0 0 0
Post image

UI shows the surface.
APIs run the system.

If your API fails, everything breaks integrations, data flow, authentication.

Modern QA must be API-first.

Read: https://tinyurl.com/4bkj649k

#APITesting #SoftwareQA #DevOps #Automation #Quality

0 0 0 0
Preview
Speedscale Continuous Resiliency from Speedscale gives you the power of a virtual SRE-bot working inside your automated software release pipeline. Forecast the real-world conditions of every build, and know you’ll hit your SLO’s before you go to production.

The latest update for #Speedscale includes "Oracle JDK to OpenJDK: A Guide to Reliable Migration #Testing" and "Speedscale Named in #Gartner Market Guide for #APITesting".

#DevOps #Kubernetes #API https://opsmtrs.com/3hs7riT

1 0 0 0
Post image Post image Post image

🚀 Our maintainers were invited to present Microcks at Capgemini HQ in Paris during their “Jeudi de l’IA” session in front of 200+ @capgeminiglobal.bsky.social tech leaders & experts from across 🇫🇷 Thanks for the engaging discussions!

#APITesting #APIMocking #AI @cncf.io @linuxfoundation.org 🙌

2 1 0 0

Discover the unexpected in API testing: when advised to use POST, experiment with GET instead. If GET is recommended, explore all other options. #APITesting #Innovation

2 0 0 0
Preview
Speedscale Continuous Resiliency from Speedscale gives you the power of a virtual SRE-bot working inside your automated software release pipeline. Forecast the real-world conditions of every build, and know you’ll hit your SLO’s before you go to production.

The latest update for #Speedscale includes "Silent Failures: Why #AI Code Breaks in Production" and "#APITesting Tools Best Practices Guide".

#DevOps #Kubernetes #Testing #API https://opsmtrs.com/3hs7riT

1 0 0 0
Preview
Katalon Katalon is a leading provider in software test automation solutions and professional services. We offer teams and businesses powerful solutions for web, API, mobile, and desktop testing. Our goal is to help address the sharp demand of test automation in Continuous Integration and Continuous Delivery.

The latest update for #Katalon includes "15 Best Automated #APITesting Tools (Compared for 2026)" and "Best Automated #Mobile #Testing Tools in 2026 (Top 10 Compared)".

#testautomation https://opsmtrs.com/3vEmVpe

0 0 0 0
Preview
Alphabin Alphabin's AI-powered approach delivers 80% automated end-to-end test coverage for web & mobile apps in just weeks, not years.

The latest update for #Alphabin includes "Top 21 #APITesting Tools" and "Top 36 web #testing tools".

#TestAutomation #SoftwareTesting https://opsmtrs.com/4gBHlpE

0 0 0 0