Aptitude Knowledge

  Home  Basic Common  Aptitude Knowledge


“Aptitude and Knowledge based interview questions and answers.”



108 Aptitude Knowledge Questions And Answers

1⟩ In running a test you find the actual result does not match the expected result? What would you do?

The tester should first establish whether the reason is because of a test fault (i.e. they have made a mistake) or whether it is an environment fault. If neither of these are true then they should then check to see whether this fault has already been raised. If not then either raise the fault or more preferable – talk to the development group to check the fault out.

 224 views

2⟩ What would you do if you were asked to test a system which is unfamiliar to you has out-of-date or inadequate documentation?

Talk to users, developers and analysts to understand what the system is supposed to do. Document this understanding and get it reviewed and use this as a substitute for the Requirements/Design documentation. Talk with testers who have tested the system previously Read whatever is available and clarify assumptions

 185 views

3⟩ Explain what you understand by the terms Regression Testing and Re-Testing?

Regression Testing:

Running tests to ensure that the software has not regressed in anyway as a result of changes to the software and/or environment. Regression testing is running passed tests again to ensure that they still pass. Re-Testing

This is running a test again that had found a fault to check that the fault has been fixed correctly. Re-testing is running a failed test again to ensure that it now passes.

 196 views

6⟩ How would you define a good test?

A good test is one that can potentially find a fault in the system. If this test does not find a fault then it will give us a certain amount of confidence. Tests must also be efficient – we should not have tests which all do the same thing.

 200 views

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

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.

 229 views

8⟩ Describe the stages of testing and what the objectives are at each stage?

Component Testing

Lowest level of testing, detail, finding faults, performed by the developers

Component Integration

Combining components, testing interfaces, performed by developers, various types of integration (top-down, functional, bottom up and big bang). Business scenarios and non-functional aspects if possible.

System Testing (functional and non-function)

Testing the system as a whole. Testing requirements and business processes. Also testing non-functional aspects such as Performance, usability etc.

System Integration

Testing the system with other systems and networks

Acceptance Testing Testing by users/customers to gain confidence that the system is going to support the business as well as meet their requirements.

 217 views

9⟩ You have raised a fault, but Development are unable to reproduce it. What should your next step be?

You have raised a fault, but Development are unable to reproduce it. What should your next step be? (Give answer and state why)

a) Let development sign off the bug as not reproducible.br> b) Sign off the bug yourself as not reproducible.br> c) Tell development the bug definitely exists and you will not pass it unless fixed. br> d) Re-test and upon confirmation provide more detailed information to Development, talking them through each stage if necessary.

The answer is (d) – it might be our environment or it could have been fixed by some other fault fix in the new version.

 213 views

10⟩ You have two sets of tests to run on the new version of the software?

Scenario:

You have two sets of tests to run on the new version of the software.

Test Set 1: a test set to provide confidence that software has not regressed from the previous version.

Test Set 2: a detailed test set to investigate potential faults in the new release of software.

Having run test set 1 you discover a number of faults in the new version of software – what do you do?

First we should investigate the faults – is it because we had run our tests wrongly, or that we were running the tests on the wrong environment? Assuming that it is because the software has regressed – then we must establish the nature of the faults and severity of the faults. It is probably inefficient to run any further tests at this stage. We should work with development in getting a new version of the software with the faults fixed and re-tested before running test set 2.

 180 views

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

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

 193 views

12⟩ You have planned to run 600 tests on your own .... What would you do?

Scenario: You have planned to run 600 tests on your own. Each test will take approximately 10 minutes to run. Your manager has told you that you must complete these tests within one week. What would you do?

Answer:

Assuming there are 7hours per working day. This task would take you: 600x10 = 6000 minutes = 100 hours = 14.286 days

There are a number of options that could be considered:

.. Work overtime (this should not be considered as a first resort)

.. Ask for more staff to help (again this may not be the best approach, particularly if you need to spend time training and mentoring the new staff)

