Software Testing Services - IT Testing Services | V2Soft (www.v2Soft.com)

Greetings from V2Soft, your dependable partner for AI-powered testing solutions! Being a top software testing company, we focus on providing IT testing [services] that go above and beyond the typical. Our thorough system testing services demonstrate our dedication to quality, guaranteeing that your software applications adhere...

leanpub, to Java
@leanpub@mastodon.social avatar

Testing Spring Boot Applications Demystified by Philip Riecks is free with a Leanpub Reader membership! Or you can buy it for $9.00! http://leanpub.com/testing-spring-boot-applications-demystified #Java #Testing #AutomatedSoftwareTesting

hywan, to rust
@hywan@fosstodon.org avatar

libfuzzer has found a bug in my algorithm. Youhou. Fuzzing For The Win \o/.

linuxmagazine, to GNOME
@linuxmagazine@fosstodon.org avatar
WebAxe, to accessibility
@WebAxe@a11y.info avatar

Is Swiping a Path-Based Gesture?
By James Edwards.
https://www.tpgi.com/is-swiping-a-path-based-gesture/
#a11y #wcag #testing

leanpub, to Java
@leanpub@mastodon.social avatar

Testing Spring Boot Applications Demystified by Philip Riecks is free with a Leanpub Reader membership! Or you can buy it for $9.00! http://leanpub.com/testing-spring-boot-applications-demystified #Java #Testing #AutomatedSoftwareTesting

adamchainz, to python
@adamchainz@fosstodon.org avatar

✍️ New post with a testing tip for mocking inner imports.

https://adamj.eu/tech/2024/05/17/python-mock-inner-import/

adamchainz, to python
@adamchainz@fosstodon.org avatar

A pattern I’ve recently enjoyed using:

  1. Change some function in a way that needs fixes to call sites.
  2. Run the whole test suite with pytest.
  3. Copy the list of failing test IDs from pytest’s summary into a scratch file.
  4. Fix up the found callers.
  5. Verify everything fixed by saving the list of tests with: pytest $(cat scratch/testids.txt)

leanpub, to Java
@leanpub@mastodon.social avatar

Testing Spring Boot Applications Demystified by Philip Riecks is free with a Leanpub Reader membership! Or you can buy it for $9.00! http://leanpub.com/testing-spring-boot-applications-demystified #Java #Testing #AutomatedSoftwareTesting

leanpub, to Java
@leanpub@mastodon.social avatar

Testing Spring Boot Applications Demystified by Philip Riecks is free with a Leanpub Reader membership! Or you can buy it for $9.00! http://leanpub.com/testing-spring-boot-applications-demystified #Java #Testing #AutomatedSoftwareTesting

zwovierzwo, to debian

Mal eine Frage in die Gemeinschaft.
Vor längerer Zeit hatte ich Mal eine Anleitung wie man in ein stable einbaut das manche (nicht alles) Pakete aus dem oder installiert werden. Mit allen Risiken ich weiß.

Leider finde ich die nicht mehr.
Hat hier jemand einen Tipp 🤔

Danke schon mal

starrwulfe, to fediverse

ActivityPub for WordPress was updated today adding Bidirectional Comment Federation.

Means I can type in the comments to replies and they should federate back over to the original thread. Before, WordPress really couldn’t act as a discussion federator; I made it easy on myself by just federating my comment URLs via webmention to wherever they needed to go manually (copy comment, paste into other website text box, submit.) Or at the very best, use my Mastodon or MicroBlog account to respond. Hopefully this makes replying back to others easier now; although I still don’t know about Webmention support or how it works in syndication…

I guess let’s find out? 🙈

https://starrwulfe.xyz/b/1Uaq

bmispelon, to django
@bmispelon@mastodon.social avatar
LateNightLinux, to linux
@LateNightLinux@mastodon.cloud avatar

Andy is a huge proponent of test-driven development and explains why – including types of code testing including unit tests and integration tests, when you actually need to run tests, how long they should take, and more.

https://www.linuxdevtime.com/linux-dev-time-episode-97/

#linux #podcast #opensource #development #testing

predrag, to rust
@predrag@hachyderm.io avatar

cargo-semver-checks now adds the latest Rust to its CI test matrix automatically 🤩

I love automating repetitive maintenance work, and Rust 1.78 is a great real-world test case to make sure this new automation works properly. It did!
https://github.com/obi1kenobi/cargo-semver-checks/pull/773

mikecmar, to Birds

Fly away.
Testing a new lens.

henrikjernevad, to programming
@henrikjernevad@mastodon.social avatar

Why should you unit test? What should you unit test? And how much?

Today's blog post answers these questions and provides some helpful guidelines.

The post is actually a lightly edited extract of a book on unit testing that I started about 10 years ago but never finished. Still, it has aged reasonably well.

https://henko.net/blog/why-write-unit-tests/

aeveltstra, to math
@aeveltstra@mastodon.social avatar

The other day my kid asks me to present math problems about area. Early middle school: simple multiplications and divisions. He got taught a formula for areas of trapezoids: A = 1/2h * (b1 + b2).

I decided to show him how to his solution, by giving him a different approach: A = a + 2b, where a = area of the square, and b = area of each triangle on the sides of that square.

He threw a fit and refused to accept my approach, because it wasn’t the same as he had learned.

smh

aeveltstra,
@aeveltstra@mastodon.social avatar

There’s 2 morals to this story:

  1. Educators should avoid making belief that the approach they teach is the only possible one.
  2. You cannot verify your approach by repeating it. That only tests whether it leads to the same outcome, but doesn’t verify. Instead, you need to find a different way to get to the same conclusion, and then compare.

mzikmund, to VisualStudio

🌐 Ever wished you could share your localhost web app with the world? With Dev Tunnels, now you can! Check out my latest video to see how:

https://youtu.be/6IrPc3zU1ho

leanpub, to Software
@leanpub@mastodon.social avatar

A Practical Guide to Testing in DevOps by Katrina Clokie is free with a Leanpub Reader membership! Or you can buy it for $7.99! http://leanpub.com/testingindevops #Agile #Software #Devops #Testing

mglaman, to drupal
@mglaman@phpc.social avatar
henrikjernevad, to programming
@henrikjernevad@mastodon.social avatar

I think that testable code is reusable code. When you test a function, you run the code in another context than it was built for (the production code). If your code is not reusable you will feel that pain in your tests.

This blog post gives an example of how getting side effects out of functions make them both easier to test and reuse.

https://henko.net/blog/testable-code-is-reusable-code/

WebAxe, to accessibility
@WebAxe@a11y.info avatar
doctormo, to linux
@doctormo@floss.social avatar

Attention testers. While we wait for an actual alpha release, you can use the downloads which I've just fixed the links for here: https://inkscape.org/release/inkscape-1.4.x/

I recommend using the AppImage if you're on and the dmg/7z files should be fairly straightforward for other operating systems.

Oh, and thanks, user is still the main way Inkscape finds bugs before releases while we work on building our test suites. ❤️

marcoow, to rust

last chance to sign up for our workshop next week!
https://fosstodon.org/@mainmatter/112257366254844416

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • InstantRegret
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • tacticalgear
  • ethstaker
  • provamag3
  • cisconetworking
  • tester
  • GTA5RPClips
  • cubers
  • everett
  • modclub
  • megavids
  • normalnudes
  • Leos
  • lostlight
  • All magazines