<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ISTQB software testing certification sample question paper with answers &#8211; Part II</title>
	<atom:link href="http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/</link>
	<description>Software Testing Complete Guide</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:06:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pavan</title>
		<link>http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/comment-page-6/#comment-83654</link>
		<dc:creator>Pavan</dc:creator>
		<pubDate>Fri, 27 Jan 2012 14:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/#comment-83654</guid>
		<description>30 A tool that supports traceability, recording of incidents or scheduling of tests is
called:
a) a dynamic analysis tool
b) a test execution tool
c) a debugging tool
d) a test management tool
e) a configuration management tool

Answer for this is D(Test management tool) and not E</description>
		<content:encoded><![CDATA[<p>30 A tool that supports traceability, recording of incidents or scheduling of tests is<br />
called:<br />
a) a dynamic analysis tool<br />
b) a test execution tool<br />
c) a debugging tool<br />
d) a test management tool<br />
e) a configuration management tool</p>
<p>Answer for this is D(Test management tool) and not E</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nithya</title>
		<link>http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/comment-page-6/#comment-83527</link>
		<dc:creator>Nithya</dc:creator>
		<pubDate>Wed, 18 Jan 2012 08:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/#comment-83527</guid>
		<description>pls send the answer soon
i have more problem  with doubt.

pls help me

coming monday i am going to write istqb exam</description>
		<content:encoded><![CDATA[<p>pls send the answer soon<br />
i have more problem  with doubt.</p>
<p>pls help me</p>
<p>coming monday i am going to write istqb exam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nithya</title>
		<link>http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/comment-page-6/#comment-83521</link>
		<dc:creator>Nithya</dc:creator>
		<pubDate>Wed, 18 Jan 2012 03:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/#comment-83521</guid>
		<description>5. 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% Which of these groups of numbers would fall into the same 
equivalence class? 
a) £4800; £14000; £28000 
b) £5200; £5500; £28000 
) £28001; £32000; £35000 
d) £5800; £28000; £32000 


27. Minimum Tests Required for Statement Coverage 
Read P 
Read Q 
If p+q &gt; 100 then 
Print ?Large? 
End if 
If p &gt; 50 then 
Print ?pLarge? 
End if 
a) Statement coverage is 2, Branch Coverage is 2 
b) Statement coverage is 3 and branch coverage is 2 
c) Statement coverage is 1 and branch coverage is 2 
d) Statement Coverage is 4 and Branch coverage is 2 


28. Minimum Test Required for Statement Coverage :- 
Disc = 0 
Order-qty = 0 
Read Order-qty 
If Order-qty &gt;=20 then 
Disc = 0.05 
If Order-qty &gt;=100 then 
Disc =0.1 
End if 
End if  
a) Statement coverage is 4 
b) Statement coverage is 1 
c) Statement coverage is 3 
d) Statement Coverage is 2 
 

3)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 groups of numbers fall into three DIFFERENT equivalence 
classes? 
A £4000; £5000; £5500. 
B £32001; £34000; £36500. 
C £28000; £28001; £32001. 
D £4000; £4200; £5600. 
 

10) Given the following decision table: 
 
 
 Rule 1 Rule 2 Rule 3 Rule 4 
Conditions     
UK resident? False True True True 
Age between 18 - 55? Don?t care False True True 
Smoker? Don?t care Don?t care False True 
Actions     
Insure client? False False True True 
Offer 10% discount? False False True False 
What is the expected result for each of the following test cases? 
A.TC1: Fred is a 32 year old smoker resident in London 
B.TC3: Jean-Michel is a 65 year non-smoker resident in Paris 
A A ? Insure, 10% discount, B ? Insure, no discount. 
B A ? Don?t insure, B ? Don?t insure. 
C A ? Insure, no discount, B ? Don?t insure. 
D A ? Insure, no discount, B ? Insure with 10% discount. 



15)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? 
A £28000. 
B £33501. 
C £32001. 
D £1500. 


