Aptitude Knowledge Question:
Download Questions PDF

Do you consider positive or negative testing to be most important or trying to break the system - and why?

Aptitude Knowledge Interview Question
Aptitude Knowledge Interview Question

Answer:

They are as important as each other. However testers need to have a different mindset to developers and therefore should actively look for potential faults. If we only concentrate on positive tests (show that the system does what it should do) then we will potentially experience problems when the system goes live. If we only concentrate on negative tests (showing the system doesn’t do what it shouldn’t) then again we could potentially miss significant faults. However if we look primarily at breaking the system then we may find lots of faults (the what if scenarios) but we may not establish if the system is going to meet the users needs and requirements. A balance is needed with all three approaches.

Download Aptitude Knowledge Interview Questions And Answers PDF

Previous QuestionNext Question
In running a test you find the actual result does not match the expected result? What would you do? How would you define a good test?