this post was submitted on 18 Aug 2023
196 points (95.8% liked)

Asklemmy

43371 readers
1958 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

What is the best skill you possess that makes you stand above the average person?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Tutunkommon@beehaw.org 2 points 1 year ago (1 children)

Automating the tests, or testing automation software? Your description sounds like the latter.

I primarily write automation software, so would be interested in what you use for testing.

[โ€“] sknowmads@dormi.zone 1 points 1 year ago

Automating functional tests for products and their subassemblies while on the manufacturing line.

We do write tests for our software too though. The projects are written in golang, unittests sprinkled in with go's builtin test framework. Integration tests use our in house product simulations that were originally designed for firmware validation.