pls explain the problem to my email id
nithyasasikumar3@gmail.com</description>
		<content:encoded><![CDATA[<p>5. In a system designed to work out the tax to be paid:<br />
An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at<br />
22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same<br />
equivalence class?<br />
a) £4800; £14000; £28000<br />
b) £5200; £5500; £28000<br />
) £28001; £32000; £35000<br />
d) £5800; £28000; £32000 </p>
<p>27. Minimum Tests Required for Statement Coverage<br />
Read P<br />
Read Q<br />
If p+q &gt; 100 then<br />
Print ?Large?<br />
End if<br />
If p &gt; 50 then<br />
Print ?pLarge?<br />
End if<br />
a) Statement coverage is 2, Branch Coverage is 2<br />
b) Statement coverage is 3 and branch coverage is 2<br />
c) Statement coverage is 1 and branch coverage is 2<br />
d) Statement Coverage is 4 and Branch coverage is 2 </p>
<p>28. Minimum Test Required for Statement Coverage :-<br />
Disc = 0<br />
Order-qty = 0<br />
Read Order-qty<br />
If Order-qty &gt;=20 then<br />
Disc = 0.05<br />
If Order-qty &gt;=100 then<br />
Disc =0.1<br />
End if<br />
End if<br />
a) Statement coverage is 4<br />
b) Statement coverage is 1<br />
c) Statement coverage is 3<br />
d) Statement Coverage is 2 </p>
<p>3)In a system designed to work out the tax to be paid:<br />
An employee has £4000 of salary tax free.<br />
The next £1500 is taxed at 10%.<br />
The next £28000 after that is taxed at 22%.<br />
Any further amount is taxed at 40%.<br />
To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence<br />
classes?<br />
A £4000; £5000; £5500.<br />
B £32001; £34000; £36500.<br />
C £28000; £28001; £32001.<br />
D £4000; £4200; £5600. </p>
<p>10) Given the following decision table: </p>
<p> Rule 1 Rule 2 Rule 3 Rule 4<br />
Conditions<br />
UK resident? False True True True<br />
Age between 18 &#8211; 55? Don?t care False True True<br />
Smoker? Don?t care Don?t care False True<br />
Actions<br />
Insure client? False False True True<br />
Offer 10% discount? False False True False<br />
What is the expected result for each of the following test cases?<br />
A.TC1: Fred is a 32 year old smoker resident in London<br />
B.TC3: Jean-Michel is a 65 year non-smoker resident in Paris<br />
A A ? Insure, 10% discount, B ? Insure, no discount.<br />
B A ? Don?t insure, B ? Don?t insure.<br />
C A ? Insure, no discount, B ? Don?t insure.<br />
D A ? Insure, no discount, B ? Insure with 10% discount. </p>
<p>15)In a system designed to work out the tax to be paid:<br />
An employee has £4000 of salary tax free.<br />
The next £1500 is taxed at 10%.<br />
The next £28000 after that is taxed at 22%.<br />
Any further amount is taxed at 40%.<br />
To the nearest whole pound, which of these is a valid Boundary Value Analysis test case?<br />
A £28000.<br />
B £33501.<br />
C £32001.<br />
D £1500. </p>
<p>pls explain the problem to my email id<br />
<a href="mailto:nithyasasikumar3@gmail.com">nithyasasikumar3@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nithya</title>
		<link>http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/comment-page-6/#comment-83520</link>
		<dc:creator>Nithya</dc:creator>
		<pubDate>Wed, 18 Jan 2012 03:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/#comment-83520</guid>
		<description>10. 
  Rule 1 Rule 2  Rule 3  Rule 4 
Conditions      
Indian resident? False True True True 
Age between 18 ? 55? Don&#039;t care False True True 
Married? Don&#039;t Care Don&#039;t Care False True 
Actions     
Issue Memebership? False False True True 
Offer 10% discount? False False True False 
A.TC1: Anand is a 32 year old married, residing in Kolkatta. 
B.TC3: Attapattu is a 65 year old married person, residing in Colombo. 
 
a. A ? Issue membership, 10% discount, B ? Issue membership, offer no discount.
b. A ? Don?t Issue membership, B ? Don?t offer discount. C 
c. A ? Issue membership, no discount, B ? Don?t Issue membership. 
d. Issue membership, no discount, B- Issue membership with 10% discount.</description>
		<content:encoded><![CDATA[<p>10.<br />
  Rule 1 Rule 2  Rule 3  Rule 4<br />
Conditions<br />
Indian resident? False True True True<br />
Age between 18 ? 55? Don&#8217;t care False True True<br />
Married? Don&#8217;t Care Don&#8217;t Care False True<br />
Actions<br />
Issue Memebership? False False True True<br />
Offer 10% discount? False False True False<br />
A.TC1: Anand is a 32 year old married, residing in Kolkatta.<br />
B.TC3: Attapattu is a 65 year old married person, residing in Colombo. </p>
<p>a. A ? Issue membership, 10% discount, B ? Issue membership, offer no discount.<br />
b. A ? Don?t Issue membership, B ? Don?t offer discount. C<br />
c. A ? Issue membership, no discount, B ? Don?t Issue membership.<br />
d. Issue membership, no discount, B- Issue membership with 10% discount.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepa</title>
		<link>http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/comment-page-6/#comment-83428</link>
		<dc:creator>Deepa</dc:creator>
		<pubDate>Tue, 10 Jan 2012 06:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/#comment-83428</guid>
		<description>Please provide me the correct answers with evalution(explaination)for the below quetions.

IF X = Z
THEN Statement 2;
END
McCabe’s Cyclomatic Complexity is :
A. 2
B. 3
C. 4
D. 5</description>
		<content:encoded><![CDATA[<p>Please provide me the correct answers with evalution(explaination)for the below quetions.</p>
<p>IF X = Z<br />
THEN Statement 2;<br />
END<br />
McCabe’s Cyclomatic Complexity is :<br />
A. 2<br />
B. 3<br />
C. 4<br />
D. 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guys pls help me</title>
		<link>http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/comment-page-6/#comment-83391</link>
		<dc:creator>guys pls help me</dc:creator>
		<pubDate>Fri, 06 Jan 2012 05:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/#comment-83391</guid>
		<description>hi guys am aswin. Am going to write online test at stc.  so i need true or false q &amp;a in manual and automation. My id is aswin_kshan@yahoo.com</description>
		<content:encoded><![CDATA[<p>hi guys am aswin. Am going to write online test at stc.  so i need true or false q &amp;a in manual and automation. My id is <a href="mailto:aswin_kshan@yahoo.com">aswin_kshan@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhanasekar</title>
		<link>http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/comment-page-5/#comment-83296</link>
		<dc:creator>Dhanasekar</dc:creator>
		<pubDate>Thu, 29 Dec 2011 08:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/#comment-83296</guid>
		<description>Hi,

I am planning to appear ISTQB foundation level exam. Kindly help me with ISTQB Dumb. pdhanasekar@gmail.com
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am planning to appear ISTQB foundation level exam. Kindly help me with ISTQB Dumb. <a href="mailto:pdhanasekar@gmail.com">pdhanasekar@gmail.com</a><br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sony</title>
		<link>http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/comment-page-5/#comment-83206</link>
		<dc:creator>Sony</dc:creator>
		<pubDate>Mon, 19 Dec 2011 05:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/#comment-83206</guid>
		<description>Could anyone please answer my questions mentioned above..? I have just few days left for exam...Hoping for a quick response... Thanks in Advance...</description>
		<content:encoded><![CDATA[<p>Could anyone please answer my questions mentioned above..? I have just few days left for exam&#8230;Hoping for a quick response&#8230; Thanks in Advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sony</title>
		<link>http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/comment-page-5/#comment-83189</link>
		<dc:creator>Sony</dc:creator>
		<pubDate>Fri, 16 Dec 2011 14:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/#comment-83189</guid>
		<description>Hi Sandhya Rani and All,

I am very much confused in calculating statement coverage and branch coverage. For calculating statement coverage, Iam just checking out various combinations of paths that could be poosible in that particular scenario. For calculating branch coverage, I am using the rule n+1, where &#039;n&#039; is the number of IF conditions. But this answers obtained by following this approach sometimes do not match with the actual answers specified in the net. So could anyone tel me the alternative correct way for calculating coverages. Also, Please provide me the correct answers of the below quetions.

IF X = Z
THEN Statement 2;
END
McCabe’s Cyclomatic Complexity is :
A. 2
B. 3
C. 4
D. 5

14 Given the following code, which is true:
IF A &gt; B THEN
C = A – B
ELSE
C = A + B
ENDIF
Read D
IF C = D Then
Print “Error”
ENDIF
a) 1 test for statement coverage, 3 for branch coverage
b) 2 tests for statement coverage, 2 for branch coverage
c) 2 tests for statement coverage. 3 for branch coverage
d) 3 tests for statement coverage, 3 for branch coverage
e) 3 tests for statement coverage, 2 for branch coverage

12 Given the following code, which is true about the minimum number of test cases required for full statement and 

branch coverage:
Read P
Read Q
IF P+Q &gt; 100 THEN
Print “Large”
ENDIF
If P &gt; 50 THEN
Print “P Large”
ENDIF
a) 1 test for statement coverage, 3 for branch coverage
b) 1 test for statement coverage, 2 for branch coverage
c) 1 test for statement coverage, 1 for branch coverage
d) 2 tests for statement coverage, 3 for branch coverage
e) 2 tests for statement coverage, 2 for branch coverage

