A new web site has been launched for a conference organisation. There are a number of links to other related websites for information purposes. Customers like the new site but complaints are being made that some (not all) of the links to other sites do not work.
Consider the following decision table,How many cases are left when this decision table is collapsed?
In which of the following test documents would you expect to find the preconditions to start executing a set of test cases?
To address the second risk mentioned in the scenario, security testing will be performed. Which test techniques would be most applicable for security testing?
As part of a risk analysis, technical risks are analyzed. Which TWO factors influence technical risk?
Consider the following code fragmentIf (a>b) and (b>c) then -b = (a+c)/2endifAssume that in the following options, each of the three numbers in parenthesis represent the inputs for a test case, where the first number represents variable "a", the second number represents variable "b", and the third number represents variable "c".Which of the following gives a set of test case inputs that achieves 100% decision coverage for this fragment of code with the minimum number of test cases?