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

      • sknowmads@dormi.zone
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Golang for the software, test hardware can be pretty broad. For sense and measurement we use national instruments hardware.

    • Tutunkommon@beehaw.org
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      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
        link
        fedilink
        arrow-up
        1
        ·
        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.