Posts

Showing posts from January, 2013

ISTQB Dumps, Exam Paper 31: ISEB ISTQB Foundation Software Testing

Image
ISTQB Question Dumps For Software Testing -  Part 12 Question: Draw and explain the ‘V’ Model and how testing fits into the Development Lifecycle. Indicate on the model where you would design your tests. Question: Draw and explain the ‘V’ Model and how testing fits into the Development Lifecycle. Indicate on the model where you would design your tests. Answer:

ISTQB Dumps, Exam Paper 30: ISEB ISTQB Foundation Software Testing

Image
ISTQB Question Dumps For Software Testing -  Part 11        Question:   Do you consider testing tools to be valuable during the testing process – why/why not?     Answer:   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’.   

ISTQB Dumps, Exam Paper 29: ISEB ISTQB Foundation Software Testing

Image
ISTQB Question Dumps For Software Testing -  Part 10     Question   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

ISTQB Dumps, Exam Paper 28: ISEB ISTQB Foundation Software Testing

Image
ISTQB Question Dumps For Software Testing -  Part 9 Question: Describe the stages of testing and what the objectives are at each stage.   Answer: 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.

ISTQB Dumps, Exam Paper 27: ISEB ISTQB Foundation Software Testing

Image
ISTQB Question Dumps For Software Testing -  Part 8      Question:   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?   Answer:   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.  

ISTQB Dumps, Exam Paper 26: ISEB ISTQB Foundation Software Testing

Image
ISTQB Question Dumps For Software Testing -  Part 7   Questions: You have raised a fault, but Development are unable to reproduce it. What should your next step be? a) Let development sign off the bug as not reproducible. b) Sign off the bug yourself as not reproducible. c) Tell development the bug definitely exists and you will not pass it unless fixed. d) Re-test and upon confirmation provide more detailed information to Development, talking them through each stage if necessary.     Answers: The answer is (d) – it might be our environment or it could have been fixed by some other fault fix in the new version.  

ISTQB Dumps, Exam Paper 25: ISEB ISTQB Foundation Software Testing

Image
ISTQB Question Dumps For Software Testing -  Part 6       Questions:   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   Answers:   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 st

ISTQB Dumps, Exam Paper 24: ISEB ISTQB Foundation Software Testing

Image
ISTQB Question Dumps For Software Testing -  Part 5     Question:    You have been assigned to test the new Triangle Determination Application. The screen consists of three text fields and a single button. The user is expected to enter an integer value into each of the three text fields. Upon hitting the OK button the program will print a message in a separate dialog box stating whether the triangle is scalene (all sides are different lengths), isosceles (two sides are the same length), or equilateral (all three sides are the same length). Write a set of test cases (i.e. specific sets of data) that you feel would adequately test this program. Write the tests so that someone other thanyou can run them.   Answers:   Do you have a test case: 1. for a valid scalene triangle? 2. for a valid equilateral triangle? 3. for a valid isosceles triangle? 4. for each of the three permutations of two equal sides in valid isosceles triangles? 5. in which one side has a len

ISTQB Dumps, Exam Paper 23: ISEB ISTQB Foundation Software Testing

Image
ISTQB Dumps For Software Testing -  Part 4    Questions: How would you define a good test? Answers: 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. For example, a test should be able to run without dependencies. So running Test A shouldn't be hindered by Test B executions.  Also, if Test C contains a duplication of Test B it might not be necessary to Test it too.

ISTQB Dumps, Exam Paper 22: ISEB ISTQB Foundation Software Testing

Image
ISTQB Question Dumps For Software Testing -  Part 3       Questions:   Do you consider positive or negative testing to be most important or trying to break the system - and why?   Answers:   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. 

ISTQB Dumps, Exam Paper 21: ISEB ISTQB Foundation Software Testing

Image
ISTQB Question Dumps For Software Testing -  Part 2 Question: In running a test you find the actual result does not match the expected result – what would you do? Answer: 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.  

ISTQB Dumps, Exam Paper 20: ISEB ISTQB Foundation Software Testing

Image
ISTQB Question Dumps For Software Testing -  Part 1   Question :   What statement do you consider to be most important and why?   a) Testing has the primary intent of showing the system meets the users needs. b) Testing has the primary intent of finding faults   Answer   They are both correct! The purpose of testing is to find faults AND ensure it meets the users needs (fit for purpose).    

Recommended Study Resources

Image
Recommended Study Resources:   ISTQB Sample Question Papers:   http://iseb-software-testing.co.uk http://iseb-sofwaretesting.weebly.com http://iseb-softwaretesting.weebly.com http://software-testing-exam-papers.weebly.com ISTQB Study Blog: http://iseb-softwaretesting.blogspot.co.uk http://iseb-software-testing.blogspot.co.uk  ISTQB Facebook Study Group: https://www.facebook.com/ISTQBDumps ITIL Certification Question Papers: http://v3examcertification.co.uk http://itil-v3-exam-paper-dumps.weebly.com ITIL Certification Study Blog: http://itil-v3-exam-question-papers.blogspot.co.uk ITIL Certification Facebook Study Group: https://www.facebook.com/ITILV3ExamPaperDumps ITIL Certification Google+ Study Group: https://plus.google.com/communities/106471695169266811607 ITIL Certification Facebook Study Group: https://www.facebook.com/ITILV3ExamPaperDumps   CompTIA A+ Sample Question Papers: http://www.aplusdumps.co.uk/ http://aplus-sample-question-e