WE SHOULD:

.. Re-prioritise our tests and run the most important tests first

.. Assuming that not all the 600 tests would have been run within this time, risk assessment need to be made as to the consequences of not running the extra tests.

.. After this initial week and the system is implemented there is no reason why the extra tests could not be run (assuming that you are given the time)

 177 views

13⟩ List 3 test tool categories and describe what each can do?

.. Test Design Tools

.. Test Data Preparation Tools

.. Regression Testing tools

.. Debug Tools

.. Dynamic Analysis Tools

.. Coverage Measurement Tools

.. Static Analysis Tools

.. Performance Testing Tools

.. Test Management Tools

.. Network monitoring tools

.. Test Harness or Simulation tools

The importance of this question is to see if the candidate has any knowledge about tools. We do not want the names of tools but want to know if the candidate can distinguish between the types of tool.

 188 views

14⟩ Do you consider testing tools to be valuable during the testing process – why/why not?

Testing tools are very important to assist the tester in their work. Using tools can also potentially make the tester more efficient in their work – they are able to run more tests (using regression testing for example). Or they can quickly compare 3 reports (comparison tool).

The tools in themselves however do not make good testers and also should not be considered if the test process is in ‘chaos’.

 197 views

15⟩ Name 2 standards that refer to testing?

Any of the following:

BS 7925-1 (Glossary of testing terms), BS7925-2 (Component Testing), ISO9000 and ISO9001 (Quality standards), IEEE829 (Test Documentation), IEEE1028 (Reviews), IEEE1044 (Incidents)

 194 views

16⟩ How would you test these requirements?

18. How would you test these requirements:

a) The system must be user-friendly

b) The system must be easy to install

c) The following response times are to be achieved with the new system:

• Initial loading of the web application must be achieved within 3 seconds

• Updating of the information on the web page must be no more than 5 seconds

Answer:

How would you approach these requirements:

a) The system must be user-friendly

What do we mean by ‘user-friendly’? Questions to ask:

.. Friendly to whom?

.. Who are the users?

Test approaches:

.. Talk to the users

.. Document assumptions

.. Compile test scenarios for people who have not seen the system

b) The system must be easy to install

What do we mean by ‘easy? Questions to ask:

.. For whom? ..

Is there any installation documentation to follow?

 189 views

17⟩ Why do you consider testing to be necessary?

.. There are faults in the software

.. Failures in live operation can be expensive

.. Sometime a ‘legal’ or contractual requirement

.. To asses the quality of the software

.. To preserve the quality of the software

.. To help achieve quality software (by finding and removing the faults)

 173 views

18⟩ Write a set of test cases to adequately test this telephone system?

A hotel telephone system can perform 3 functions:

• Call another hotel room by entering a room number (201 to 500)

• Call an external line by entering a 9, followed by the number

• Call various hotel services

• 0 = Operator

• 7 = Room Service

• 8 = Reception

Write a set of test cases to adequately test this telephone system

Positive/Valid Tests

Input Expected Result

----------------------

0 Operator

201 Room 201 (valid boundary)

405 Room 405 (valid partition)

500 Room 500 (valid boundary)

7 Room Service

8 Reception

9 Outside line

Negative/In-valid Tests

Input Expected Result

--------------------------

1 Error

6 Error

200 Error (invalid boundary)

501 Error (invalid boundary)

550 Error (invalid partition)

Any other button Error

Destructive Tests

What if I accidentally hit multiple buttons?

What if I entered an 0800 number without first

getting an outside line (operator should answer)

 181 views

20⟩ How would you prioritise your tests (list 5)?

• ask the customer to prioritise the requirements

• ask the customer to prioritise the tests

• what is most critical to the customer’s business

• test where a failure would be most severe

• test where failures would be most visible

• test where failures are most likely

• areas changed most often

• areas with most problems in the past

• most complex areas, or technically critical

 191 views