13 Given the following:
Switch PC on
Start “outlook”
IF outlook appears THEN
Send an email
Close outlook
a) 1 test for statement coverage, 1 for branch coverage
b) 1 test for statement coverage, 2 for branch coverage
c) 1 test for statement coverage. 3 for branch coverage
d) 2 tests for statement coverage, 2 for branch coverage
e) 2 tests for statement coverage, 3 for branch coverage

Pick up and read the newspaper
Look at what is on television
If there is a program that you are interested in watching then switch the the television on
and watch the program
Otherwise
Continue reading the newspaper
If there is a crossword in the newspaper then try and complete the crossword
A. SC = 1 and DC = 1
B. SC = 1 and DC = 2
C. SC = 1 and DC = 3
D. SC = 2 and DC = 2
E. SC = 2 and DC = 3

What is the smallest number of test cases required to Provide 100% branch
coverage?
If(x&gt;y) x=x+1;
else y=y+1;
while(x&gt;y)
{
y=x*y; x=x+1;
}
A. 1
B. 2
C. 3
D. 4</description>
		<content:encoded><![CDATA[<p>Hi Sandhya Rani and All,</p>
<p>I am very much confused in calculating statement coverage and branch coverage. For calculating statement coverage, Iam just checking out various combinations of paths that could be poosible in that particular scenario. For calculating branch coverage, I am using the rule n+1, where &#8216;n&#8217; is the number of IF conditions. But this answers obtained by following this approach sometimes do not match with the actual answers specified in the net. So could anyone tel me the alternative correct way for calculating coverages. Also, Please provide me the correct answers of the below quetions.</p>
<p>IF X = Z<br />
THEN Statement 2;<br />
END<br />
McCabe’s Cyclomatic Complexity is :<br />
A. 2<br />
B. 3<br />
C. 4<br />
D. 5</p>
<p>14 Given the following code, which is true:<br />
IF A &gt; B THEN<br />
C = A – B<br />
ELSE<br />
C = A + B<br />
ENDIF<br />
Read D<br />
IF C = D Then<br />
Print “Error”<br />
ENDIF<br />
a) 1 test for statement coverage, 3 for branch coverage<br />
b) 2 tests for statement coverage, 2 for branch coverage<br />
c) 2 tests for statement coverage. 3 for branch coverage<br />
d) 3 tests for statement coverage, 3 for branch coverage<br />
e) 3 tests for statement coverage, 2 for branch coverage</p>
<p>12 Given the following code, which is true about the minimum number of test cases required for full statement and </p>
<p>branch coverage:<br />
Read P<br />
Read Q<br />
IF P+Q &gt; 100 THEN<br />
Print “Large”<br />
ENDIF<br />
If P &gt; 50 THEN<br />
Print “P Large”<br />
ENDIF<br />
a) 1 test for statement coverage, 3 for branch coverage<br />
b) 1 test for statement coverage, 2 for branch coverage<br />
c) 1 test for statement coverage, 1 for branch coverage<br />
d) 2 tests for statement coverage, 3 for branch coverage<br />
e) 2 tests for statement coverage, 2 for branch coverage</p>
<p>13 Given the following:<br />
Switch PC on<br />
Start “outlook”<br />
IF outlook appears THEN<br />
Send an email<br />
Close outlook<br />
a) 1 test for statement coverage, 1 for branch coverage<br />
b) 1 test for statement coverage, 2 for branch coverage<br />
c) 1 test for statement coverage. 3 for branch coverage<br />
d) 2 tests for statement coverage, 2 for branch coverage<br />
e) 2 tests for statement coverage, 3 for branch coverage</p>
<p>Pick up and read the newspaper<br />
Look at what is on television<br />
If there is a program that you are interested in watching then switch the the television on<br />
and watch the program<br />
Otherwise<br />
Continue reading the newspaper<br />
If there is a crossword in the newspaper then try and complete the crossword<br />
A. SC = 1 and DC = 1<br />
B. SC = 1 and DC = 2<br />
C. SC = 1 and DC = 3<br />
D. SC = 2 and DC = 2<br />
E. SC = 2 and DC = 3</p>
<p>What is the smallest number of test cases required to Provide 100% branch<br />
coverage?<br />
If(x&gt;y) x=x+1;<br />
else y=y+1;<br />
while(x&gt;y)<br />
{<br />
y=x*y; x=x+1;<br />
}<br />
A. 1<br />
B. 2<br />
C. 3<br />
D. 4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sony</title>
		<link>http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/comment-page-5/#comment-83188</link>
		<dc:creator>Sony</dc:creator>
		<pubDate>Fri, 16 Dec 2011 14:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/#comment-83188</guid>
		<description>Hi SandhyaRani and All,

         The articles provided by you are very helpful for candidates preparing for ISTQB exam. Thanks for sharing this valuable information. 
        I am appearing for ISTQB exam conducted on 23rd Dec, 2011. I have gone through various ISTQB sample papers available in net. I am confused in some questions. I have provided below the questions along with answers specified in net and also my answers as per my understanding. Could anyone please provide me the correct answers of below questions asap and explanation if possible.

