Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

ISTQB Interview Questions
Questions Answers Views Company eMail

If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4

1 5061

Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4

1 2211

This part of a program is given: WHILE (condition A) Do B END WHILE How many decisions should be tested in this code in order to achieve 100% decision coverage? A. 2 B. Indefinite C. 1 D. 4

1 12026

Analyze the following highly simplified procedure: Ask: "What type of ticket do you require, single or return?" IF the customer wants ‘return’ Ask: "What rate, Standard or Cheap-day?" IF the customer replies ‘Cheap-day’ Say: "That will be £11:20" ELSE Say: "That will be £19:50" ENDIF ELSE Say: "That will be £9:75" ENDIF Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given. A. 3 B. 4 C. 5 D. 6

1 6685

For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2

1 3567

Post New ISTQB Interview Questions




Un-Answered Questions

What is the meaning of php?

505


How do you compare arrays in java?

486


What are the frameworks available in rc?

565


What is pointer in c?

725


What is string [] args?

541






Why do we take receiver side idoc adapter?

1639


Does Delphi have an equivalent to the Visual Basic SendKeys function?

1559


What is the difference between scanf and fscanf?

649


You need to manipulate varbinary columns in sybase. How would you do that?

468


What are the protocols supported by wcf hosting environment? What are their advantages and disadvantages?

427


What are inquiry parameters and Power BI layouts?

5


It is the openspan rpa tool

5


what are the characteristics of Class Members in C++?

581


Mention tools useful for sap testing?

27


You are the project manager for Heart of Texas casual clothing company. They're introducing a new line of clothing called Black Sheep Ranch Wear. You will outsource the production of this clothing line to a vendor. The vendor has requested a SOW. All of the following are true except: A. The SOW contains a description of the new clothing line. B. As the purchaser, you are required to write the SOW. C. The SOW contains the objectives of the project. D. The vendor requires a SOW to determine if they can produce the clothing line given the very detailed specifications of this project.

505