Latest ISEB-SWTINT1 Practice Tests with Actual Questions

Get Complete pool of questions with Premium PDF and Test Engine

Exam Code : ISEB-SWTINT1
Exam Name : ISEB Intermediate Certificate in Software Testing
Vendor Name : "ISEB"







ISEB-SWTINT1 Dumps

ISEB-SWTINT1 Braindumps ISEB-SWTINT1 Real Questions ISEB-SWTINT1 Practice Test ISEB-SWTINT1 Actual Questions


ISEB


ISEB-SWTINT1


ISEB Intermediate Certificate in Software Testing


https://killexams.com/pass4sure/exam-detail/ISEB-SWTINT1




Answer: A



Question: 34

You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code.

If width > length then Biggest_dimension = wifth Else Biggest_dimenstion = length

End_if

The Following has been added to the bottom of the code fragment above. Print “biggest dimension is “ & biggest_dimension

Print “width:” & width Print “Length:” & length

How many more test cases are required?


  1. One more test case will be required for 100 % decision coverage.

  2. Two more test cases will be required for 100 % statement coverage, one of which will be used to provide 100%

    decision coverage.

  3. None, existing test cases can be used.

  4. One more test case will be required for 100% statement coverage.




Answer: C



Question: 35

Which activity in the fundamental test process creates test suites for efficient test execution?


  1. Implementation and execution.

  2. Planning and control.

  3. Analysis and design.

  4. Test closure.




Answer: A



Question: 36

Which type of test design techniques does the following statement best describe? A procedure to derive test cases based on the specification of a component.


  1. Black Box Techniques.


  2. White Box Techniques.

  3. Glass Box Techniques.

  4. Experience Based Techniques.




Answer: A



Question: 37

Some tools are geared more for developer use. For the 5 tools listed, which statement BEST details those for developers.



  1. i, iii. and iv. are more for developers.

  2. ii. and iv. are more for developers.

  3. ii, iii. and iv. are more for developers.

  4. ii. and iii. are more for developers.




Answer: B



Question: 38

A thermometer measures temperature in whole degrees only. If the temperature falls below 18 degrees, the heating is switched off. It is switched on again when the temperature reaches 21 degrees. What are the best values in degrees to cover all equivalence partitions?


A. 15, 19 and 25.

B. 17, 18, and 19.

C. 18, 20 and 22.

D. 16, 26, and 32.




Answer: A



Question: 39

What is beta testing?


  1. Testing performed by potential customers at the developers location

  2. Testing performed by potential customers at their own locations.

  3. Testing performed by product developers at the customer’s location.

  4. Testing performed by product developers at their own locations.




Answer: B



Question: 40

What determines the level of risk?


  1. The cost of dealing with an adverse event if it occurs.

  2. The probability that an adverse event will occur.

  3. The amount of testing planned before release of a system.

  4. The likelihood of an adverse event and the impact of the event.




Answer: D



Question: 41

Given the following state transition diagram



Which of the following series of state transitions contains an INVALID transition which may indicate a fault in the system design?


  1. Login Browse Basket Checkout Basket Checkout Pay Logout.

  2. Login Browse Basket Checkout Pay Logout.

  3. Login Browse Basket Checkout Basket Logout.

  4. Login Browse Basket Browse Basket Checkout Pay Logout.




Answer: C



Question: 42


Which of the following is a MAJOR task of test implementation and execution?


  1. Measuring and analysing results.

  2. Reporting discrepancies as incidents.

  3. Identifying test conditions or test requirements.

  4. Assessing if more tests are needed.




Answer: B



Question: 43

Which of the following is MOST characteristic of specification based (black-box) techniques?


  1. Test cases can be easily automated.

  2. Test cases are independent of each other.

  3. Test cases are derived systematically from models of the system .

  4. Test cases are derived systematically from the delivered code.




Answer: C