What information need not be included in a test incident report:
a) how to fix the fault
b) how to reproduce the fault
c) test environment details
d) severity, priority
e) the actual and expected outcomes
Answer to above question is given as E. But A is my answer 

The main focus of acceptance testing is:
a) finding faults in the system
b) ensuring that the system is acceptable to all users
c) testing the system with other systems
d) testing for a business perspective
e) testing by an independent test team
Answer to above question is given as D. But B C is my answer

Test managers should not:
a) report on deviations from the project plan
b) sign the system off for release
c) re-allocate resource to meet original plans
d) raise incidents on faults that they have found
e) provide information for risk analysis and quality improvement
Answer to above question is given as C. But B is my answer

Which of the following statements are true?
A. Faults in program specifications are the most expensive to fix.
B. Faults in code are the most expensive to fix.
C. Faults in requirements are the most expensive to fix
D. Faults in designs are the most expensive to fix.
Answer to above question is given as C. But B is my answer

Which is not a Component testing
A. Check the memory leaks
B. Check the robustness
C. Check the branch coverage
D. Check the decision tables
Answer to above question is given as B. But D is my answer

Which of the following list contains only non-functional tests?(c)
A. Interoperability (compatibility) testing, reliability testing, performance testing
B. System testing, performance testing
C. Load testing, stress testing, component testing, portability testing
D. Testing various configurations, beta testing, load testing
Answer to above question is given as C. But A is my answer

What is the purpose of test exit criteria in the test plan?
A. To specify when to stop the testing activity
B. To set the criteria used in generating test inputs
C. To ensure that the test case specification is complete
D. To know when a specific test has finished its execution
Answer to above question is given as C. But A is my answer

22: When a new testing tool is purchased, it should be used first by:
A. A small team to establish the best way to use the tool
B. Everyone who may eventually have some use for the tool
C. The independent testing team
D. The vendor contractor to write the initial scripts
Answer to above question is given as B. But A is my answer

Given the following decision table: Which of the following test cases and
expected results is VALID?
Rule 1 Rule 2 Rule 3 Rule 4
Conditions
Age  50yrs
Insurance
Class
A A or B B. C or D C or D
Actions
Premium £100 £90 £70 £70
Excess £2,500 £2,500 £500 £1000
A. 23 year old in insurance class A Premium is 0 and excess is,500.
B. 51 year old in insurance class C Premium is 0 and excess is 00.
C. 31 year old in insurance class B Premium is 0 and excess is ,500.
D. 43 year old in insurance class C Premium is 0 and excess is ,000.
Can u please tel me the answer and explanation if possible

What type of testing is done to supplement the rigorous testing?
A. Regression testing.
B. Integration testing.
C. Error Guessing
D. System testing.
Answer to above question is given as C. But A is my answer

Testing is not done to ______
A. Find faults
B. Improve quality
C. Check user friendliness.
D. Improve software accuracy
Answer to above question is given as D. But C is my answer

