vote up 3 vote down star
5

I have to interview automation testers, with experience in commercial tools like QTP, Rational Functional tester, open source tools like Watir etc. What interview strategy should I have?

flag

80% accept rate
Consult Jack Bauer on that, he'll teach you the appropriate interrogating techniques. – John Leidegren Feb 18 at 11:54
Should make wiki. – George Stocker Feb 18 at 14:23
How to automate the interview of an automation tester? – DrJokepu Feb 18 at 14:39
1  
First, you need to get clear on your requirements. Automation tester is the person who uses automated testing scripts by executing them, and does test results analysis, data maintenance, environment setup, etc. Programming skills are not generally required. Automation developer is the one who c r e a t e s automated testing scripts. Strong programming, problem-solving, a n d test design skills are mandatory. My version of skill matrices: automationbeyond.wordpress.com/2009/05/… Thanks. – Albert Gareev Aug 28 at 14:00

5 Answers

vote up 5 vote down check

Very good questions to start with are. (Please replace QTP with the software of your choice)

  1. What can I test with QTP, and what can't I test?
  2. When should I use QTP, and when should I not use QTP?
  3. At what stage of the project should I use QTP?
  4. What sort of problems can you encounter when using an automated testing tool?

They need to understand the limitations of the software they use. QTP is very good for regression testing, with a stable platform (GUI). If you're continually having to fix the tests because something fundamental has changed, it may not be worth implementing the tests.

As for their experience, concentrate on what they have done. I've interviewed testers for 'Expert' positions, who haven't actually used the software in question, but their CV implies that they have.

Their approach to automation is very important, just like it is with coding. A reuseable, understandable test suite is a lot more useful than a obscure, badly coded one.

  1. QTP is usually used for functional testing, for testing user interfaces, not for stress testing, unit testing, performance testing.
  2. You should only use QTP when the GUI is stable enough to support testing. If the application is not stable, then the rework for the tests outweighs the benefit to the team. Another example would be multiple platforms, if the GUI was similar enough that the scripts could be re-used.
  3. QTP is usually used for regression testing, or testing on a number of platforms. This usually means closer to the end of the project.
  4. Timing problems (QTP is quicker than a human, it may not wait for a combobox to be updated, whereas a human does), problems with data, a human tester can cope with slight differences in data, fragility of the process, you can't work around a problem like a human tester can.

The above are guidelines, I'm sure you can develop te conversation from there :-)

link|flag
That's weird. No hard questions. Only basic soft questions that have 100's of answer patterns on the web. "Timing problems... problems with data... you can't work around a problem..." Surprise, surprise. Google about custom synchronization and data models. – Albert Gareev Aug 28 at 14:06
vote up 1 vote down

I feel you also need to ask about

  1. the methodology he used while
    testing, like Data driven, keyword driven
  2. Whether there was a framework ;if yes, the features of the tool that were sacrificed inorder to be compliant to the framework standards.
  3. Advantages of using a framework
  4. Automation test strategy.
link|flag
vote up 0 vote down

I found a list of 100 QTP questions here.

link|flag
vote up 2 vote down

Ask them what benefits they provide, what things aren't the tools good at. If they are familiar with more than one then what are the differences, similarities, which one they prefer and why.

Ask them what they did using the tools. Keep asking specific questions about the work they did.

link|flag
vote up 1 vote down

You might consider a "hands on interview", i.e. set up a computer with the tools you are looking into and let the applicant perform some tests that you specify.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.