The following condition is given:
Integer x, y; IFx>0ANDx< 100
y = y + x; END-IF
Using boundary analysis for x. which test cases are required?
A booking system for a city bus service prices its fares according to the time of travel:
• Peak-time tariff starts at 0600 and finishes at 1000 am
• Off-peak tariff applies during all other times of service
• The bus service does not operate between 2300 and the start of the next day’s peak service
Note that all times mentioned are inclusive.
When applying the equivalence partitioning test design technique, which of the following options, shows test case inputs that each fall into a different equivalence partition?
Which of the following are correct tasks during "Test analysis and design"?
I. Designing and prioritizing test cases
II Identifying any required infrastructure and tools
III. Reviewing the test basis
IV Creating test data and preparing test harnesses
V. Writing automated test scripts
Which of the following defects-can NOT be found by static analysis tools?
Which of the following BEST distinguishes the terms "validation" and "verification"?
What is a "test harness"?
Which of the following factors is LEAST likely to be used as a basis for estimating testing effort?
Which of the following is NOT a test control activity?
Which of the following are part of ISTQB code of ethics?
I. Certified software testers shall advance the integrity and reputation of the profession consistent with the public interest
II. Certified software tester shall always sign a NDA (Non Disclosure Agreement) in presence of customer data
III. Certified software testers shall maintain integrity and independence in their professional judgment
IV Certified software testers shall act in a manner that is in the best interests of their client and employer, consistent with the public interest
Integration testing has following characteristics.
I. It can be done in incremental manner
II. It is always done after system testing
III. It includes functional tests
IV It includes non-functional tests