• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Questions about Software QA Engineers

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do all software qa engineers write code? When some software qa engineers write code to test developers' code, is their code just as complicated as the code that developers write?
 
author & internet detective
Posts: 41967
911
Eclipse IDE VI Editor Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Alissa Horner wrote:Do all software qa engineers write code?


It depends on the company. In a good QA shop, the QA testers write code (test scripts) to test the code. I wouldn't say "all" though. I'm sure there are places where only manual testing exists.

Alissa Horner wrote:When some software qa engineers write code to test developers' code, is their code just as complicated as the code that developers write?


When I write test code, it is usually simpler than the code under test. But not always. For example, I use reflection at times in my test code. (to test conventions or code that someone wrote that I don't control.) QA folks typically test through an interface or UI layer though.
 
Alissa Horner
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeanne Boyarsky wrote:

Alissa Horner wrote:Do all software qa engineers write code?


It depends on the company. In a good QA shop, the QA testers write code (test scripts) to test the code. I wouldn't say "all" though. I'm sure there are places where only manual testing exists.

Alissa Horner wrote:When some software qa engineers write code to test developers' code, is their code just as complicated as the code that developers write?


When I write test code, it is usually simpler than the code under test. But not always. For example, I use reflection at times in my test code. (to test conventions or code that someone wrote that I don't control.) QA folks typically test through an interface or UI layer though.



Thanks for the feedback.
 
Too many men are afraid of being fools - Henry Ford. Foolish tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic