Aptitude Knowledge Question:
Download Questions PDF

In testing the above application you identify what you believe to be a fault?

Answers:

Answer #1
In testing the above application you identify what you believe to be a fault – instead of printing the message concerning the type of triangle in a separate dialog box the application is printing the message in the space between the 3 text fields and the OK button. What should your next step be (answer and state why)?

a) Continue testing to the end of the script, and then report the bug.
b) Stop testing, report the bug immediately, then continue alternative scripts
c) Stop testing, report the bug and await a fix.
d) Continue testing and report the bug later, along with those found in other scripts

Answer #2
This is not a serious problem. The message is being printed. The best solution would be (a) or (d) – it is essential that faults be raised as soon as possible so that Development can fix them. However this is dependent on the severity and priority of the fault. This fault is not stopping any further testing on this script – it might be that other similar problems occur with other messages and this extra information might assist development with further investigation

Download Aptitude Knowledge Interview Questions And Answers PDF

Previous QuestionNext Question
How would you define a good test? You have raised a fault, but Development are unable to reproduce it. What should your next step be?