Home New Trending Search
About Privacy Terms
#
#testCoverage
Posts tagged #testCoverage on Bluesky
Call The HTTP Police!
Call The HTTP Police! YouTube video by TestinGil - Gil Zilberfeld

The internet is like the wild-west, and some times we need some law and order. In the land of APIs there are things that are just not done. Then you call in the HTTP police.
Which we discuss in this video.
youtu.be/5jyBXPnnWek
#Testing #API #REST #Automation #TestAutomation #TestCoverage

1 0 0 0
But does it work?
But does it work? YouTube video by TestinGil - Gil Zilberfeld

Testing is (also) about confirming expectations. We call an API, for example. It needs to do something. But does it really?
There's a video for that.
youtu.be/Tne-q5_fXEE
#Testing #API #REST #TestAutomation #TestCoverage

0 0 0 0
The API Series - Testing Fun With Input Data
The API Series - Testing Fun With Input Data YouTube video by TestinGil - Gil Zilberfeld

REST APIs are based on HTTP and HTTP is based on text. You can play with what you send to see if the system can handle it. Here are a couple of examples.
youtu.be/-_dCrwnUUxk
#Testing #API #REST #Automation #TestCoverage

0 1 0 0
Post image Post image

🚀 Now showing test coverage directly in class diagrams.

No more guessing what's tested — it's all visual, right where you design.

#DevTools #DX #TestCoverage #CodeDesign

1 0 0 0
Postman In An Hour (or so) - Webinar recording
Postman In An Hour (or so) - Webinar recording YouTube video by TestinGil - Gil Zilberfeld

I learned a valuable lesson with the "Postman in an hour" webinar - Introduction to Postman, the light and dark sides.
Here's the recording.
youtu.be/VQtQ_dvXMg0
#Testing #API #REST #Automation #TestCoverage

0 0 0 0

Testing 101: 🎯 What is Test Coverage? A metric measuring how much of your code is executed by tests. High coverage doesn't mean high quality, but helps. #TestCoverage #CodeQuality 📊 #testing101

0 0 0 0
Rails Monolith Management: End Burnout, Boost Velocity with Smart Testing

Rails Monolith Management: End Burnout, Boost Velocity with Smart Testing

Engineering Manager, battling slow velocity, endless regressions, or developer burnout from constantly reacting to unplanned, urgent issues in your #Rails monolith? See how smart testing transforms releases.

reinteractive.com/articles/rai...

#SoftwareDevelopment #TestCoverage #DevOps

0 0 0 0
Post image

Big milestone: the Hunter backend just hit 100% test coverage!
Every route, service, and edge case fully covered.

More stability, less guesswork.
Live: hunter.cv

#HunterPlatform #Backend #TestCoverage #BuildInPublic #DevLog

4 0 0 0
Risk-Based Testing
Risk-Based Testing YouTube video by TestinGil - Gil Zilberfeld

If we had all the time in the world, we could test everything. Since we don't, we need to choose what to focus on.
That's where risk-based testing comes in.
youtu.be/NI6N-OrPerg
#testing #automation #testautomation #testcoverage #coverage #edgecases

0 0 0 0
Edge Cases & Negative Cases
Edge Cases & Negative Cases YouTube video by TestinGil - Gil Zilberfeld

We use the terms "edge" and "positive / negative" cases every day. They direct us to where to put our attention and time.
But is that the right direction?
Watch the video.
youtu.be/SOOph-l4Kec
#testing #automation #testautomation #testcoverage #coverage #edgecases

1 0 1 0

What's your number one rule to keep code maintainable?

#lessonslearned #codemaintainability #cleancode #avivasolutions #abstractions #testcoverage #codedocumentation

0 0 0 0
Post image

Almost there with my 2024 resolutions! 99% #testCoverage of #ShareYourCloning

github.com/manulera/Sha...

3 0 0 0
Test Coverage
Test Coverage YouTube video by TestinGil - Gil Zilberfeld

When we say "coverage", what do we mean? When does a coverage become good, or good enough?
We need to understand it better. Luckily I made this video on it.
youtu.be/4b7d4VbV328
#testing #automation #testautomation #testcoverage #coverage

