Class testing
Practice ISTQB Foundation Level Q&A – Class testing
Practice ISTQB Foundation Level Q&A – Class testing
Practice ISTQB Foundation Level Q&A – Critical in Web Testing
Practice ISTQB Foundation Level Q&A – Test coverage analysis is the process of
Practice ISTQB Foundation Level Q&A – Load Testing Tools
Practice ISTQB Foundation Level Q&A – When software reliability measures are used
to determine when to stop testing, the best types of test cases to use
are those that
Practice ISTQB Foundation Level Q&A – In a system designed to work out the tax to be paid:
An employee has £4000 of salary tax free. The next £1500 is taxed at 10%.
The next £28000 after that is taxed at 22%.
Any further amount is taxed at 40%.To the nearest whole pound, which of these is a valid Boundary Value Analysis test case?
Practice ISTQB Foundation Level Q&A – Which of the following defines the sequence in which tests should be executed?
Practice ISTQB Foundation Level Q&A – During which fundamental test process activity do we determine if MORE tests are needed?
Practice ISTQB Foundation Level Q&A – What is the difference between a project risk and a product risk?
Practice ISTQB Foundation Level Q&A – Consider the following statements:
(i) 100% statement coverage guarantees 100% branch coverage.
(ii) 100% branch coverage guarantees 100% statement coverage.
(iii) 100% branch coverage guarantees 100% decision coverage.
(iv) 100% decision coverage guarantees 100% branch coverage.
(v) 100% statement coverage guarantees 100% decision coverage.
Practice ISTQB Foundation Level Q&A – Given the following specification, which
of the following values for age are in the SAME equivalence partition?
If
you are less than 18, you are too young to be insured. Between 18 and
30 inclusive, you will receive a 20% discount. Anyone over 30 is not
eligible for a discount.
Practice ISTQB Foundation Level Q&A – The process of designing test cases consists of the following activities:
(i) Elaborate and describe test cases in detail by using test design techniques.
(ii) Specify the order of test case execution.
(iii) Analyse requirements and specifications to determine test conditions.
(iv) Specify expected results.
According to the process of identifying and designing tests, what is the correct order of these activities?
Practice ISTQB Foundation Level Q&A – Which of the following are disadvantages
of capturing tests by recording the actions of a manual tester?
(i) The script may be unstable when unexpected events occur.
(ii) Data for a number of similar tests is automatically stored separately from the script.
(iii) Expected results must be added to the captured script.
(iv) The captured script documents the exact inputs entered by the tester.
(v) When replaying a captured test, the tester may need to debug the script if it doesn’t play correctly.
Practice ISTQB Foundation Level Q&A – 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.
Practice ISTQB Foundation Level Q&A – In a system designed to work out the tax to be paid:
An
employee has £4000 of salary tax free. The next £1500 is taxed at 10%
The next £28000 is taxed at 22% Any further amount is taxed at 40% To
the nearest whole pound, which of these is a valid Boundary Value
Analysis test case?