Majority of system errors occur in the _________ phase
A. Requirements Phase.
B. Analysis and Design Phase
C. Development Phase
D. Testing Phase
Answer to above question is given as D. But A is my answer

Which of the following is a form of functional testing?
A. Boundary value analysis
B. Usability testing
C. Performance testing
D. Security testing
Answer to above question is given as A. But D is my answer

System Integration testing should be done after
A. Integration testing
B. System testing
C. Unit testing
D. Component integration testing
Answer to above question is given as C. But B is my answer

Structure is unknown for which type of development project
A. Traditional system development
B. Iterative development
C. System maintenance
D. Purchased/contracted software
Answer to above question is given as D. Is this answer the appropriate one?

When to stop Testing?
A. Stop when scheduled time for testing expires
B. Stop if 75% of the pre-defined number of errors is detected.
C. Stop when all the test cases execute with detecting few errors.
D. None above
Answer to above question is given as A. Is this answer the appropriate one?

Verification involves which of the following :-
i. Helps to check the Quality of the built product
ii. Helps to check that we have built the right product.
iii. Helps in developing the product
iv. Monitoring tool wastage and obsoleteness.
A. Options i,ii,iii,iv are true.
B. i is true and ii,iii,iv are false
C. i,ii,iii are true and iv is false
D. ii is true and i,iii,iv are false.
Answer to above question is given as D. Is this answer the appropriate one?

Error guessing is:
A. An appropriate way of deriving system tests.
B. Only used if good requirements are not available.
C. Only used when good requirements are available.
D. The most appropriate way of deriving system tests.
Answer to above question is given as D. Is this answer the appropriate one?

Which one of the following statements, about capture-replay tools, is NOT
correct?(d)
A. They are used to support multi-user testing.
B. They are used to capture and animate user requirements.
C. They are the most frequently purchased types of CAST tool.
D. They capture aspects of user behavior
Answer to above question is given as D. Is this answer the appropriate one? Or is B the correct answer?

Which of the following characterizes the cost of faults?
A. They are cheapest to find in the early development phases and the most expensive to fix
in the latest test phases.
B. They are easiest to find during system testing but the most expensive to fix then.
C. Faults are cheapest to find in the early development phases but the most expensive to
fix then.
D. Although faults are most expensive to find during early development phases, they are
cheapest to fix then.
Answer to above question is given as B. Is this answer the appropriate one?

Which of the following statements about reviews is true? 
A. Reviews cannot be performed on user requirements specifications.
B. Reviews are the least effective way of testing code.
C. Reviews are unlikely to find faults in test plans.
D. Reviews should be performed on specifications, code, and test plans.
Answer to above question is given as D. Is this answer the appropriate one?

Which summarizes the testing activities associated with one or more test design
specifications.
A. Test Summary report
B. Test Log
C. Test Incident Report
D. Test Script
Answer to above question is given as D. Is this answer the appropriate one?Or is A the correct answer?

Which of the following statements about the component testing standard is false

When a new testing tool is purchased, it should be used first by

Unreachable code would best be found using:

What is the main purpose of impact analysis for testers?
A. To determine the programming effort needed to make the changes.
B. To determine what proportion of the changes need to be tested.
C. To determine how much the planned changes will affect users.
D. To determine how the existing system may be affected by changes.
Answer to above question is given as D. Is this answer the appropriate one?Or is B the correct answer?

When software reliability measures are used to determine when to stop testing,
the best types of test cases to use are those that 
A. Exercise system functions in proportion to the frequency they will be used in the
released product
B. Push the system beyond its designed operation limits and are likely to make the system
fail
C. Exercise unusual and obscure scenarios that may not have been considered in design
D. Exercise the most complicated and the most error-prone portions of the system
Answer to above question is given as A. Is this answer the appropriate one?Or is D the correct answer?

Test Plan is -
A. Road map for testing
B. Tells about the actual results and expected results
C. Both a and b
D. None of the above
Answer to above question is given as A. Is this answer the appropriate one?Or is B the correct answer?

Following are some of the testing risks -- 
A. Budget, Test environment
B. Budget, Number of qualified test resources
C. Budget, Number of qualified test resources, Test environment
D. None of the above
Answer to above question is given as B. Is this answer the appropriate one?Or is C the correct answer?

Which one is not the task of test leader?
A. Coordinate the test strategy and plan with project managers and others
B. Decide about the implementation of the test environment
C. Write test summary reports
D. Review and contribute to test plans
Answer to above question is given as D. Is this answer the appropriate one?Or is A the correct answer?

 test charters are used in ___________ testing
a) exploratory testing
b) usability testing
c) component testing
d) maintainablity testing
Answer to above question is given as A. Is this answer the appropriate one?

Which is the best definition of complete testing:
A. You have discovered every bug in the program.
B. You have tested every statement, branch, and combination of branches in theprogram.
C. You have completed every test in the test plan.
D. You have reached the scheduled ship date.
Answer to above question is given as D. Is this answer the appropriate one?Or Is B the correct answer?

A white box testing technique that measures the number of or percentage of
decision directions executed by the test case designed is called
A. Condition coverage
B. Decision/Condition coverage
C. Decision Coverage
D. Branch coverage
Answer to above question is given as D. Is this answer the appropriate one? As per my understanding, Decision And Branch Coverage are same. So the answer can be 