1 1 0 0
Key Elements of a Testing Strategy - Software Testing Community Question No. 3
Key Elements of a Testing Strategy - Software Testing Community Question No. 3 YouTube video by Software Testing by Daniel Knott

The 3rd Community Question is here! 🎉 Hanan Ur Rehman asks about key elements of a software testing strategy and how to establish it for better coverage. 🚀 Check out my latest video for insights!

🔗 Watch here: youtu.be/p0wRtDKhqlU

#SoftwareTesting #TestingStrategy #QA #TestCoverage #DevCommunity

0 0 0 0
The API Series - API Test Coverage
The API Series - API Test Coverage YouTube video by TestinGil - Gil Zilberfeld

This video is about coverage in API testing, and what it means. And what it doesn't.
Oh yeah, it's got some bears.
youtu.be/d2rOWz_MGZI
#Testing #API #APIs #APITesting #REST #Automation #TestAutomation #TestCoverage

1 1 0 0
Preview
Comparing Code Coverage Techniques: Line, Property-Based, and Mutation Testing What is Test Coverage? Test coverage is a metric used in software testing to measure the testing performed on a piece of software. It indicates how thoroughly a software program has been tested by …

#Testcoverage in #Java , Compare #propertybased, #linecoverage and #mutation test coverage.. svenruppert.com/2024/05/31/c...

0 1 0 0
Screenshot of Codecov display the coverage report breakdown

Screenshot of Codecov display the coverage report breakdown

Screenshot of github displaying the coverage status badge

Screenshot of github displaying the coverage status badge

Victory 🙌

I got #Codecov working with my #Prolog project 😎 It means, now I have #TestCoverage reports as part of the #CICD pipeline!

Next up is documenting the process for the interested folks. Stay tuned 📻

#CircleCI #DevOps

0 0 0 0
Call The HTTP Police!
Call The HTTP Police! Let's say I have a POST API that creates a record. But I decide on succesful creation, to return 200 (OK), instead of the customary 201 (Created) status code...

The internet is like the wild-west, and some times we need some law and order. In the land of APIs there are things that are just not done. Then you call in the HTTP police.
Which we discuss here.
youtu.be/5jyBXPnnWek
#Testing #API #APIs #APITesting #REST #Automation #TestAutomation #TestCoverage

1 0 0 0
But does it work?
But does it work? How can I tell if my API is working? Is it enough to just check the status?Nope. There are a few more hints we'll look at, to raise our confidenceCheck it ou...

Testing is (also) about confirming expectations. We call an API, for example. It needs to do something. But does it really?
There's a video for that.
youtu.be/Tne-q5_fXEE
#Testing #API #APIs #APITesting #REST #Automation #TestAutomation #TestCoverage

1 0 0 1
Post image

In the 2nd part of my "Does It Really Work" series, it's the mystery of the disappearing record. We've added the record, got a 201 back. Still, no one has seen it.
Read it now:
www.everydayunittesting.com/2023/10/does...
#Testing #API #APIs #APITesting #REST #Automation #TestAutomation #TestCoverage

0 0 0 0
Post image

In API testing, we look for evidence. But not about the expected behavior of the API. Users don't use APIs. They use features (that may call APIs).
I can explain:
www.everydayunittesting.com/2023/10/does...
#Testing #API #APIs #APITesting #REST #Automation #TestAutomation #TestCoverage

1 0 0 0
Post image

REST APIs are based on HTTP and HTTP is based on text. You can play with what you send to see if the system can handle it. Here are a couple of examples.
youtu.be/-_dCrwnUUxk
#Testing #API #APIs #APITesting #REST #Automation #TestAutomation #TestCoverage

0 0 0 0
Post image

I learned a valuable lesson with the "Postman in an hour" webinar - Introduction to Postman, the light and dark sides.
If you missed the live session (and I did) or not - Here's the recording.
youtu.be/VQtQ_dvXMg0
#Testing #API #APIs #APITesting #REST #Automation #TestAutomation #TestCoverage

0 0 0 0
Post image

This video is about coverage in API testing, and what it means. And what it doesn't.
Oh yeah, it got some bears.
youtu.be/d2rOWz_MGZI
#Testing #API #APIs #APITesting #REST #Automation #TestAutomation #TestCoverage

0 0 0 0