Posts

Showing posts from September, 2012

What is Static Testing?

Image
What is Static Testing? 1.     Analysis of the program without testing is called a.    Static Testing b.    Dynamic Testing c.    White Box Testing d.    None of these   2.     Review is a form of a.     A Quality Control activity b.     A Quality Assurance activity c.     Both a) and b) d.     None   3.     The 3 types of review techniques are a.     Formal, Informal, Structured walkthrough b.     Informal, Code walkthrough, Inspection c.     Formal, Inspection, Structured walkthrough d.     Offline, Structured Walkthrough, Inspection 4.     A review meeting is not held in the case of a a.     Inspection b.     Offline review c.     Inspection and Structured walkthrough d.     Structured walkthrough   5.     Which of the following is incorrect? a.     Inspection helps in identifying maximum number of defects b.     Inspection can not be applied to all artefacts of SDLC phases c.     Structured walkthrough is generally used for code

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

Image
ISTQB Dumps, Exam Paper 19: ISEB ISTQB Foundation Software Testing Question: Explain what you understand by the terms, Regression Testing and Re-Testing. Answer: 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.

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

Image
ISTQB Dumps, Exam Paper 18, ISEB ISTQB Foundation Software Testing 1.       Given the following code, which is true: Read P Read Q IF P+Q > 100 THEN   Print "Large" ELSE   IF P+Q > 50 THEN      Print "Medium"   ELSE      Print "Small"   ENDIF ENDIF a)       1 test for statement coverage, 3 for branch coverage b)       2 tests for statement coverage, 2 for branch coverage c)       2 tests for statement coverage, 3 for branch coverage d)      3 tests for statement coverage, 3 for branch coverage e)       3 tests for statement coverage, 2 for branch coverage 2.       Given the following: Switch PC on Start “outlook” IF outlook appears THEN   Send an email   Close outlook     a)       1 test for statement coverage, 1 for branch coverage b)       1 tests for statement coverage, 2 for branch coverage c)       1 tests for statement coverage, 3 for branch coverage

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

Image
ISTQB Dumps, Exam Paper 17: ISEB ISTQB Foundation Software Testing Question: You have run all your tests and they all pass. Is this good news or bad news? Answer: It depends on how good your tests were and what they were testing. To have justified confidence in the software we must have confidence in our tests, data and environment.

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

Image
ISTQB Dumps, Exam Paper 16: ISEB ISTQB Foundation Software Testing Question: What would you do if you were asked to test a system which is unfamiliar to you has out-of-date or inadequate documentation? Answer: 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.

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

Image
ISTQB Dumps, Exam Paper 14, ISEB ISTQB Foundation Software Testing 1.    When the software contains an incorrect statement this is called: a)       an error b)       a fault c)       a failure d)      branch coverage e)       statement coverage 2.    Which of the following reviews would normally not have management involvement: a)       Walkthroughs b)       Informal reviews c)       Inspections d)      Technical (peer) reviews e)       None of the above 3.    Acceptance testing should be the responsibility of a) a test team of software developers b)       end-users c) the project manager d)      the quality manager e) the support group or support staff 4.    Consider the following techniques. Are they white box or black box techniques? 1.       branch condition combination testing 2.       cause effect graphing 3.       LCSAJ testing 4.       data flow testing 5.       random testing 6.       modified co

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

Image
ISTQB Dumps, Exam Paper 15, ISEB ISTQB Foundation Software Testing 1.    The place to start if you want a (new) testing tool is: a)       attend a tool exhibition b)       invite a vendor to give a demonstration c)       analyse your needs and requirements d)      find out what your budget would be for the tool e)       search the internet 2.    When a new testing tool is purchased, it should be used first by: a)       a small team to establish the best way to use the tool b)       everyone who may eventually have some use for the tool c)       the independent testing team d)      the managers to see what projects it should be used in e)       the vendor contractor to write the initial scripts 3.    Test Managers should not a)       report on deviations from the project plan b)       sign the system off for release c)       re-allocate resource to meet original plans d)      raise incidents on faults that they have found e)