What does Software Engineer in Test do? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T13:31:07Z http://stackoverflow.com/feeds/question/623419 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/623419/what-does-software-engineer-in-test-do 2 What does Software Engineer in Test do? Nazgob 2009-03-08T11:17:19Z 2009-05-06T23:30:16Z <p>Some good software companies like Microsoft or Google look for Software Engineers in testing positions. They expect excellent coding skills in C++ / Java (pick one) + some scripting languages and CS degree. Is this a position for software developer or just re-branded QA ? I'm a software developer and I like refactoring, mocking and unit-testing -> can this be something for me? Of course I'll ask them as soon as I apply but I was just wondering what kind of stuff QA Software Engineer do on a daily basis.</p> http://stackoverflow.com/questions/623419/what-does-software-engineer-in-test-do/623462#623462 0 Answer by Andy Hume for What does Software Engineer in Test do? Andy Hume 2009-03-08T11:54:37Z 2009-03-08T11:54:37Z <p>Software Engineers in Test that I have worked with are highly qualified individuals often with quite a broad background, including development/programming, automation, build and deployment, unit-testing, and some systems admin.</p> <p>I think this varies depending on where the role is, but it shouldn't be considered as re-branded QA, but a development position for a get-things-done person with good problem solving and communication skills. It can be a very fulfilling role. </p> http://stackoverflow.com/questions/623419/what-does-software-engineer-in-test-do/623563#623563 4 Answer by JaredPar for What does Software Engineer in Test do? JaredPar 2009-03-08T13:21:22Z 2009-03-08T13:21:22Z <p>This type of position is very dependent on the company and the group. </p> <p>At my job an SDET does as much coding as I do. They difference is what the work on. They tend to do a lot of work on internal tools, test cases and writing/maintaining internal test infrastructure applications. It's certainly not a "play with it till it breaks job" (although they do a bit of that). They do very structured methodical testing of our product. </p> http://stackoverflow.com/questions/623419/what-does-software-engineer-in-test-do/623752#623752 0 Answer by unknown (yahoo) for What does Software Engineer in Test do? unknown (yahoo) 2009-03-08T15:50:15Z 2009-03-08T15:50:15Z <p>At Microsoft, Software Development Engineer in Test, i.e. SDETs are definitely not re-branded QA. They mostly do black-box and integration testing, not unit-testing. SDEs are responsible for their own unit-testing. Depending on the product, they also work on file-fuzzing, Localization testing, Application Compatibility testing, Accessibility, etc.</p> <p>SDETs are in no way considered inferior to SDEs. They play a big part in driving quality in a product, and write as much or more code than SDEs. (I am not an SDET).</p> http://stackoverflow.com/questions/623419/what-does-software-engineer-in-test-do/623766#623766 4 Answer by David Pokluda for What does Software Engineer in Test do? David Pokluda 2009-03-08T15:59:30Z 2009-03-08T15:59:30Z <p>I suggest microsoftjobsblog.com as a good resource of information. Regarding SDET:</p> <blockquote> <p>The SDET position is one of the three core engineering positions at Microsoft, along with program manager and software development engineer. All three positions leverage strong computer science engineering skills, with SDETs leveraging their technical and analytical skills as the primary drivers of quality—no small task! Good SDET candidates help shape our products by:</p> </blockquote> <ul> <li>Participating in design and code inspections.</li> <li>Writing infrastructure tools and code to exercise our products.</li> <li>Understanding in exquisite detail how customers will use the product. </li> </ul> <p>In particular:</p> <ul> <li><a href="http://microsoftjobsblog.com/test/" rel="nofollow">Software Development Engineer in Test (SDET) inteviews at Microsoft</a></li> <li><a href="http://microsoftjobsblog.com/blog/what-does-an-sdet-hiring-manager-look-for-in-a-resume/" rel="nofollow">What does an SDET hiring manager look for in a resume?</a></li> <li><a href="http://microsoftjobsblog.com/jobsblogfaq/" rel="nofollow">FAQ</a></li> </ul> http://stackoverflow.com/questions/623419/what-does-software-engineer-in-test-do/719258#719258 1 Answer by Alan for What does Software Engineer in Test do? Alan 2009-04-05T16:32:33Z 2009-04-05T16:32:33Z <p>For the long answer on the role of the SDET at Microsoft, How We Test Software at Microsoft (www.hwtsam.com) is a good introduction (disclaimer: I'm the author).</p>