• rockSlayer@lemmy.world
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    6 个月前

    That’s what QA engineering is for. They are integrated into the dev team and they pull double duty with QA and code review.

    • jol@discuss.tchncs.de
      link
      fedilink
      arrow-up
      12
      ·
      6 个月前

      In my company QA is dedicated to manual and automated tests. I haven’t met many QA engineers who could effectively review any of my code.

          • rockSlayer@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            6 个月前

            A title is just something a company calls a particular job. A role is what that job actually is. So a lot of jobs might be called “QA engineer”, but not fitting the intended role

            • jol@discuss.tchncs.de
              link
              fedilink
              arrow-up
              2
              ·
              6 个月前

              Gotcha. I mean, all software engineers should do some QA engineering, but we have QA engineers who are the experts and “QA coaches”.

      • Marketsupreme@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        6 个月前

        As a qa engineer this makes me feel better about myself. Because I’m included on reviews but never know what I’m looking at.

        • jol@discuss.tchncs.de
          link
          fedilink
          arrow-up
          2
          ·
          6 个月前

          I’ve worked in places where QA we people with no coding knowledge who just clicked around looking for bugs, as well as places where QA never did that, only automated tests. And then there are places that believe hiring QA is useless, because “everyone should do QA”.

          • Marketsupreme@lemm.ee
            link
            fedilink
            arrow-up
            1
            ·
            6 个月前

            This is my first big career job and in my limited experience I think I support the idea of a second pair of eyes, with a hybrid on automated testing. It seems more comprehensive and thorough than having a single person work on a task (minus code reviews).