either C or D.

preparing and automating test cases before coding is
a)test first approach
b) test driven development
c) both a and b
d) none
Answer to above question is given as C. Is this answer the appropriate one?

Which of the following is not included in Test Plan.
A. Features to be tested.
B. Environmental needs.
C. Suspension criteria.
D. Expected results
Answer to above question is given as D. But my answer is C.

IEEE 829 test plan documentation standard contains all of the following except
a) test items
b) test deliverables
c) test tasks
d) test specifications
Answer to above question is given as D. But my answer is C.

Validation involves which of the following
i. Helps to check the Quality of the built product
ii. Helps to check that we have built the right product.
iii. Helps in developing the product
iv. Monitoring tool wastage and obsoleteness.
A. Options i,ii,iii,iv are true.
B. i is true and ii,iii,iv are false
C. i,ii,iii are true and iv is false
D. ii is true and i,iii,iv are false.
Answer to above question is given as D. Is this answer the appropriate one?

Cyclomatic complexity is used to calculate 
A. Number of independent paths in the basis set of a program 
B. Number of binary decisions + 1 
C. Number bound for the number of tests that must be conducted to ensure that all statements have been executed at least once 
D. Number of branches and decisions
Answer to above question is given as B. Is this answer the appropriate one?

Functional testing is mostly 
A. Validation techniques
B. Verification techniques
C. Both of the above
D. None of the above
Answer to above question is given as D. Is this answer the appropriate one? Can it be option C?

Who should have technical and Business background.
A. Moderator
B. Author
C. Reviewer
D. Recorder
Answer to above question is given as C. Is this answer the appropriate one? Can it be option A?

A test engineer is testing a Video Player (VCR), and logs the following report:
Title: Fast Forward stops after 2 minutes. It happens every time
Expected result: Fast forward continues till the end of the tape
Severity: High
Priority: Urgent
What important information did the engineer leave out?
A. Identification (Software and hardware) of the VCR
B. Actual result
C. History of the report
D. Ideas for the test case improvement
Answer to above question is given as A. Is this answer the appropriate one? Can it be option C?

Which of the following statements is true of static analysis:
A. Compiling code is not a form of static analysis.
B. Static analysis need not be performed before imperative code is executed.
C. Static analysis can find faults that are hard to find with dynamic testing.
D. Extensive statistic analysis will not be needed if white- Box testing is to be performed
Answer to above question is given as A. But my answer is C.

Please provide me the answers. This would be really helpful and appreciable.</description>
		<content:encoded><![CDATA[<p>Hi SandhyaRani and All,</p>
<p>         The articles provided by you are very helpful for candidates preparing for ISTQB exam. Thanks for sharing this valuable information.<br />
        I am appearing for ISTQB exam conducted on 23rd Dec, 2011. I have gone through various ISTQB sample papers available in net. I am confused in some questions. I have provided below the questions along with answers specified in net and also my answers as per my understanding. Could anyone please provide me the correct answers of below questions asap and explanation if possible.</p>
<p>What information need not be included in a test incident report:<br />
a) how to fix the fault<br />
b) how to reproduce the fault<br />
c) test environment details<br />
d) severity, priority<br />
e) the actual and expected outcomes<br />
Answer to above question is given as E. But A is my answer </p>
<p>The main focus of acceptance testing is:<br />
a) finding faults in the system<br />
b) ensuring that the system is acceptable to all users<br />
c) testing the system with other systems<br />
d) testing for a business perspective<br />
e) testing by an independent test team<br />
Answer to above question is given as D. But B C is my answer</p>
<p>Test managers should not:<br />
a) report on deviations from the project plan<br />
b) sign the system off for release<br />
c) re-allocate resource to meet original plans<br />
d) raise incidents on faults that they have found<br />
e) provide information for risk analysis and quality improvement<br />
Answer to above question is given as C. But B is my answer</p>
<p>Which of the following statements are true?<br />
A. Faults in program specifications are the most expensive to fix.<br />
B. Faults in code are the most expensive to fix.<br />
C. Faults in requirements are the most expensive to fix<br />
D. Faults in designs are the most expensive to fix.<br />
Answer to above question is given as C. But B is my answer</p>
<p>Which is not a Component testing<br />
A. Check the memory leaks<br />
B. Check the robustness<br />
C. Check the branch coverage<br />
D. Check the decision tables<br />
Answer to above question is given as B. But D is my answer</p>
<p>Which of the following list contains only non-functional tests?(c)<br />
A. Interoperability (compatibility) testing, reliability testing, performance testing<br />
B. System testing, performance testing<br />
C. Load testing, stress testing, component testing, portability testing<br />
D. Testing various configurations, beta testing, load testing<br />
Answer to above question is given as C. But A is my answer</p>
<p>What is the purpose of test exit criteria in the test plan?<br />
A. To specify when to stop the testing activity<br />
B. To set the criteria used in generating test inputs<br />
C. To ensure that the test case specification is complete<br />
D. To know when a specific test has finished its execution<br />
Answer to above question is given as C. But A is my answer</p>
<p>22: When a new testing tool is purchased, it should be used first by:<br />
A. A small team to establish the best way to use the tool<br />
B. Everyone who may eventually have some use for the tool<br />
C. The independent testing team<br />
D. The vendor contractor to write the initial scripts<br />
Answer to above question is given as B. But A is my answer</p>
<p>Given the following decision table: Which of the following test cases and<br />
expected results is VALID?<br />
Rule 1 Rule 2 Rule 3 Rule 4<br />
Conditions<br />
Age  50yrs<br />
Insurance<br />
Class<br />
A A or B B. C or D C or D<br />
Actions<br />
Premium £100 £90 £70 £70<br />
Excess £2,500 £2,500 £500 £1000<br />
A. 23 year old in insurance class A Premium is 0 and excess is,500.<br />
B. 51 year old in insurance class C Premium is 0 and excess is 00.<br />
C. 31 year old in insurance class B Premium is 0 and excess is ,500.<br />
D. 43 year old in insurance class C Premium is 0 and excess is ,000.<br />
Can u please tel me the answer and explanation if possible</p>
<p>What type of testing is done to supplement the rigorous testing?<br />
A. Regression testing.<br />
B. Integration testing.<br />
C. Error Guessing<br />
D. System testing.<br />
Answer to above question is given as C. But A is my answer</p>
<p>Testing is not done to ______<br />
A. Find faults<br />
B. Improve quality<br />
C. Check user friendliness.<br />
D. Improve software accuracy<br />
Answer to above question is given as D. But C is my answer</p>
<p>Majority of system errors occur in the _________ phase<br />
A. Requirements Phase.<br />
B. Analysis and Design Phase<br />
C. Development Phase<br />
D. Testing Phase<br />
Answer to above question is given as D. But A is my answer</p>
<p>Which of the following is a form of functional testing?<br />
A. Boundary value analysis<br />
B. Usability testing<br />
C. Performance testing<br />
D. Security testing<br />
Answer to above question is given as A. But D is my answer</p>
<p>System Integration testing should be done after<br />
A. Integration testing<br />
B. System testing<br />
C. Unit testing<br />
D. Component integration testing<br />
Answer to above question is given as C. But B is my answer</p>
<p>Structure is unknown for which type of development project<br />
A. Traditional system development<br />
B. Iterative development<br />
C. System maintenance<br />
D. Purchased/contracted software<br />
Answer to above question is given as D. Is this answer the appropriate one?</p>
<p>When to stop Testing?<br />
A. Stop when scheduled time for testing expires<br />
B. Stop if 75% of the pre-defined number of errors is detected.<br />
C. Stop when all the test cases execute with detecting few errors.<br />
D. None above<br />
Answer to above question is given as A. Is this answer the appropriate one?</p>
<p>Verification involves which of the following :-<br />
i. Helps to check the Quality of the built product<br />
ii. Helps to check that we have built the right product.<br />
iii. Helps in developing the product<br />
iv. Monitoring tool wastage and obsoleteness.<br />
A. Options i,ii,iii,iv are true.<br />
B. i is true and ii,iii,iv are false<br />
C. i,ii,iii are true and iv is false<br />
D. ii is true and i,iii,iv are false.<br />
Answer to above question is given as D. Is this answer the appropriate one?</p>
<p>Error guessing is:<br />
A. An appropriate way of deriving system tests.<br />
B. Only used if good requirements are not available.<br />
C. Only used when good requirements are available.<br />
D. The most appropriate way of deriving system tests.<br />
Answer to above question is given as D. Is this answer the appropriate one?</p>
<p>Which one of the following statements, about capture-replay tools, is NOT<br />
correct?(d)<br />
A. They are used to support multi-user testing.<br />
B. They are used to capture and animate user requirements.<br />
C. They are the most frequently purchased types of CAST tool.<br />
D. They capture aspects of user behavior<br />
Answer to above question is given as D. Is this answer the appropriate one? Or is B the correct answer?</p>
<p>Which of the following characterizes the cost of faults?<br />
A. They are cheapest to find in the early development phases and the most expensive to fix<br />
in the latest test phases.<br />
B. They are easiest to find during system testing but the most expensive to fix then.<br />
C. Faults are cheapest to find in the early development phases but the most expensive to<br />
fix then.<br />
D. Although faults are most expensive to find during early development phases, they are<br />
cheapest to fix then.<br />
Answer to above question is given as B. Is this answer the appropriate one?</p>
<p>Which of the following statements about reviews is true?<br />
A. Reviews cannot be performed on user requirements specifications.<br />
B. Reviews are the least effective way of testing code.<br />
C. Reviews are unlikely to find faults in test plans.<br />
D. Reviews should be performed on specifications, code, and test plans.<br />
Answer to above question is given as D. Is this answer the appropriate one?</p>
<p>Which summarizes the testing activities associated with one or more test design<br />
specifications.<br />
A. Test Summary report<br />
B. Test Log<br />
C. Test Incident Report<br />
D. Test Script<br />
Answer to above question is given as D. Is this answer the appropriate one?Or is A the correct answer?</p>
<p>Which of the following statements about the component testing standard is false</p>
<p>When a new testing tool is purchased, it should be used first by</p>
<p>Unreachable code would best be found using:</p>
<p>What is the main purpose of impact analysis for testers?<br />
A. To determine the programming effort needed to make the changes.<br />
B. To determine what proportion of the changes need to be tested.<br />
C. To determine how much the planned changes will affect users.<br />
D. To determine how the existing system may be affected by changes.<br />
Answer to above question is given as D. Is this answer the appropriate one?Or is B the correct answer?</p>
<p>When software reliability measures are used to determine when to stop testing,<br />
the best types of test cases to use are those that<br />
A. Exercise system functions in proportion to the frequency they will be used in the<br />
released product<br />
B. Push the system beyond its designed operation limits and are likely to make the system<br />
fail<br />
C. Exercise unusual and obscure scenarios that may not have been considered in design<br />
D. Exercise the most complicated and the most error-prone portions of the system<br />
Answer to above question is given as A. Is this answer the appropriate one?Or is D the correct answer?</p>
<p>Test Plan is -<br />
A. Road map for testing<br />
B. Tells about the actual results and expected results<br />
C. Both a and b<br />
D. None of the above<br />
Answer to above question is given as A. Is this answer the appropriate one?Or is B the correct answer?</p>
<p>Following are some of the testing risks &#8212;<br />
A. Budget, Test environment<br />
B. Budget, Number of qualified test resources<br />
C. Budget, Number of qualified test resources, Test environment<br />
D. None of the above<br />
Answer to above question is given as B. Is this answer the appropriate one?Or is C the correct answer?</p>
<p>Which one is not the task of test leader?<br />
A. Coordinate the test strategy and plan with project managers and others<br />
B. Decide about the implementation of the test environment<br />
C. Write test summary reports<br />
D. Review and contribute to test plans<br />
Answer to above question is given as D. Is this answer the appropriate one?Or is A the correct answer?</p>
<p> test charters are used in ___________ testing<br />
a) exploratory testing<br />
b) usability testing<br />
c) component testing<br />
d) maintainablity testing<br />
Answer to above question is given as A. Is this answer the appropriate one?</p>
<p>Which is the best definition of complete testing:<br />
A. You have discovered every bug in the program.<br />
B. You have tested every statement, branch, and combination of branches in theprogram.<br />
C. You have completed every test in the test plan.<br />
D. You have reached the scheduled ship date.<br />
Answer to above question is given as D. Is this answer the appropriate one?Or Is B the correct answer?</p>
<p>A white box testing technique that measures the number of or percentage of<br />
decision directions executed by the test case designed is called<br />
A. Condition coverage<br />
B. Decision/Condition coverage<br />
C. Decision Coverage<br />
D. Branch coverage<br />
Answer to above question is given as D. Is this answer the appropriate one? As per my understanding, Decision And Branch Coverage are same. So the answer can be </p>
<p>either C or D.</p>
<p>preparing and automating test cases before coding is<br />
a)test first approach<br />
b) test driven development<br />
c) both a and b<br />
d) none<br />
Answer to above question is given as C. Is this answer the appropriate one?</p>
<p>Which of the following is not included in Test Plan.<br />
A. Features to be tested.<br />
B. Environmental needs.<br />
C. Suspension criteria.<br />
D. Expected results<br />
Answer to above question is given as D. But my answer is C.</p>
<p>IEEE 829 test plan documentation standard contains all of the following except<br />
a) test items<br />
b) test deliverables<br />
c) test tasks<br />
d) test specifications<br />
Answer to above question is given as D. But my answer is C.</p>
<p>Validation involves which of the following<br />
i. Helps to check the Quality of the built product<br />
ii. Helps to check that we have built the right product.<br />
iii. Helps in developing the product<br />
iv. Monitoring tool wastage and obsoleteness.<br />
A. Options i,ii,iii,iv are true.<br />
B. i is true and ii,iii,iv are false<br />
C. i,ii,iii are true and iv is false<br />
D. ii is true and i,iii,iv are false.<br />
Answer to above question is given as D. Is this answer the appropriate one?</p>
<p>Cyclomatic complexity is used to calculate<br />
A. Number of independent paths in the basis set of a program<br />
B. Number of binary decisions + 1<br />
C. Number bound for the number of tests that must be conducted to ensure that all statements have been executed at least once<br />
D. Number of branches and decisions<br />
Answer to above question is given as B. Is this answer the appropriate one?</p>
<p>Functional testing is mostly<br />
A. Validation techniques<br />
B. Verification techniques<br />
C. Both of the above<br />
D. None of the above<br />
Answer to above question is given as D. Is this answer the appropriate one? Can it be option C?</p>
<p>Who should have technical and Business background.<br />
A. Moderator<br />
B. Author<br />
C. Reviewer<br />
D. Recorder<br />
Answer to above question is given as C. Is this answer the appropriate one? Can it be option A?</p>
<p>A test engineer is testing a Video Player (VCR), and logs the following report:<br />
Title: Fast Forward stops after 2 minutes. It happens every time<br />
Expected result: Fast forward continues till the end of the tape<br />
Severity: High<br />
Priority: Urgent<br />
What important information did the engineer leave out?<br />
A. Identification (Software and hardware) of the VCR<br />
B. Actual result<br />
C. History of the report<br />
D. Ideas for the test case improvement<br />
Answer to above question is given as A. Is this answer the appropriate one? Can it be option C?</p>
<p>Which of the following statements is true of static analysis:<br />
A. Compiling code is not a form of static analysis.<br />
B. Static analysis need not be performed before imperative code is executed.<br />
C. Static analysis can find faults that are hard to find with dynamic testing.<br />
D. Extensive statistic analysis will not be needed if white- Box testing is to be performed<br />
Answer to above question is given as A. But my answer is C.</p>
<p>Please provide me the answers. This would be really helpful and appreciable.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 2.591 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-08 18:57:25 -->

