<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software Testing Help &#187; QA certifications</title>
	<atom:link href="http://www.softwaretestinghelp.com/category/qa-certifications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwaretestinghelp.com</link>
	<description>Software Testing Complete Guide</description>
	<lastBuildDate>Tue, 31 Aug 2010 18:52:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What Types of Database Questions are Asked in Interview for Testing Positions? &#8211; Testing Q&amp;A Series</title>
		<link>http://www.softwaretestinghelp.com/what-type-of-database-questions-are-asked-in-interview-for-testing-positions/</link>
		<comments>http://www.softwaretestinghelp.com/what-type-of-database-questions-are-asked-in-interview-for-testing-positions/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 18:08:38 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[Database Testing]]></category>
		<category><![CDATA[ISTQB Certification]]></category>
		<category><![CDATA[QA certifications]]></category>
		<category><![CDATA[Test strategy]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/?p=529</guid>
		<description><![CDATA[Today I am going to answer following important software testing questions in our Q&#038;A series - 1) What type of database (SQL) questions asked in interviews for test engineer position 2) What is Test Strategy 3) ISTQB questions and sample papers.<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/what-type-of-database-questions-are-asked-in-interview-for-testing-positions/">What Types of Database Questions are Asked in Interview for Testing Positions? &#8211; Testing Q&#038;A Series</a></b>
<br/><br/>Thank you so much!
</p>
]]></description>
			<content:encoded><![CDATA[<p>This article is a part of software testing questions and answers series. You can see all previous articles under this Q&amp;A series on this page &#8211; <a title="Software Testing Questions and answers" href="http://www.softwaretestinghelp.com/category/questions-answers/" target="_self"><strong>Software Testing Questions &amp; Answers</strong></a>. If you want to ask a question, just write a comment below.</p>
<p><strong>Mallik asks:</strong></p>
<blockquote>
<h3><em><strong>What type of database (SQL) questions asked in interviews for test engineer position (not for database tester)?</strong></em></h3>
</blockquote>
<p>This depends on many factors whether these questions are for testing positions at entry level or for experienced testing professionals. The depth of database interview questions depend on the experience of the candidate.<br />
<span id="more-529"></span><br />
Irrespective of the position, candidate should always be clear and confident about the database concepts. For most software testing positions you need to have database knowledge to perform some database checks. Almost all applications need an interaction with database.</p>
<p>Let&#8217;s consider the database interview questions for entry-level software testing positions. <strong>For entry level testing positions generally following questions can be asked in interviews:</strong></p>
<p><strong>1)</strong> Basic and to some extent nested SQL queries to fetch data from database tables.<br />
<strong>2)</strong> Examples of database statements for: Create Database, Create table and Drop Table.<br />
<strong>3)</strong> Concept of &#8220;Primary Key&#8221;, &#8220;Foreign Key&#8221; and DB index<br />
<strong>4)</strong> Examples of Select, Insert, Delete, Alter and Update SQL statements.<br />
<strong>5)</strong> SQL joins (Inner Join, Left Join, Right Join and Full join) with examples.<br />
Practice SQL join queries on dummy tables and see results.</p>
<p>For experienced level software testing positions, database interview questions depend on the job requirement. For such positions interviewers expect detailed database knowledge from candidates.</p>
<p><strong>One more important point</strong> &#8211; If you get questions on database SQL queries, never say that &#8220;You get all query statements to be executed from developers&#8221;. It&#8217;s ok to say that you get help from developers to write complex SQL queries, but finally you manage by your own.</p>
<p><strong>Shariff asks:</strong></p>
<blockquote>
<h3><em>What is Test Strategy?</em></h3>
</blockquote>
<p>In simple words &#8211; Test strategy means &#8220;How you are going to test the application?&#8221; You need to mention the exact process/strategy that you are going to follow when you will get the application for testing.</p>
<p>I see many companies follow test strategy template very strictly. Even without any standard template you can keep this test strategy document simple but still effective.</p>
<p><strong>Simple Tips to Write Test Strategy Document:</strong></p>
<p><strong>1) </strong>Include product background in test strategy document. In first paragraph of your test strategy document answer &#8211; Why stakeholders want to develop this project? This will help to understand and prioritize things quickly.<br />
<strong>2) </strong>List all important features you are going to test. If you think some features are not part of this release then mention those features under &#8220;Features not to be tested&#8221; label.<br />
<strong>3) </strong>Write down the test approach for your project. Clearly mention what types of testing you are going to conduct?<br />
I.e. Functional testing, UI testing, Integration testing, Load/Stress testing, Security testing etc.<br />
<strong>4)</strong> Answer questions like: How you are going to perform functional testing? Manual or automation testing? Are you going to execute all test cases from your test management tool?<br />
<strong>5)</strong> Which bug tracking tool you are going to use? What will be the process when you will find a new bug?<br />
<strong>6)</strong> What are your test entry and exit criteria?<br />
<strong>7) </strong>How you will track your testing progress? What metrics are you going to use for tracking test completion?<br />
<strong>8 ) </strong>Task distribution &#8211; Define roles and responsibilities of each team member.<br />
<strong>9)</strong> What documents you will produce during and after testing phase?<br />
<strong>10)</strong> What all risk you see in test completion?</p>
<p>If you answer all these questions, I think your test strategy document should be ready!</p>
<p><strong>Ayyappang asks:</strong></p>
<blockquote>
<h3><em>I want some more ISTQB questions and papers. Please send me these papers as it will be very helpful for my study</em></h3>
</blockquote>
<p>I think I have written many posts earlier on ISTQB sample papers and mock test. You can access all these papers and online mock test on below page:<br />
- <a title="ISTQB sample papers and mock tests" href="http://www.softwaretestinghelp.com/search/?cx=009476959825317836355%3Adi_3txj_-zs&amp;cof=FORID%3A11&amp;q=ISTQB&amp;sa=Search&amp;siteurl=www.softwaretestinghelp.com%2F&amp;siteurl=www.softwaretestinghelp.com%2F#1190" target="_self">Sample ISTQB papers and mock tests</a></p>
<p>Also I have listed some papers for download on our Resources page.<br />
- <a title="ISTQB sample papers with answers" href="http://www.softwaretestinghelp.com/resources/" target="_self">ISTQB sample papers with answers for practice</a></p>
<p>Here are some more resources for ISTQB exam preparation:<br />
- <a title="ISTQB exam format and tips to solve questions" href="http://www.softwaretestinghelp.com/istqb-foundation-exam-format-guidelines-to-solve-papers/" target="_self">ISTQB Foundation Exam Format &amp; Guidelines to Solve Papers</a></p>
<p>I hope this will be helpful for you ISTQB exam preparation.<br />
If readers are having some sample ISTQB papers please share with us!</p>
<p><strong>If you want to ask any question please post your question in comment section of this post.</strong></p>
<p><strong><span style="color: #808080;"><em>If you like this post bookmark &amp; share it with friends.</em></span></strong></p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/what-type-of-database-questions-are-asked-in-interview-for-testing-positions/">What Types of Database Questions are Asked in Interview for Testing Positions? &#8211; Testing Q&#038;A Series</a></b>
<br/><br/>Thank you so much!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/what-type-of-database-questions-are-asked-in-interview-for-testing-positions/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>ISTQB Testing Certification Sample Question Papers With Answers</title>
		<link>http://www.softwaretestinghelp.com/istqb-testing-certification-sample-question-papers-with-answers/</link>
		<comments>http://www.softwaretestinghelp.com/istqb-testing-certification-sample-question-papers-with-answers/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 12:37:59 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[QA certifications]]></category>
		<category><![CDATA[Questions & answers]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/istqb-testing-certification-sample-question-papers-with-answers/</guid>
		<description><![CDATA[If you are preparing for ISTQB foundation level certification exam then here are some sample question papers to make your preparation little easier.
Each ISTQB mock test contains 40 questions and answers are provided at the end of the page. Mark all answers on separate paper first and then compare the results with answers provided. Try [...]<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/istqb-testing-certification-sample-question-papers-with-answers/">ISTQB Testing Certification Sample Question Papers With Answers</a></b>
<br/><br/>Thank you so much!
</p>
]]></description>
			<content:encoded><![CDATA[<p>If you are preparing for <strong>ISTQB foundation level certification exam</strong> then here are some sample question papers to make your preparation little easier.</p>
<p>Each ISTQB mock test contains 40 questions and answers are provided at the end of the page. Mark all answers on separate paper first and then compare the results with answers provided. Try to finish these 40 questions in one hour duration.</p>
<p><span id="more-387"></span><br />
<a href="http://www.softwaretestinghelp.com/istqb-foundation-level-exam-sample-paper-i/" title="ISTQB sample paper 1"><strong>ISTQB/ISEB Foundation level exam sample paper 1</strong></a><br />
<a href="http://www.softwaretestinghelp.com/istqb-foundation-level-exam-sample-paper-ii/" title="ISTQB sample paper 2"><strong>ISTQB/ISEB Foundation level exam sample paper 2</strong></a><br />
<a href="http://www.softwaretestinghelp.com/istqb-foundation-level-exam-sample-paper-iii/" title="ISTQb sample paper 3"><strong>ISTQB/ISEB Foundation level exam sample paper 3</strong></a></p>
<p>If you have more ISTQB certification sample papers to share then please <a href="http://www.softwaretestinghelp.com/contact/"><strong>contact</strong></a>  me.</p>
<p>We have also shared all ISTQB exam sample papers and mock tests on our resources section. Please visit <strong><a href="http://www.softwaretestinghelp.com/resources/" title="Software testing free downloads">Testing Resources</a></strong> section to see more software testing resources and free downloads.</p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/istqb-testing-certification-sample-question-papers-with-answers/">ISTQB Testing Certification Sample Question Papers With Answers</a></b>
<br/><br/>Thank you so much!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/istqb-testing-certification-sample-question-papers-with-answers/feed/</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
		<item>
		<title>IBM Rational Functional Tester Certification Details and Sample Paper</title>
		<link>http://www.softwaretestinghelp.com/ibm-rational-functional-tester-certification-details-and-sample-paper/</link>
		<comments>http://www.softwaretestinghelp.com/ibm-rational-functional-tester-certification-details-and-sample-paper/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 11:12:29 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[QA certifications]]></category>
		<category><![CDATA[Software Testing Events]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/ibm-rational-functional-tester-certification-details-and-sample-paper/</guid>
		<description><![CDATA[Coming week (Aug 11 to Aug 14, 2009) is a Rational week.  Throughout India, Rational Software Conference is conducted in major cities. There are many software testers who are aspiring to get IBM Rational professional certifications at these conferences.
IBM 000-842 (Rational Functional Tester for Java) Certification is a part of IBM professional certification. You can [...]<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/ibm-rational-functional-tester-certification-details-and-sample-paper/">IBM Rational Functional Tester Certification Details and Sample Paper</a></b>
<br/><br/>Thank you so much!
</p>
]]></description>
			<content:encoded><![CDATA[<p>Coming week (Aug 11 to Aug 14, 2009) is a <a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/Rational_week/363/1" title="IBM rational conference week" target="_blank">Rational week</a>.  Throughout India, <strong>Rational Software Conference</strong> is conducted in major cities. There are many software testers who are aspiring to get <strong>IBM Rational professional certifications</strong> at these conferences.</p>
<p><strong>IBM 000-842 (Rational Functional Tester for Java) Certification</strong> is a part of IBM professional certification. You can get this IBM 000-842 RFT certification at these conference centers during this Rational week.</p>
<p><strong>RFT (Rational Functional Tester for Java) IBM certification details:</strong><br />
<span id="more-363"></span>Test duration in minutes: 75<br />
Approximate number of questions: 54<br />
Passing score: 60<br />
More info on:  <a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/Rational_Functional_Tester/363/2" title="IBM RFT certification details" target="_blank">Rational Functional Tester</a><strong> </strong></p>
<p>If you wish to take this IBM 000-842 (Rational Functional Tester for Java) Certification Exam at these conference centers, <strong>here is a sample question paper for your preparation:</strong></p>
<p>Answers are provided at the page bottom.</p>
<p><strong>Q: 1 How do you start the application under test?</strong><br />
A. use the Windows Start menu<br />
B. simply begin recording<br />
C. open a command line and start the application by typing its name<br />
D. click the Start Application button on the recording toolbar</p>
<p><strong>Q: 2 While recording a script, the recording monitor _____.</strong><br />
A. appears at the conclusion of recording<br />
B. is only displayed on the toolbar<br />
C. does not appear<br />
D. displays a message for each action</p>
<p><strong>Q: 3 What can be tested when recording a verification point?</strong><br />
A. an objects data only<br />
B. an objects data or properties only<br />
C. whether or not the object is working<br />
D. an objects data, properties, or existence</p>
<p><strong>Q: 4 What can you use to select an object as a verification point?</strong><br />
A. the object finder, the object picker, or the object browser<br />
B. the main object browser, the test object browser, or the extra object browser<br />
C. the object finder, the test object browser, or the delay method<br />
D. the delay method, the scripting method, or the pointer method</p>
<p><strong>Q: 5 A recording is started by:</strong><br />
A. Entering script record on the command line<br />
B. creating a script and then pressing the record button in the RFT application<br />
C. starting the application under test<br />
D. Starting RFT</p>
<p><strong>Q: 6 How do you stop recording?</strong><br />
A. click the Stop Recording button on the recording toolbar<br />
B. end the application under test<br />
C. close RFT<br />
D. close the recording monitor</p>
<p><strong>Q: 7 Which three actions are possible with RFT? (Choose three.)</strong><br />
A. use a wizard to substitute literals with datapool variables<br />
B. substitute literals in verification points with datapool variables<br />
C. create a datapool while recording a data-driven script<br />
D. create scripts in c#</p>
<p><strong>Q: 8 You must _____ a script with a datapool before substituting literal values in the script with references to datapool variables.</strong><br />
A. share<br />
B. associate<br />
C. run<br />
D. disassociate</p>
<p><strong>Q: 9 When is the best time to use data-driven testing?</strong><br />
A. when the test only needs to be run once<br />
B. when the test steps change based on the test input data<br />
C. when the test must be run multiple times with different data<br />
D. when the test requires a lot of manual data entry</p>
<p><strong>Q: 10 Functional Tester allows you to import an external datapool from which of the following? (Choose three.)</strong><br />
A. an external .csv file<br />
B. another Functional Tester datapool<br />
C. an existing TestManager datapool<br />
D. an access (.mdb) file</p>
<p><strong>Q: 11 What will the following CallScript do? CallScript (myScript, null, DP_ALL)</strong><br />
A. cause the script to run an infinite number of times<br />
B. cause the script to iterate through the entire datapool<br />
C. cause the script to run through 100 datapool values<br />
D. cause myScript to always pass</p>
<p><strong>Q: 12 what is one way to insert data-driven commands into the test script?</strong><br />
A. use the Insert Data Driven Commands button while recording<br />
B. use the Insert Data Driven Commands button while executing<br />
C. the commands are generated automatically while importing the datapool<br />
D. use the super helper class after recording</p>
<p><strong>Q: 13 What must you do before editing the datapool using an external application?</strong><br />
A. make it a public datapool<br />
B. make it a private datapool<br />
C. export it to a .csv file<br />
D. import it from a .csv file</p>
<p><strong>Q: 14 Which statement is true about an RFT test datapool?</strong><br />
A. It is exclusive for only one test script.<br />
B. It is a collection of related data records.<br />
C. It is automatically generated during script record.<br />
D. It is a collection of related test scripts.</p>
<p><strong>Q: 15 What must you do to view a comparator of a failed verification point from an RFT text log?</strong><br />
A. open a web browser and browse to open the file: \ \\.rftvd for the<br />
verification point you want to view<br />
B. right-click on the test log and select Failed Verification Points from the right-click menu, then select the<br />
verification point you want to view<br />
C. open the test log, right-click on the verification point line you want to view and select View Results from the<br />
right-click menu<br />
D. log results in another format since you cannot open a comparator from a text log</p>
<p><strong>Q: 16 Given an existing TestManager Rational Test project, what are the steps to log results to TestManager?</strong><br />
A. from TestManager, create a new Test Script Type for RFT, then from RFT, select the Functional Test logging preferences to TestManager<br />
B. from RFT, select the Functional Test logging preferences to TestManager, then select the Test Manager project when you run an RFT test<br />
C. from RFT, associate the Rational Test Project with the RFT project, then select the Functional Test logging preferences to TestManager<br />
D. from the Rational Administrator, associate the RFT project to the Rational Test Project, then from RFT, select the Functional Test logging preferences to TestManager</p>
<p><strong>Q: 17 Out of the box, what are the different options for logging RFT tests?</strong><br />
A. HTML, text, custom, TestManager, and none<br />
B. HTML, text, TPTP, TestManager, and none<br />
C. TestManager, CQTM, TPTP, HTML, and none<br />
D. HTML, PDF, text, TestManager, and none</p>
<p><strong>Q: 18 Not including TestManager or custom logging, how can you organize RFT test results?</strong><br />
A. define and follow a naming convention for all test logs<br />
B. define and follow a naming convention for all logs and log subfolders<br />
C. create as many folders in the *_logs project as needed and drag logs into the appropriate folders<br />
D. create additional log projects which are associated with the primary RFT project, (for example, _acceptance_logs)</p>
<p><strong>Q: 19 How do you perform image verification in a test?</strong><br />
A. select Perform Image Verification Point from the Verification Point and Action Wizard<br />
B. select the Perform Properties Verification Point from the Verification Point and Action Wizard, then select only<br />
the .src or other property for the image<br />
C. download and install the RFT Enhancement Pack plug-in from IBM Rational Support<br />
D. download and install the Image Comparator for Rational Functional Tester 2003.06 utility from developer Works</p>
<p><strong>Q: 20 What should the tester open to view Test Objects, Main Data Area and Recognition Data?</strong><br />
A. the test script<br />
B. the test comparator<br />
C. the object map<br />
D. the log viewer</p>
<p><strong>Q: 21 What should the tester do to open the comparator in an HTML log after the test has been played back?</strong><br />
A. select View &gt; Failures from the menu<br />
B. click the View Results link in the test log<br />
C. nothing, because the comparator open automatically<br />
D. select Open &gt; Comparator from the menu</p>
<p><strong>Q: 22 What should the tester view to discover the current script action being executed?</strong><br />
A. playback monitor<br />
B. the execution window<br />
C. the test script<br />
D. the application under test</p>
<p><strong>Q: 23 The two phases of playing back a script are script development and _____.</strong><br />
A. unit testing<br />
B. manual verification<br />
C. reviewing results<br />
D. regression testing</p>
<p><strong>Q: 24 The tester resets their test environment and sets the playback environment. What is the tester ready to do?</strong><br />
A. record the test<br />
B. set recording options<br />
C. view and analyze the results<br />
D. play back the script</p>
<p><strong>Q: 25 If a test fails because the tester has updated the test data, what should the tester do to prevent continued failures?</strong><br />
A. re-record the test<br />
B. use the comparator and update the baseline data<br />
C. nothing, because the test is supposed to fail<br />
D. change the test data</p>
<p><strong>Answers:</strong><br />
&#8212;&#8212;&#8212;&#8211;<br />
1.  Answer: D<br />
2.  Answer: D<br />
3.  Answer: D<br />
4.  Answer: C<br />
5.  Answer: B<br />
6.  Answer: A<br />
7.  Answer: A, B, C<br />
8.  Answer: B<br />
9.  Answer: C<br />
10. Answer: A, B, C<br />
11. Answer: B<br />
12. Answer: A<br />
13. Answer: C<br />
14. Answer: B<br />
15. Answer: B<br />
16. Answer: C<br />
17. Answer: B<br />
18. Answer: A<br />
19. Answer: D<br />
20. Answer: B<br />
21. Answer: B<br />
22. Answer: A<br />
23. Answer: D<br />
24. Answer: D<br />
25. Answer: B</p>
<p><em><strong>Thanks to J.B.Rajkumar for providing this sample paper for our readers.</strong></em></p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/ibm-rational-functional-tester-certification-details-and-sample-paper/">IBM Rational Functional Tester Certification Details and Sample Paper</a></b>
<br/><br/>Thank you so much!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/ibm-rational-functional-tester-certification-details-and-sample-paper/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>ISTQB Exam Questions on Equivalence partitioning and Boundary Value Analysis</title>
		<link>http://www.softwaretestinghelp.com/istqb-exam-questions-equivalence-partitioning-boundary-value-analysis/</link>
		<comments>http://www.softwaretestinghelp.com/istqb-exam-questions-equivalence-partitioning-boundary-value-analysis/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 07:35:12 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[QA certifications]]></category>
		<category><![CDATA[Questions & answers]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/istqb-exam-questions-equivalence-partitioning-boundary-value-analysis/</guid>
		<description><![CDATA[ISTQB Exam Questions on Equivalence partitioning and Boundary Value Analysis. It's important that all testers should be able to write test cases based on Equivalence partitioning and Boundary value analysis. Here are few sample questions for practice from ISTQB exam papers on Equivalence partitioning and BVA.<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/istqb-exam-questions-equivalence-partitioning-boundary-value-analysis/">ISTQB Exam Questions on Equivalence partitioning and Boundary Value Analysis</a></b>
<br/><br/>Thank you so much!
</p>
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s important that all testers should be able to write test cases based on Equivalence partitioning and Boundary value analysis. Taking this into consideration ISTQB is having significant importance for this topic in <strong>ISTQB Foundation level Certificate exam</strong>. Good practice and logical thinking can make it very easy to solve these questions.</p>
<p><strong>What is Equivalence partitioning?</strong><br />
Equivalence partitioning is a method for deriving test cases. In this method, equivalence classes (for input values) are identified such that each member of the class causes the same kind of processing and output to occur. The values at the extremes (start/end values or lower/upper end values) of such class are known as Boundary values. Analyzing the behavior of a system using such values is called <a href="http://www.softwaretestinghelp.com/what-is-boundary-value-analysis-and-equivalence-partitioning/" title="BVA"><strong>Boundary value analysis</strong></a> (BVA).</p>
<p><span id="more-362"></span></p>
<p><strong>Here are few sample questions for practice from ISTQB exam papers on Equivalence partitioning and BVA. (Ordered: Simple to little complex)<br />
</strong><br />
<strong>Question 1<br />
</strong>One of the fields on a form contains a text box which accepts numeric values in the range of 18 to 25. Identify the invalid Equivalence class.</p>
<p>a)    17<br />
b)    19<br />
c)    24<br />
d)    21</p>
<p><strong>Solution</strong><br />
The text box accepts numeric values in the range 18 to 25 (18 and 25 are also part of the class). So this class becomes our valid class. But the question is to identify invalid equivalence class. The classes will be as follows:<br />
Class I: values &lt; 18   =&gt; invalid class<br />
Class II: 18 to 25       =&gt; valid class<br />
Class III: values &gt; 25 =&gt; invalid class</p>
<p>17 fall under invalid class. 19, 24 and 21 fall under valid class. <strong>So answer is ‘A’</strong></p>
<p><strong>Question 2</strong><br />
In an Examination a candidate has to score minimum of 24 marks in order to clear the exam. The maximum that he can score is 40 marks.  Identify the Valid Equivalence values if the student clears the exam.</p>
<p>a)    22,23,26<br />
b)    21,39,40<br />
c)    29,30,31<br />
d)    0,15,22</p>
<p><strong>Solution</strong><br />
The classes will be as follows:<br />
Class I: values &lt; 24   =&gt; invalid class<br />
Class II: 24 to 40       =&gt; valid class<br />
Class III: values &gt; 40 =&gt; invalid class</p>
<p>We have to indentify Valid Equivalence values. Valid Equivalence values will be there in Valid Equivalence class. All the values should be in Class II. <strong>So answer is ‘C’</strong></p>
<p><strong>Question 3</strong><br />
One of the fields on a form contains a text box which accepts alpha numeric values. Identify the Valid Equivalence class<br />
a)    BOOK<br />
b)    Book<br />
c)    Boo01k<br />
d)    Book</p>
<p><strong>Solution</strong><br />
Alpha numeric is combination of alphabets and numbers. Hence we have to choose an option which has both of these. A valid equivalence class will consist of both alphabets and numbers. Option ‘c’ contains both alphabets and numbers. <strong>So answer is ‘C’</strong></p>
<p><strong>Question 4</strong><br />
The Switch is switched off once the temperature falls below 18 and then it is turned on when the temperature is more than 21. When the temperature is more than 21. Identify the Equivalence values which belong to the same class.</p>
<p>a)    12,16,22<br />
b)    24,27,17<br />
c)    22,23,24<br />
d)    14,15,19</p>
<p><strong>Solution</strong><br />
We have to choose values from same class (it can be valid or invalid class). The classes will be as follows:</p>
<p>Class I: less than 18 (switch turned off)<br />
Class II: 18 to 21<br />
Class III: above 21 (switch turned on)</p>
<p>Only in Option ‘c’ all values are from one class. Hence the <strong>answer is ‘C’</strong>. (Please note that the question does not talk about valid or invalid classes. It is only about values in same class)</p>
<p><strong>Question 5</strong><br />
A program validates a numeric field as follows: values less than 10 are rejected, values between 10 and 21 are accepted, values greater than or equal to 22 are rejected. Which of the following input values cover all of the equivalence partitions?</p>
<p>a. 10,11,21<br />
b. 3,20,21<br />
c. 3,10,22<br />
d. 10,21,22</p>
<p><strong>Solution</strong><br />
We have to select values which fall in all the equivalence class (valid and invalid both). The classes will be as follows:</p>
<p>Class I: values &lt;= 9   =&gt; invalid class<br />
Class II: 10 to 21       =&gt; valid class<br />
Class III: values &gt;= 22 =&gt; invalid class</p>
<p>All the values from option ‘c’ fall under all different equivalence class. <strong>So answer is ‘C’.</strong></p>
<p><strong>Question 6</strong><br />
A program validates a numeric field as follows: values less than 10 are rejected, values between 10 and 21 are accepted, values greater than or equal to 22 are rejected. Which of the following covers the MOST boundary values?</p>
<p>a. 9,10,11,22<br />
b. 9,10,21,22<br />
c. 10,11,21,22<br />
d. 10,11,20,21</p>
<p><strong>Solution</strong><br />
We have already come up with the classes as shown in question 5. The boundaries can be identified as 9, 10, 21, and 22. These four values are in option ‘b’. <strong>So answer is ‘B’</strong></p>
<p><strong>Question 7</strong><br />
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%.</p>
<p>To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?<br />
a)    £4000; £5000; £5500<br />
b)    £32001; £34000; £36500<br />
c)    £28000; £28001; £32001<br />
d)    £4000; £4200; £5600</p>
<p><strong>Solution</strong><br />
The classes will be as follows:<br />
Class I   : 0 to £4000          =&gt; no tax<br />
Class II  : £4001 to £5500   =&gt; 10 % tax<br />
Class III : £5501 to £33500 =&gt; 22 % tax<br />
Class IV : £33501 and above =&gt; 40 % tax</p>
<p>Select the values which fall in three different equivalence classes. Option ‘d’ has values from three different equivalence classes. <strong>So answer is ‘D’.</strong></p>
<p><strong>Question 8</strong><br />
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%.</p>
<p>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><strong>Solution</strong><br />
The classes are already divided in question # 7. We have to select a value which is a boundary value (start/end value). 33501 is a boundary value. <strong>So answer is ‘C’</strong>.</p>
<p><strong>Question 9</strong><br />
Given the following specification, which of the following values for age are in the SAME equivalence partition?</p>
<p>If you are less than 18, you are too young to be insured.<br />
Between 18 and 30 inclusive, you will receive a 20% discount.<br />
Anyone over 30 is not eligible for a discount.<br />
a)    17, 18, 19<br />
b)    29, 30, 31<br />
c)    18, 29, 30<br />
d)    17, 29, 31</p>
<p><strong>Solution</strong><br />
The classes will be as follows:<br />
Class I: age &lt; 18       =&gt; not insured<br />
Class II: age 18 to 30 =&gt; 20 % discount<br />
Class III: age &gt; 30     =&gt; no discount</p>
<p>Here we cannot determine if the above classes are valid or invalid, as nothing is mentioned in the question. (But according to our guess we can say I and II are valid and III is invalid. But this is not required here.) We have to select values which are in SAME equivalence partition. Values from option ‘c’ fall in same partition. <strong>So answer is ‘C’.</strong></p>
<p><strong>These are few sample questions for practice from ISTQB papers. We will continue to add more ISTQB question papers with answers in coming posts. </strong></p>
<p><em><strong>About the Author:</strong><br />
<strong>This is a guest article by &#8220;N. Sandhya Rani&#8221;.</strong> She is having around 4 years of experience in software testing mostly in manual testing. She is helping many aspirant software testers to clear the ISTQB testing certification exam. </em></p>
<p><strong>Put your questions related to ISTQB exam in comment section below. </strong></p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/istqb-exam-questions-equivalence-partitioning-boundary-value-analysis/">ISTQB Exam Questions on Equivalence partitioning and Boundary Value Analysis</a></b>
<br/><br/>Thank you so much!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/istqb-exam-questions-equivalence-partitioning-boundary-value-analysis/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
		</item>
		<item>
		<title>ISTQB software testing certification sample question paper with answers &#8211; Part II</title>
		<link>http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/</link>
		<comments>http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 09:53:10 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[QA certifications]]></category>
		<category><![CDATA[Questions & answers]]></category>
		<category><![CDATA[Testing Interview questions]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/</guid>
		<description><![CDATA[In continuation with our Previous article on ISTQB software testing certification sample papers and tips to solve the questions quickly, we are posting next set of ISTQB exam sample questions and answers with detailed evaluation for each option.<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/">ISTQB software testing certification sample question paper with answers &#8211; Part II</a></b>
<br/><br/>Thank you so much!
</p>
]]></description>
			<content:encoded><![CDATA[<p>In continuation with our <strong><a href="http://www.softwaretestinghelp.com/istqb-question-pattern-and-tips-to-solve/" title="ISTQB exam sample papers">Previous article</a></strong> on &#8220;<strong>ISTQB software testing certification sample papers and tips to solve the questions quickly</strong>&#8220;, we are posting next set of ISTQB exam sample questions and answers with detailed evaluation for each option.</p>
<p><strong><em>This is a guest article by &#8220;N. Sandhya Rani&#8221;.</em></strong></p>
<p><strong>ISTQB ‘Foundation level’ sample questions with answers and detailed evaluation of each option:</strong></p>
<p><strong>1. Methodologies adopted while performing Maintenance Testing:-</strong><br />
a)    Breadth Test and Depth Test<br />
b)    Retesting<br />
c)    Confirmation Testing<br />
d)    Sanity Testing</p>
<p><strong>Evaluating the options:</strong><br />
<span id="more-360"></span> a)    Option a: Breadth testing is a test suite that exercises the full functionality of a product but does not test features in detail. Depth testing is a test that exercises a feature of a product in full detail.<br />
b)    Option b: Retesting is part of regression<br />
c)    Option c: Confirmation testing is a synonym for retesting<br />
d)    Option d: Sanity testing does not include full functionality<br />
Maintenance testing includes testing some features in detail (for e.g. environment) and for some features detail testing is not required. It’s a mix of both breadth and depth testing.</p>
<p><strong>So, the answer is ‘A’</strong></p>
<p><strong>2.    Which of the following is true about Formal Review or Inspection:-</strong><br />
i.    Led by Trained Moderator (not the author).<br />
ii.    No Pre  Meeting Preparations<br />
iii.    Formal Follow up process.<br />
iv.    Main Objective is to find defects</p>
<p>a)    ii is true and i,iii,iv are false<br />
b)    i,iii,iv are true and ii is false<br />
c)    i,iii,iv are false and ii is true<br />
d)    iii is true and i,ii,iv are false</p>
<p><strong>Evaluating the options:</strong><br />
Consider the first point (i). This is true, Inspection is led by trained moderator. Hence we can eliminate options (a) and (d). Now consider second point. In Inspection pre-meeting preparation is required. So this point is false. Look for option where (i) is true and (ii) is false.</p>
<p><strong>The answer is ‘B’</strong></p>
<p><strong>3.    The Phases of formal review process is mentioned below arrange them in the correct order.<br />
</strong><br />
i.    Planning<br />
ii.    Review Meeting<br />
iii.    Rework<br />
iv.    Individual Preparations<br />
v.    Kick Off<br />
vi.    Follow Up</p>
<p>a)    i,ii,iii,iv,v,vi<br />
b)    vi,i,ii,iii,iv,v<br />
c)    i,v,iv,ii,iii,vi<br />
d)    i,ii,iii,v,iv,vi</p>
<p><strong>Evaluating the options:</strong><br />
Formal review process is ’Inspection’. Planning is foremost step. Hence we can eliminate option ’b’. Now we need to kickoff the process, so the second step will be Kick off. That’s it we found the answer. Its ’C’</p>
<p>The answer is ’C’</p>
<p><strong>4.    Consider the following state transition diagram of a two-speed hair dryer, which is operated by pressing its one button. The first press of the button turns it on to Speed 1, second press to Speed 2 and the third press turns it off. </strong></p>
<p><img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2009/07/istqb-question.jpg" title="ISTQB question pattern" alt="ISTQB question pattern" align="middle" height="159" width="175" /><br />
Which of the following series of state transitions below will provide 0-switch coverage?<br />
a.    A,C,B<br />
b.    B,C,A<br />
c.    A,B,C<br />
d.    C,B,A</p>
<p><strong>Evaluating the options:</strong><br />
In State transition testing a test is defined for each state transition. The coverage that is achieved by this testing is called 0-switch or branch coverage. 0-switch coverage is to execute each loop once (No repetition. We should start with initial state and go till end state. It does not test ‘sequence of two state transitions’). In this case the start state is ‘OFF’, and then press of the button turns it on to Speed 1 (i.e. A). Second press turns it on to Speed 2 (i.e. B) and the third press turns it off (i.e. C). Here we do not test the combinations like what if the start state is ‘Speed 1’ or ‘Speed 2’ etc.</p>
<p>An alternate way of solving this is check for the options where it starts with ‘OFF’ state. So we have options ‘a’ and ‘c’ to select from. As per the state diagram from ‘OFF’ state the dryer goes to ‘Speed 1’ and then to ‘Speed 2’. So our answer should start with ‘A’ and end with ‘C’.</p>
<p><strong>The answer is ’C’</strong></p>
<p><strong>5.    White Box Techniques are also called as :-</strong><br />
a)    Structural Testing<br />
b)    Design Based Testing<br />
c)    Error Guessing Technique<br />
d)    Experience Based Technique</p>
<p><strong>Evaluating the options:</strong><br />
I guess no evaluation is required here. It’s a straight answer. White box techniques are also called as Structural testing. (as it is done using code)</p>
<p><strong>The answer is ‘A’</strong></p>
<p><strong>6. What is an equivalence partition (also known as an equivalence class)?</strong><br />
a)    A set of test cases for testing classes of objects<br />
b)    An input or output range of values such that only one value in the range becomes a test case<br />
c)    An input or output range of values such that each value in the range becomes a test case<br />
d)    An input or output range of values such that every tenth value in the range becomes a test case.</p>
<p><strong>Evaluating the options:</strong><br />
Let’s recall the definition of equivalence partition. It is grouping inputs into valid and invalid classes. Hence any one value from one particular class forms an input. For e.g. input a valid class contains values from 3-5, then any value between 3-5 is considered as an input. All values are supposed to yield same output. Hence one value in this range becomes a test case.</p>
<p><strong>The answer is ‘B’</strong></p>
<p><strong>7.    The Test Cases Derived from use cases </strong><br />
a)    Are most useful in uncovering defects in the process flows during real world use of the system<br />
b)    Are most useful in uncovering defects in the  process flows during the testing use of the system<br />
c)    Are most useful in covering the defects in the process flows during real world use of the system<br />
d)    Are most useful in covering the defects at the Integration Level</p>
<p><strong>Evaluating the options:</strong><br />
Please refer to Use case related topic in the foundation level guide “Use cases describe the “process flows” through a system based on its actual likely use” (actual likely use is nothing but the real world use of the system). Use cases are useful for uncovering defects. Hence we can eliminate options (c ) and (d). Use case uncovers defects in process flow during real world use of the system.</p>
<p><strong>The answer is ‘A’</strong></p>
<p><strong>8.    Exhaustive Testing is</strong><br />
a)    Is impractical but possible<br />
b)    Is practically possible<br />
c)    Is impractical and impossible<br />
d)    Is always possible</p>
<p><strong>Evaluating the options:</strong><br />
From the definition given in the syllabus, Exhaustive testing is impossible. But it is possible in trivial cases. Exhaustive testing is not always possible. So eliminate option ‘d’. It is not impossible also. So eliminate option ‘c’. But implementing is impractical. Hence we can conclude that exhaustive testing is impractical but possible</p>
<p><strong>The answer is ‘A’</strong></p>
<p><strong>9.    Which of the following is not a part of the Test Implementation and Execution Phase </strong><br />
a)    Creating test suites from the test cases<br />
b)    Executing test cases either manually or by using test execution tools<br />
c)    Comparing actual results<br />
d)    Designing the Tests</p>
<p><strong>Evaluating the options:</strong><br />
Please take care of the word ‘not’ in the question. Test implementation does include Creating test suites, executing and comparing results. Hence eliminate options a, b and c. The only option left is ‘D’. Designing activities come before implementation.</p>
<p><strong>The answer is ‘D’</strong></p>
<p><strong>10.    Which of the following techniques is NOT a White box technique?</strong><br />
a)    Statement Testing and coverage<br />
b)    Decision Testing and coverage<br />
c)    Condition Coverage<br />
d)    Boundary value analysis</p>
<p><strong>Evaluating the options:</strong><br />
Please take care of the word ‘not’ in the question. We have to choose the one which is not a part of white box technique. Statement, decision, condition are the terms used in white box. So eliminate options a, b and c. Boundary value is part of black box.</p>
<p><strong>The answer is ‘D’</strong></p>
<p><strong>11. A Project risk includes which of the following </strong><br />
a)    Organizational Factors<br />
b)    Poor Software characteristics<br />
c)    Error Prone software delivered.<br />
d)    Software that does not perform its intended functions</p>
<p><strong>Evaluating the options:</strong><br />
a)    Option a: Organizational factors can be part of project risk.<br />
b)    Option b: Poor software characteristics are part of software. Its not a risk<br />
c)    Option c: Error prone software delivered. Again it’s a part of software.<br />
d)    Option d: Software that does not perform its intended functions. Again it’s a part of software.</p>
<p><strong>The answer is ‘A’</strong></p>
<p><strong>12.    In a risk-based approach the risks identified may be used to :</strong><br />
i.    Determine the test technique to be employed<br />
ii.    Determine the extent of testing to be carried out<br />
iii.    Prioritize testing in an attempt to find critical defects as early as possible.<br />
iv.    Determine the cost of the project</p>
<p>a)   ii is True;  i, iii, iv &amp; v are False<br />
b)   i,ii,iii are true and iv is false<br />
c)   ii &amp; iii are True;  i, iv   are False<br />
d)   ii, iii &amp; iv are True;  i is false</p>
<p><strong>Evaluating the options:</strong><br />
a)    Option a: Risks identified can be used to determine the test technique.<br />
b)    Option b: Risks can be used to determine the extent of testing required. For e.g. if there are P1 bugs in a software, then it is a risk to release it. Hence we can increase the testing cycle to reduce the risk<br />
c)    Option c: If risk areas are identified before hand, then we can prioritize testing to find defects asap.<br />
d)    Option d: Risk does not determine the cost of the project. It determines the impact on the project as a whole.<br />
Check for the option where first 3 points are true. Its ‘B’</p>
<p><strong>The answer is ‘B’</strong></p>
<p><strong>13.    Which of the following is the task of a Tester?</strong><br />
i.    Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project.<br />
ii.    Prepare and acquire Test Data<br />
iii.    Implement Tests on all test levels, execute and log the tests.<br />
iv.    Create the Test Specifications</p>
<p>a)    i, ii, iii is true and iv is false<br />
b)    ii,iii,iv is true and i is false<br />
c)    i is true and ii,iii,iv are false<br />
d)    iii and iv is correct and i and ii are incorrect</p>
<p><strong>Evaluating the options:</strong><br />
Not much explanation is needed in this case. As a tester, we do all the activities mentioned in options (ii), (iii) and (iv).</p>
<p><strong>The answer is ‘B’</strong></p>
<p><strong>14.    The Planning  phase of a formal review includes the following :-</strong><br />
a)    Explaining the objectives<br />
b)    Selecting the personnel, allocating roles.<br />
c)    Follow up<br />
d)    Individual Meeting preparations</p>
<p><strong>Evaluating the options:</strong><br />
In this case, elimination will work best. Follow-up is not a planning activity. It’s a post task. Hence eliminate option ‘b’. Individual meeting preparation is an activity for individual. It’s not a planning activity. Hence eliminate option ‘d’. Now we are left with 2 options ‘a’ and ‘b’, read those 2-3 times. We can identify that option ‘b’ is most appropriate. Planning phase of formal review does include selecting personnel and allocation of roles. Explaining the objectives is not part of review process. (this is also written in the FL syllabus)</p>
<p><strong>The answer is ‘B’</strong></p>
<p><strong>15.    A Person who documents all the issues, problems and open points that were identified during a formal review.</strong><br />
a)     Moderator.<br />
b)     Scribe<br />
c)     Author<br />
d)     Manager</p>
<p><strong>Evaluating the options:</strong><br />
I hope there is not confusion here. The answer is scribe.</p>
<p><strong>The answer is ‘B’</strong></p>
<p><strong>16.    Who are the persons involved in a Formal Review :-</strong><br />
i.    Manager<br />
ii.    Moderator<br />
iii.    Scribe / Recorder<br />
iv.    Assistant Manager</p>
<p>a)    i,ii,iii,iv are true<br />
b)    i,ii,iii are true and iv is false.<br />
c)    ii,iii,iv are true and i is false.<br />
d)    i,iv are true and ii, iii are false.</p>
<p><strong>Evaluating the options:</strong><br />
The question is regarding formal review, means Inspection. First we will try to identify the persons that we are familiar w.r.t Inspection. Manager, Moderator and Scribe are involved in Inspection. So now we have only first 2 options to select from. (other 2 options are eliminated). There is no assistant manager in Inspection.</p>
<p><strong>The answer is ‘B’</strong></p>
<p><strong>17.    Which of the following is a Key Characteristics of Walk Through</strong><br />
a)    Scenario , Dry Run , Peer Group<br />
b)    Pre Meeting Preparations<br />
c)    Formal Follow Up Process<br />
d)    Includes Metrics</p>
<p><strong>Evaluating the options:</strong><br />
Pre meeting preparation is part of Inspection. Also Walk through is not a formal process. Metrics are part of Inspection. Hence eliminating ‘b’, ‘c’ and ‘d’.</p>
<p><strong>The answer is ‘A’</strong></p>
<p><strong>18.    What can static analysis NOT find?</strong><br />
a)    the use of a variable before it has been defined<br />
b)    unreachable (“dead”) code<br />
c)    memory leaks<br />
d)    array bound violations</p>
<p><strong>Evaluating the options:</strong><br />
Static analysis cover all the above options except ‘Memory leaks’. (Please refer to the FL syllabus. Its written clearly over there)</p>
<p><strong>The answer is ‘C’</strong></p>
<p><strong>19.    Incidents would not be raised against:</strong><br />
a)    requirements<br />
b)    documentation<br />
c)    test cases<br />
d)    improvements suggested by users</p>
<p><strong>Evaluating the options:</strong><br />
The first three options are obvious options for which incidents are raised. The last option can be thought as an enhancement. It is a suggestion from the users and not an incident.</p>
<p><strong>The answer is ‘D’</strong></p>
<p><strong>20.    A Type of functional Testing, which investigates the functions relating to detection of threats, such as virus from malicious outsiders.</strong><br />
a)    Security Testing<br />
b)    Recovery Testing<br />
c)    Performance Testing<br />
d)    Functionality Testing</p>
<p><strong>Evaluating the options:</strong><br />
The terms used in the question like detection of threats, virus etc point towards the security issues. Also security testing is a part of Functional testing. In security testing we investigate the threats from malicious outsiders etc.</p>
<p><strong>The answer is ‘A’</strong></p>
<p><strong>21.    Which of the following is not a major task of Exit criteria?</strong><br />
a)    Checking test logs against the exit criteria specified in test planning.<br />
b)    Logging the outcome of test execution.<br />
c)    Assessing if more tests are needed.<br />
d)    Writing a test summary report for stakeholders.</p>
<p><strong>Evaluating the options:</strong><br />
The question is about ‘not’ a major task. Option ‘a’ is a major task. So eliminate this. Option ‘b’ is not a major task. (But yes, logging of outcome is important). Option ‘c’ and ‘d’ both are major tasks of Exit criteria. So eliminate these two.</p>
<p><strong>The answer is ‘B’</strong></p>
<p><strong>22.    Testing where in we subject the target of the test , to varying workloads to measure and evaluate the performance behaviors and ability of the target and of the test to continue to function properly under these different workloads.</strong><br />
a)    Load Testing<br />
b)    Integration  Testing<br />
c)    System Testing<br />
d)    Usability Testing</p>
<p><strong>Evaluating the options:</strong><br />
Workloads, performance are terms that come under Load testing. Also as can be seen from the other options, they are not related to load testing. So we can eliminate them.</p>
<p><strong>The answer is ‘A’</strong></p>
<p><strong>23.    Testing activity which is performed to expose defects in the interfaces and in the interaction between integrated components is :-</strong><br />
a)    System Level Testing<br />
b)    Integration Level Testing<br />
c)    Unit Level Testing<br />
d)    Component Testing</p>
<p><strong>Evaluating the options:</strong><br />
We have to identify the testing activity which finds defects which occur due to interaction or integration. Option ‘a’ is not related to integration. Option ‘c’ is unit testing. Option ‘d’ component is again a synonym for unit testing. Hence eliminating these three options.</p>
<p><strong>The answer is ‘B’</strong></p>
<p><strong>24.    Static analysis is best described as:</strong><br />
a)    The analysis of batch programs.<br />
b)    The reviewing of test plans.<br />
c)    The analysis of program code.<br />
d)    The use of black box testing.</p>
<p><strong>Evaluating the options:</strong><br />
In this case we have to choose an option, which ‘best’ describes static analysis. Most of the options given here are very close to each other. We have to carefully read them.<br />
a)    Option a: Analysis is part of static analysis. But is not the best option which describes static analysis.<br />
b)    Option b: Reviews are part of static analysis. But is not the best option which describes static analysis.<br />
c)    Option c: Static analysis does analyze program code.<br />
d)    Option d: This option ca be ruled out, as black box is a dynamic testing.</p>
<p><strong>The answer is ‘C’</strong></p>
<p><strong>25.    One of the fields on a form contains a text box which accepts alpha numeric values. Identify the Valid Equivalence class</strong><br />
a)    BOOK<br />
b)    Book<br />
c)    Boo01k<br />
d)    book</p>
<p><strong>Evaluating the options:</strong><br />
As we know, alpha numeric is combination of alphabets and numbers. Hence we have to choose an option which has both of these.<br />
a.    Option a: contains only alphabets. (to create confusion they are given in capitals)<br />
b.    Option b: contains only alphabets. (the only difference from above option is that all letters are not in capitals)<br />
c.    Option c: contains both alphabets and numbers<br />
d.    Option d: contains only alphabets but in lower case</p>
<p><strong>The answer is ‘C’</strong></p>
<p><strong>26.    Reviewing the test Basis  is a part of  which phase </strong><br />
a)    Test Analysis and Design<br />
b)    Test Implementation and execution<br />
c)    Test Closure Activities<br />
d)    Evaluating exit criteria and reporting</p>
<p><strong>Evaluating the options:</strong><br />
Test basis comprise of requirements, architecture, design, interfaces. By looking at these words, we can straight away eliminate last two options. Now option ‘a’ is about test analysis and design. This comes under test basis. Option ‘b’ is about implementation and execution which come after the design process. So the best option is ‘a’.</p>
<p><strong>The answer is ‘A’</strong></p>
<p><strong>27.    Reporting Discrepancies as incidents is a part of which phase :- </strong><br />
a)    Test Analysis and Design<br />
b)    Test Implementation and execution<br />
c)    Test Closure Activities<br />
d)    Evaluating exit criteria and reporting</p>
<p><strong>Evaluating the options:</strong><br />
Incident is reporting discrepancies, in other terms its defect/bug. We find defects while execution cycle where we execute the test cases.<br />
<strong><br />
The answer is ‘B’</strong></p>
<p><strong>28.    Which of the following items would not come under Configuration Management?</strong><br />
a)    operating systems<br />
b)    test documentation<br />
c)    live data<br />
d)    user requirement document</p>
<p><strong>Evaluating the options:</strong><br />
We have to choose an option which does ‘not’ come under Configuration Management (CM). CM is about maintaining the integrity of the products like components, data and documentation.<br />
a)    Option a: maintaining the Operating system configuration that has been used in the test cycle is part of CM.<br />
b)    Option b: Test documentation is part of CM<br />
c)    Option c: Data is part of CM. but here the option is ‘live data’ which is not part of CM. The live data keeps on changing (in real scenario).<br />
d)    Option d: Requirements and documents are again part of CM<br />
The only option that does not fall under CM is ‘c’</p>
<p><strong>The answer is ‘C’</strong></p>
<p><strong>29.    Handover of Test-ware is a part of which Phase </strong><br />
a)    Test Analysis and Design<br />
b)    Test Planning and control<br />
c)    Test Closure Activities<br />
d)    Evaluating exit criteria and reporting</p>
<p><strong>Evaluating the options:</strong><br />
Hand over is typically a process which is part of closure activities. It is not part of analysis, design or planning activity. Also it is not part of evaluating exit criteria. After closure of test cycle test-ware is handover to the maintenance organization.</p>
<p><strong>The answer is ‘C’</strong></p>
<p><strong>30. The Switch is switched off once the temperature falls below 18 and then it is turned on when the temperature is more than 21. Identify the Equivalence values which belong to the same class.</strong><br />
a)    12,16,22<br />
b)    24,27,17<br />
c)    22,23,24<br />
d)    14,15,19</p>
<p><strong>Evaluating the options:</strong><br />
Read the question carefully. We have to choose values from same class. So first divide the classes. When temperature falls below 18 switch is turned off. This forms a class (as shown below). When the temperature is more than 21, the switch is turned on. For values between 18 to 21, no action is taken. This also forms a class as shown below.</p>
<p>Class I: less than 18 (switch turned off)<br />
Class II: 18 to 21<br />
Class III: above 21 (switch turned on)</p>
<p>From the given options select the option which has values from only one particular class. Option ‘a’ values are not in one class, so eliminate. Option ‘b’ values are not in one class, so eliminate. Option ‘c’ values are in one class. Option ‘d’ values are not in one class, so eliminate. (please note that the question does not talk about valid or invalid classes. It is only about values in same class)</p>
<p><strong>The answer is ‘C’</strong></p>
<p><em><strong>About the Author:</strong><br />
&#8220;N. Sandhya Rani&#8221; is having around 4 years of experience in software testing mostly in manual testing. She is helping many aspirant software testers to clear the ISTQB testing certification exam by giving tips on how to solve the multiple choice questions correctly with evaluating each option quickly.</em></p>
<p><strong>If you have any query on ISTQB testing certification exam, please post it in comment section below.</strong></p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/">ISTQB software testing certification sample question paper with answers &#8211; Part II</a></b>
<br/><br/>Thank you so much!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/istqb-software-testing-certification-sample-question-paper-2/feed/</wfw:commentRss>
		<slash:comments>167</slash:comments>
		</item>
		<item>
		<title>ISTQB question pattern and tips to solve</title>
		<link>http://www.softwaretestinghelp.com/istqb-question-pattern-and-tips-to-solve/</link>
		<comments>http://www.softwaretestinghelp.com/istqb-question-pattern-and-tips-to-solve/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 06:23:25 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[QA certifications]]></category>
		<category><![CDATA[Questions & answers]]></category>
		<category><![CDATA[Testing Interview questions]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/istqb-question-pattern-and-tips-to-solve/</guid>
		<description><![CDATA[Please welcome &#8216;Sandhya&#8217; on softwaretestinghelp.com writer&#8217;s board. Sandhya is having extensive experience in software testing field and  helping many software testers in clearing the testing certification exams like ISTQB.
Sandhya will be giving you ISTQB paper pattern and tips on how to solve the questions quickly. To start with, here are 10 sample ISTQB ‘Foundation [...]<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/istqb-question-pattern-and-tips-to-solve/">ISTQB question pattern and tips to solve</a></b>
<br/><br/>Thank you so much!
</p>
]]></description>
			<content:encoded><![CDATA[<p>Please welcome &#8216;Sandhya&#8217; on softwaretestinghelp.com writer&#8217;s board. Sandhya is having extensive experience in software testing field and  helping many software testers in clearing the testing certification exams like ISTQB.</p>
<p>Sandhya will be giving you <strong>ISTQB paper pattern and tips on how to solve the questions</strong> quickly. To start with, here are 10 sample ISTQB <strong>‘Foundation level’</strong> questions with detailed explanation for answers.</p>
<p><span id="more-359"></span></p>
<p><strong>ISTQB question pattern and tips to solve: </strong><br />
ISTQB questions are formatted in such a way that the answers look very much similar. People often choose the one, which they are more familiar with. We should carefully read the question twice or thrice or may be more than that, till we are clear about what is being asked in the question.</p>
<p>Now look at the options carefully. The options are chosen to confuse the candidates. To choose the correct answer, we should start eliminating one by one. Go through each option and check whether it is appropriate or not. If you end up selecting more than one option, repeat the above logic for the answers that you selected. This will definitely work.</p>
<p>Before you start with the question papers, please read the material thoroughly. Practice as many papers as possible. This will help a lot because, when we actually solve the papers, we apply the logic that we know.</p>
<p><strong>ISTQB ‘Foundation level’ sample questions with answers:</strong></p>
<p><strong>1.    Designing the test environment set-up and identifying any required infrastructure and tools  are  a part of which phase </strong></p>
<p>a)    Test Implementation and execution<br />
b)    Test Analysis and Design<br />
c)    Evaluating the Exit Criteria and reporting<br />
d)    Test Closure Activities</p>
<p><strong>Evaluating the options:</strong><br />
a)    Option a: as the name suggests these activities are part of the actual implementation cycle. So do not fall under set-up<br />
b)    Option b: Analysis and design activities come before implementation. The test environment set-up, identifying any required infrastructure and tools are part of this activity.<br />
c)    Option c: These are post implementation activities<br />
d)    Option d: These are related to closing activities. This is the last activity.</p>
<p>So, the answer is<strong> ‘B’</strong></p>
<p><strong>2.    Test Implementation and execution has which of the following major tasks?</strong></p>
<p>i.    Developing and prioritizing test cases, creating test data, writing test procedures and optionally preparing the test harnesses and writing automated test scripts.<br />
ii.    Creating the test suite from the test cases for efficient test execution.<br />
iii.    Verifying that the test environment has been set up correctly.<br />
iv.    Determining the exit criteria.</p>
<p>a)    i,ii,iii are true and iv is false<br />
b)    i,,iv are true and ii is false<br />
c)    i,ii are true and iii,iv  are false<br />
d)    ii,iii,iv are true and i is false</p>
<p><strong>Evaluating the options:</strong><br />
Let’s follow a different approach in this case. As can be seen from the above options, determining the exit criteria is definitely not a part of test implementation and execution. So choose the options where (iv) is false. This filters out ‘b’ and ‘d’.</p>
<p>We need to select only from ‘a’ and ‘c’. We only need to analyze option (iii) as (i) and (ii) are marked as true in both the cases. Verification of the test environment is part of the implementation activity. Hence option (iii) is true. This leaves the only option as ‘a’.</p>
<p>So, the answer is<strong> ‘A’</strong></p>
<p><strong>3. A Test Plan Outline contains which of the following:-</strong></p>
<p>i.    Test Items<br />
ii.    Test Scripts<br />
iii.    Test Deliverables<br />
iv.    Responsibilities</p>
<p>a)    I,ii,iii are true and iv is false<br />
b)    i,iii,iv are true and ii is false<br />
c)    ii,iii are true and i and iv are false<br />
d)    i,ii are false and  iii , iv are true</p>
<p><strong>Evaluating the options:</strong><br />
Let’s use the approach given in question no. 2. Test scripts are not part of the test plan (this must be clear). So choose the options where (ii) is false. So we end up selecting ‘b’ and ‘d’. Now evaluate the option (i), as option (iii) and (iv) are already given as true in both the cases. Test items are part of the test plan. Test items are the modules or features which will be tested and these will be part of the test plan.</p>
<p>So, the answer is <strong>‘B’</strong></p>
<p><strong>4.    One of the fields on a form contains a text box which accepts numeric values in the range of 18 to 25. Identify the invalid Equivalence class</strong><br />
a)    17<br />
b)    19<br />
c)    24<br />
d)    21</p>
<p><strong>Evaluating the options:</strong><br />
In this case, first we should identify valid and invalid equivalence classes.</p>
<p>Invalid Class  |    Valid Class     |  Invalid Class<br />
Below 18         |    18 to 25         |  26 and above</p>
<p>Option ‘a’ falls under invalid class. Options ‘b’, ‘c’ and ‘d’ fall under valid class.</p>
<p>So, the answer is <strong>‘A’</strong></p>
<p><strong>5.    In an Examination a candidate has to score minimum of 24 marks in order to clear the exam. The maximum that he can score is 40 marks.  Identify the Valid Equivalence values if the student clears the exam.</strong></p>
<p>a)    22,23,26<br />
b)    21,39,40<br />
c)    29,30,31<br />
d)    0,15,22</p>
<p><strong>Evaluating the options:</strong><br />
Let’s use the approach given in question 4. Identify valid and invalid equivalence classes.</p>
<p>Invalid Class  |    Valid Class     |  Invalid Class<br />
Below 24        |    24 to 40          |  41 and above</p>
<p>The question is to identify valid equivalence values. So all the values must be from ‘Valid class’ only.</p>
<p>a)    Option a: all the values are not from valid class<br />
b)    Option b: all the values are not from valid class<br />
c)    Option c: all the values are from valid class<br />
d)    Option d: all the values are not from valid class</p>
<p>So, the answer is <strong>‘C’</strong></p>
<p><strong>6. Which of the following statements regarding static testing is false:</strong></p>
<p>a)    static testing requires the running of tests through the code<br />
b)    static testing includes desk checking<br />
c)    static testing includes techniques such as reviews and inspections<br />
d)    static testing can give measurements such as cyclomatic complexity</p>
<p><strong>Evaluating the options:</strong><br />
a)    Option a: is wrong. Static testing has nothing to do with code<br />
b)    Option b: correct, static testing does include desk checking<br />
c)    Option c: correct, it includes reviews and inspections<br />
d)    Option d: correct, it can give measurements such as cyclomatic complexity</p>
<p>So, the answer is <strong>‘A’</strong></p>
<p><strong>7. Verification involves which of the following:-<br />
</strong>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.</p>
<p>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.</p>
<p><strong>Evaluating the options:</strong><br />
a) Option a: The quality of the product can be checked only after building it.<br />
Verification is a cycle before completing the product.<br />
b) Option b: Verification checks that we have built the right product.<br />
c) Option c: it does not help in developing the product<br />
d) Option d: it does not involve monitory activities.</p>
<p>So, the answer is<strong> ‘B’</strong></p>
<p><strong>8. Component Testing is also called as :-</strong><br />
i.    Unit Testing<br />
ii.    Program Testing<br />
iii.    Module Testing<br />
iv.    System Component Testing .</p>
<p>a)    i,ii,iii are true and iv is false<br />
b)    i,ii,iii,iv are false<br />
c)    i,ii,iv are true and iii is  false<br />
d)    all of above is true</p>
<p><strong>Evaluating the options:</strong><br />
a) Option a: correct, component testing is also called as unit testing<br />
b) Option b: not sure (but as all the options indicate this as true, we can conclude                that Program testing is also called as unit testing)<br />
c) Option c: correct, component testing is also called as module testing<br />
d) Option d: wrong. System component testing comes under system testing.</p>
<p>So, the answer is <strong>‘A’</strong></p>
<p><strong>9. Link Testing is also called as  : </strong><br />
a)    Component Integration  testing<br />
b)    Component System Testing<br />
c)    Component Sub System Testing<br />
d)    Maintenance testing</p>
<p><strong>Evaluating the options:</strong><br />
As the name suggests, this testing is performed by linking (say modules). Now if<br />
we look at the options, only option ‘a’ is performed by linking or integrating<br />
modules/components.</p>
<p>So, the answer is <strong>‘A’</strong></p>
<p><strong>10.</strong><br />
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2009/07/istqb-q10.jpg" title="ISTQB questions 10" alt="ISTQB questions 10" align="middle" height="186" width="474" /></p>
<p><strong>What is the expected result for each of the following test cases?</strong><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.<br />
a)    A – Issue membership, 10% discount, B–Issue membership, offer no discount.    B<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)    A &#8211; Issue membership, no discount, B- Issue membership with 10% discount.</p>
<p><strong>Evaluating the options:</strong></p>
<p><img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2009/07/istqb-q10-answer.jpg" title="ISYQB answer 10" alt="ISYQB answer 10" align="middle" height="191" width="475" /><br />
Explanation:<br />
For TC1: follow the path in green color<br />
(The person is Indian resident, so select only &#8216;True&#8217; options.<br />
The person is aged between 18-55, so select only &#8216;True&#8217;<br />
The person is a married, so again select only &#8216;True&#8217;<br />
For this person, the actions under &#8216;Rule 4&#8242; will be applied. That is, issue membership and no discount)</p>
<p>For TC3: follow the path in blue color<br />
(The person is not Indian resident, so select only &#8216;False&#8217; (under Rule 1)<br />
The person is not aged between 18-55. No need to select any path, as it is  written &#8220;Don&#8217;t care&#8221;.<br />
The person is married. No need to select any path, as it is written &#8220;Don&#8217;t care&#8221;.<br />
For this person, the actions under &#8216;Rule1&#8242; will be applied, That is, Don&#8217;t issue membership and no discount.)</p>
<p>So, the answer is <strong>‘C&#8217;</strong></p>
<p><em>Note: The answers are based on writers own experience and judgment and may not be 100% correct. If you feel any correction is required please discuss in comments below.</em></p>
<p><em><strong>Please feel free to ask any question related to ISTQB exam and testing certifications in comment section below.  </strong></em></p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/istqb-question-pattern-and-tips-to-solve/">ISTQB question pattern and tips to solve</a></b>
<br/><br/>Thank you so much!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/istqb-question-pattern-and-tips-to-solve/feed/</wfw:commentRss>
		<slash:comments>122</slash:comments>
		</item>
		<item>
		<title>Check your eligibility for CSTE certification. Take this sample CSTE examination</title>
		<link>http://www.softwaretestinghelp.com/check-your-eligibility-for-cste-certification/</link>
		<comments>http://www.softwaretestinghelp.com/check-your-eligibility-for-cste-certification/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 14:00:55 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[QA certifications]]></category>
		<category><![CDATA[Questions & answers]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/check-your-eligibility-for-cste-certification/</guid>
		<description><![CDATA[CSTE testing certification is the basic certification to check testers skill and understanding of software testing theory and software testing practices. If you are applying for CSTE certification check if you can answer at least 75% of the following test questions.<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/check-your-eligibility-for-cste-certification/">Check your eligibility for CSTE certification. Take this sample CSTE examination</a></b>
<br/><br/>Thank you so much!
</p>
]]></description>
			<content:encoded><![CDATA[<p>I have written many articles on software testing certifications. Here is one more &#8217;sample exam questions&#8217; article on CSTE certification. CSTE testing certification is the basic certification to check testers skill and understanding of software testing theory and software testing practices.</p>
<p>If you are applying for CSTE certification check if you can answer at least 75% of the following test questions. Four and half hour CSTE exam consist of 4 parts, Two multiple choice parts and two essay parts.</p>
<p><span id="more-170"></span></p>
<p><strong>Below you will find 20 multiple choice questions from all skill categories.</strong> There are around 10 skill categories and I have included 2 questions from each category.</p>
<p><strong>Skill categories:</strong></p>
<ul>
<li> Software Testing Principles and Concepts</li>
<li> Building the Test Environment</li>
<li> Managing the Test Project</li>
<li> Test Planning</li>
<li> Executing the Test Plan</li>
<li> Test Reporting Process</li>
<li> User Acceptance Testing</li>
<li> Testing Software Developed by Contractors</li>
<li> Testing Internal Control</li>
<li> Testing New Technologies</li>
</ul>
<p>These are the latest sample questions from the CSTE CBOK.</p>
<p><strong>Mark the answers somewhere so that you can check the score at the end of the test. </strong></p>
<p><strong>1. The customer’s view of quality means:</strong><br />
a. Meeting requirements<br />
b. Doing it the right way<br />
c. Doing it right the first time<br />
d. Fit for use<br />
e. Doing it on time</p>
<p><strong>2. The testing of a single program, or function, usually performed by the developer is called:</strong><br />
a. Unit testing<br />
b. Integration testing<br />
c. System testing<br />
d. Regression testing<br />
e. Acceptance testing</p>
<p><strong>3. The measure used to evaluate the correctness of a product is called the product:</strong><br />
a. Policy<br />
b. Standard<br />
c. Procedure to do work<br />
d. Procedure to check work<br />
e. Guideline</p>
<p><strong>4. Which of the four components of the test environment is considered to be the most important component of the test environment:</strong><br />
a. Management support<br />
b. Tester competency<br />
c. Test work processes<br />
d. Testing techniques and tools</p>
<p><strong>5. Effective test managers are effective listeners. The type of listening in which the tester is performing an analysis of what the speaker is saying is called:</strong><br />
a. Discriminative listening<br />
b. Comprehensive listening<br />
c. Therapeutic listening<br />
d. Critical listening<br />
e. Appreciative listening</p>
<p><strong>6. To become a CSTE, an individual has a responsibility to accept the standards of conduct defined by the certification board. These standards of conduct are called:</strong><br />
a. Code of ethics<br />
b. Continuing professional education requirement<br />
c. Obtaining references to support experience<br />
d. Joining a professional testing chapter<br />
e. Following the common body of knowledge in the practice of software testing</p>
<p><strong>7. Which of the following are risks that testers face in performing their test activities:</strong><br />
a. Not enough training<br />
b. Lack of test tools<br />
c. Not enough time for testing<br />
d. Rapid change<br />
e. All of the above</p>
<p><strong>8. All of the following are methods to minimize loss due to risk. Which one is not a method to minimize loss due to risk:</strong><br />
a. Reduce opportunity for error<br />
b. Identify error prior to loss<br />
c. Quantify loss<br />
d. Minimize loss<br />
e. Recover loss<br />
<strong><br />
9. Defect prevention involves which of the following steps:</strong><br />
a. Identify critical tasks<br />
b. Estimate expected impact<br />
c. Minimize expected impact<br />
d. a, b and c<br />
e. a and b</p>
<p><strong>10. The first step in designing use case is to:</strong><br />
a. Build a system boundary diagram<br />
b. Define acceptance criteria<br />
c. Define use cases<br />
d. Involve users<br />
e. Develop use cases</p>
<p><strong>11. The defect attribute that would help management determine the importance of the defect is called:</strong><br />
a. Defect type<br />
b. Defect severity<br />
c. Defect name<br />
d. Defect location<br />
e. Phase in which defect occurred</p>
<p><strong>12. The system test report is normally written at what point in software development:</strong><br />
a. After unit testing<br />
b. After integration testing<br />
c. After system testing<br />
d. After acceptance testing</p>
<p><strong>13. The primary objective of user acceptance testing is to:</strong><br />
a. Identify requirements defects<br />
b. Identify missing requirements<br />
c. Determine if software is fit for use<br />
d. Validate the correctness of interfaces to other software systems<br />
e. Verify that software is maintainable</p>
<p><strong>14. If IT establishes a measurement team to create measures and metrics to be used in status reporting, that team should include individuals who have:</strong><br />
a. A working knowledge of measures<br />
b. Knowledge in the implementation of statistical process control tools<br />
c. A working understanding of benchmarking techniques<br />
d. Knowledge of the organization’s goals and objectives<br />
e. All of the above</p>
<p><strong>15. What is the difference between testing software developed by a contractor outside your country, versus testing software developed by a contractor within your country:</strong><br />
a. Does not meet people needs<br />
b. Cultural differences<br />
c. Loss of control over reallocation of resources<br />
d. Relinquishment of control<br />
e. Contains extra features not specified</p>
<p><strong>16. What is the definition of a critical success factor:</strong><br />
a. A specified requirement<br />
b. A software quality factor<br />
c. Factors that must be present<br />
d. A software metric<br />
e. A high cost to implement requirement</p>
<p><strong>17. The condition that represents a potential for loss to an organization is called:</strong><br />
a. Risk<br />
b. Exposure<br />
c. Threat<br />
d. Control<br />
e. Vulnerability</p>
<p><strong>18. A flaw in a software system that may be exploited by an individual for his or her advantage is called:</strong><br />
a. Risk<br />
b. Risk analysis<br />
c. Threat<br />
d. Vulnerability<br />
e. Control</p>
<p><strong>19. The conduct of business of the Internet is called:</strong><br />
a. e-commerce<br />
b. e-business<br />
c. Wireless applications<br />
d. Client-server system<br />
e. Web-based applications</p>
<p><strong>20. The following is described as one of the five levels of maturing a new technology into an IT organization’s work processes. The “People-dependent technology” level is equivalent to what level in SEI’s compatibility maturity model:</strong><br />
a. Level 1<br />
b. Level 2<br />
c. Level 3<br />
d. Level 4<br />
e. Level 5</p>
<p><strong>Done? <a href="http://www.softwaretestinghelp.com/answers-to-sample-cste-exam-questions/">Check the answers.</a>  </strong></p>
<p>In coming articles I will emphasize more on sample CSTE essay papers and how to answer multiple choice and essay type questions. You can refer previous <a href="http://www.softwaretestinghelp.com/category/qa-certifications/">software testing certification articles here.</a></p>
<p><strong>To get more testing tips, <a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/register_free_with_your_email_only_/170/3" target="_blank">register free with your email only.</a></strong></p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/check-your-eligibility-for-cste-certification/">Check your eligibility for CSTE certification. Take this sample CSTE examination</a></b>
<br/><br/>Thank you so much!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/check-your-eligibility-for-cste-certification/feed/</wfw:commentRss>
		<slash:comments>138</slash:comments>
		</item>
		<item>
		<title>CSTE software testing certification exam question pattern</title>
		<link>http://www.softwaretestinghelp.com/cste-software-testing-certification-exam-question-patern/</link>
		<comments>http://www.softwaretestinghelp.com/cste-software-testing-certification-exam-question-patern/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 11:23:50 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[QA certifications]]></category>
		<category><![CDATA[Questions & answers]]></category>
		<category><![CDATA[Testing Interview questions]]></category>
		<category><![CDATA[Testing Tips and resources]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/cste-software-testing-certification-exam-question-patern/</guid>
		<description><![CDATA[This article will give you general idea about CSTE certification exam paper pattern. I have included some sample questions and answers for the CSTE mock test paper. You can refer these questions and can judge the pattern of descriptive answer paper. If you need objective type questions from CSTE paper you can refer our previous [...]<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/cste-software-testing-certification-exam-question-patern/">CSTE software testing certification exam question pattern</a></b>
<br/><br/>Thank you so much!
</p>
]]></description>
			<content:encoded><![CDATA[<p>This article will give you general idea about <strong>CSTE certification exam paper pattern</strong>. I have included some sample questions and answers for the CSTE mock test paper. You can refer these questions and can judge the pattern of descriptive answer paper. If you need objective type questions from CSTE paper you can refer our previous article on <a href="http://www.softwaretestinghelp.com/test-your-software-testing-knowledge-take-this-mock-test/" title="CSTE objective questions" target="_blank">CSTE objective type question answers</a> . Also you can download some more sample papers from our <strong>&#8216;Downloads&#8217;</strong> section.</p>
<p><strong>CSTE mock test paper &#8211; Questions and Answers:</strong></p>
<p><span id="more-140"></span></p>
<p><strong>1. Define the following along with examples </strong>[25 Marks]<strong><br />
a. Boundary Value testing<br />
b. Equivalence testing<br />
c. Error Guessing<br />
d. Desk checking<br />
e. Control Flow analysis</strong></p>
<p><strong>Answer:</strong><br />
a) Boundary value Analysis: &#8211; A process of selecting test cases/data by identifying the boundaries that separate valid and invalid conditions. Tests are constructed to test the inside and outside edges of these boundaries, in addition to the actual boundary points. or A selection technique in which test data are chosen to lie along &#8220;boundaries&#8221; of the input domain [or output range] classes, data structures, procedure parameters, etc. Choices often include maximum, minimum, and trivial values or parameters.</p>
<p>E.g. &#8211; Input data 1 to 10 (boundary value)<br />
Test input data 0, 1, 2 to 9, 10, 11</p>
<p>b) Equivalence testing: &#8211; The input domain of the system is partitioned into classes of representative values, so that the no of test cases can be limited to one-per-class, which represents the minimum no. of test cases that must be executed.</p>
<p>E.g.- valid data range: 1-10<br />
Test set:-2; 5; 14</p>
<p>c) Error guessing: &#8211; Test data selection technique. The selection criterion is to pick values that seem likely to cause errors Error guessing is based mostly upon experience, with some assistance from other techniques such as boundary value analysis. Based on experience, the test designer guesses the types of errors that could occur in a particular type of software and designs test cases to uncover them.</p>
<p>E.g. &#8211; For example, if any type of resource is allocated dynamically, a good place to look for errors is in the de-allocation of resources. Are all resources correctly deallocated, or are some lost as the software executes?</p>
<p>d) Desk checking: &#8211; Desk checking is conducted by the developer of the system or  program. The process involves reviewing the complete product to ensure that it is  structurally sound and that the standards and requirements have been met. This is the most traditional means for analyzing a system or program.</p>
<p>e) Control Flow Analysis: &#8211; It is based upon graphical representation of the program process. In control flow analysis; the program graphs has nodes which represent a statement or segment possibly ending in an unresolved branch. The graph illustrates the flow of program control from one segment to another as illustrated through branches .the objective of control flow analysis is to determine the potential problems in logic branches that might result in a loop condition or improper processing.</p>
<p><strong>2. You find that there is a senior tester who is making more mistakes than the junior testers. You need to communicate this aspect to the senior tester. Also, you don&#8217;t want to loose this tester. How should one go about the constructive criticism? </strong>[10 Marks]</p>
<p><strong>Answer:</strong><br />
In the quality approach, it is the responsibility of the supervisor to make His/Her subordinates successful. The effective use of criticism is a tool for improving subordinate performance.</p>
<p>In giving constructive criticism, you should incorporate the following tactics: -</p>
<ul>
<li>Do it privately.</li>
<li>Have the facts.</li>
<li>Be prepared to help the worker improve His/Her performance.</li>
<li>Be specific on Expectations.</li>
<li>Follow a specific process in giving the criticism.</li>
</ul>
<p><strong>3. Your manager has taken you onboard as a test lead for testing a web-based application. He wants to know what risks you would include in the Test plan. Explain each risk factor that would be a part of your test plan. </strong>[20 marks]</p>
<p><strong>Answer:</strong><br />
Web-Based Application primary risk factors:-</p>
<p>A) Security: anything related to the security of the application.<br />
B) Performance:- The amount of computing resources and code required by the system to perform its stated functions.<br />
C) Correctness:-Data entered, processed, and outputted in the system is accurate and  complete<br />
D) Access Control:-Assurance that the application system resources will be protected<br />
E) Continuity of processing:-The ability to sustain processing in the event problem occurs<br />
F) Audit Trail:-The capability to substantiate the processing that has occurred.<br />
G) Authorization:-Assurance that the data is processed in accordance with the intents of the management.</p>
<p>General risk or secondary risk’s:-</p>
<p>A) Complex &#8211; anything disproportionately large, intricate or convoluted.<br />
B) New &#8211; anything that has no history in the product.<br />
C) Changed &#8211; anything that has been tampered with or &#8220;improved&#8221;.<br />
D) Upstream Dependency &#8211; anything whose failure will cause cascading failure in the rest of the system.<br />
E) Downstream Dependency &#8211; anything that is especially sensitive to failures in the rest of the system.<br />
F) Critical &#8211; anything whose failure could cause substantial damage.<br />
G) Precise &#8211; anything that must meet its requirements exactly.<br />
H) Popular &#8211; anything that will be used a lot.<br />
I) Strategic &#8211; anything that has special importance to your business, such as a feature that sets you apart from the competition.<br />
J) Third-party &#8211; anything used in the product, but developed outside the project.<br />
K) Distributed &#8211; anything spread out in time or space, yet whose elements must work together.<br />
l) Buggy &#8211; anything known to have a lot of problems.<br />
M) Recent Failure &#8211; anything with a recent history of failure.</p>
<p><strong>4. You are in the contract stage of a project and are developing a comprehensive proposal for a safety critical software system. Your director has consulted you for preparing a guideline document what will enlist user’s role during acceptance testing phase. Indicate the key roles you feel that the user should play during acceptance stage. Also indicate the categories into which the acceptance requirements should fall.</strong> [10 Marks]</p>
<p><strong>Answer:</strong><br />
1) Ensure user involvement in developing systems requirement and acceptance criteria.<br />
2) Identify interim and final products for acceptance their acceptance criteria and schedule.<br />
3) Plan how and by whom each acceptance activity will be performed.<br />
4) Plan resources for providing information.<br />
5) Schedule adequate time for buyer staff to receive and examine the products and evaluation prior to acceptance review.<br />
6) Prepare the acceptance plan.<br />
7) Respond to the analysis of project entitles before accepting and rejecting.<br />
8 ) Approve the various interim software products.<br />
9) Perform the final acceptance activities, including the formal acceptance testing at delivery.<br />
10) Make an acceptance decision for each product.</p>
<p><strong>5. What is parallel testing and when do we use parallel testing? Explain with<br />
example? </strong>[5 marks]</p>
<p><strong>Answer:</strong><br />
Testing a new or an altered data processing system with the same source data that is used in another system. The other system is considered as the standard of comparison. OR we can say that parallel testing requires the same input data be run through two versions of the same application.<br />
Parallel testing should be used when there is uncertainty regarding the correctness of processing of the new application. And old and new versions of the applications are same.<br />
E.g.-<br />
1) Operate the old and new version of the payroll system to determine that the paychecks from both systems are reconcilable.<br />
2) Run the old version of the application system to ensure that the operational status of the old system has been maintained in the event that problems are encountered in the new application.</p>
<p><strong>6. What is the difference between testing Techniques and tools? Give examples. </strong>[5 marks]</p>
<p><strong>Answer:</strong><br />
Testing technique: &#8211; Is a process for ensuring that some aspects of the application system or unit functions properly there may be few techniques but many tools.</p>
<p>Tools: &#8211; Is a vehicle for performing a test process. The tool is a resource to the tester, but itself is insufficient to conduct testing</p>
<p>E.g.:- The swinging of hammer to drive the nail. The hammer is a tool, and swinging the hammer is a technique. The concept of tools and technique is important in the testing process. It is a combination of the two that enables the test process to be performed. The tester should first understand the testing techniques and then understand the tools that can be used with each of the technique.</p>
<p><strong>7. Quality control activities are focused on identifying defects in the actual products produced; however your boss wants you to identify and define processes that would prevent defects. How would you explain to him to distinguish between QA and QC responsibilities? </strong>[10 Marks]</p>
<p><strong>Answer:</strong></p>
<p><strong>Quality Assurance:</strong><br />
1) A planned and systematic set of activities necessary to provide adequate confidence that requirements are properly established and products or services conform to specified requirements<br />
2) An activity that establishes and evaluates the processes to produce the products.<br />
3) Helps establish processes.<br />
4) Sets up measurements programs to evaluate processes.<br />
5) Identifies weaknesses in processes and improves them.<br />
6) QA is the responsibility of the entire team.<br />
7) Prevents the introduction of issues or defects</p>
<p><strong>Quality Control:</strong><br />
1) The process by which product quality is compared with applicable standards; and the action taken when nonconformance is detected.<br />
2) An activity which verifies if the product meets pre-defined standards.<br />
3) Implements the process.<br />
4) Verifies if specific attribute(s) are in a specific product or service<br />
5) Identifies defects for the primary purpose of correcting defects.<br />
6) QC is the responsibility of the tester.<br />
7) Detects, reports and corrects defects</p>
<p><strong>8 ) Differentiate between Transaction flow modeling, Finite state modeling, Data flow modeling and Timing modeling? </strong>[10 Marks]</p>
<p><strong>Answer:</strong><br />
Transaction Flow modeling: -The nodes represent the steps in transactions. The links<br />
represent the logical connection between steps.</p>
<p>Finite state modeling:-The nodes represent the different user observable states of the software. The links represent the transitions that occur to move from state to state.</p>
<p>Data flow modeling:-The nodes represent the data objects. The links represent the transformations that occur to translate one data object to another.</p>
<p>Timing Modeling:-The nodes are Program Objects. The links are sequential connections between the program objects. The link weights are used to specify the required execution times as program executes.</p>
<p><strong>9) List what you think are the two primary goals of testing</strong><br />
[5 Marks]</p>
<p><strong>Answer:</strong><br />
1) Determine whether the system meets specifications (producer view)<br />
2) determine whether the system meets business and user needs (Customer view)</p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/cste-software-testing-certification-exam-question-patern/">CSTE software testing certification exam question pattern</a></b>
<br/><br/>Thank you so much!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/cste-software-testing-certification-exam-question-patern/feed/</wfw:commentRss>
		<slash:comments>194</slash:comments>
		</item>
		<item>
		<title>How to apply for Software Testing Certification exam?</title>
		<link>http://www.softwaretestinghelp.com/how-to-apply-for-software-testing-certification-exam/</link>
		<comments>http://www.softwaretestinghelp.com/how-to-apply-for-software-testing-certification-exam/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 09:46:45 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[QA certifications]]></category>
		<category><![CDATA[Testing Tips and resources]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/how-to-apply-for-software-testing-certification-exam/</guid>
		<description><![CDATA[I have previously written some posts on Software testing certifications.  Many readers don&#8217;t know how to apply and prepare for these Testing and QA certifications. I will briefly guide here about the certifications available and the locations where you can give the exams.
Certifications In software Testing some history:

In 1980 Quality Assurance Institute (QAI) established a [...]<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/how-to-apply-for-software-testing-certification-exam/">How to apply for Software Testing Certification exam?</a></b>
<br/><br/>Thank you so much!
</p>
]]></description>
			<content:encoded><![CDATA[<p>I have previously written some posts on <a href="http://www.softwaretestinghelp.com/software-testing-certifications-2/" title="testing QA certifications" target="_blank">Software testing certifications.</a>  Many readers don&#8217;t know how to apply and prepare for these Testing and QA certifications. I will briefly guide here about the certifications available and the locations where you can give the exams.</p>
<p><strong>Certifications In software Testing some history:</strong></p>
<p><span id="more-86"></span></p>
<p>In 1980 Quality Assurance Institute (QAI) established a association to represent Quality Assurance professionals. Currently many beginners and advanced level certifications are offered by QAI. Certifications like CSQA (Certified Software Quality Analyst), CSTE (Certified Software Test Engineer), CSPM (Certified Software Project Manager) and Some Advanced level certifications like CMST (Certified Manager of Software Testing), CMSQ (Certified Manager of Software Quality).</p>
<p>Normally people having these certifications are recognized as proficient in Quality Assurance. (As what they believe <img src='http://www.softwaretestinghelp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  )  But there is definitely a plus when it&#8217;s comes to your promotion. Other advantage of having certification what I feel is you will brush up the testing knowledge and methodologies while preparing for exam.</p>
<p><strong>There are some prerequisite you should meet before applying for these software Testing certifications.</strong> These depends on the certification you are applying for plus some common prerequisites like:</p>
<ul>
<li> 4 years degree from reputed college + 2 years of IT experience OR</li>
<li> 3 years degree + 3 years UT experience OR</li>
<li> 2 years degree + 4 years IT experience OR</li>
<li> 6 years IT experience OR</li>
</ul>
<p>AND  Should be worked in IT field for the last 18 months.</p>
<p>To apply for the certification fill out the form available at <a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/Testing_certification_application_form/86/2" title="testing certification application form" target="_blank">Testing certification application form</a>. Please check which certification you want to pursue and then fill the form accordingly.</p>
<p>Please note that the application fee for any fresh certification is US $350 in which you can also get the exam guide CD. You must mail or fax the above filled application form to the appropriate address provided in the application form with your fees payment.</p>
<p>Note that these certifications exams are conducted in the location of your choice. Your application is first reviewed by QAI board and on approval further notes are sent to the local exam centers approved by QAI.  You can check the <a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/current_year_schedule_and_locations_of_testing_certification_here_/86/3" title="testing certification location and exam schedule " target="_blank">current year schedule and locations of testing certification here.</a></p>
<p>For example if you want to give <strong>software testing certification exam in India</strong>, Pune center (MIT college) you must fill the application form before 15th October 2007 and can give the exam on 15th December 2007.  Total 2 retakes are allowed for any certification. If you still not cleared the exam then forget about the testing certifications and even Testing.</p>
<p>More guide on available certifications and filling the form can be found <a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/here/86/4" title="Software Testing certifications" target="_blank">here</a>.</p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/how-to-apply-for-software-testing-certification-exam/">How to apply for Software Testing Certification exam?</a></b>
<br/><br/>Thank you so much!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/how-to-apply-for-software-testing-certification-exam/feed/</wfw:commentRss>
		<slash:comments>131</slash:comments>
		</item>
		<item>
		<title>Software Testing Certifications</title>
		<link>http://www.softwaretestinghelp.com/software-testing-certifications-2/</link>
		<comments>http://www.softwaretestinghelp.com/software-testing-certifications-2/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 05:53:00 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[Career in software Testing]]></category>
		<category><![CDATA[QA certifications]]></category>
		<category><![CDATA[Testing Skill Improvement]]></category>

		<guid isPermaLink="false">http://softwaretestinghelp.com/?p=35</guid>
		<description><![CDATA[As a test engineer or QA engineer it is very important to have at least one of the Software testing certifications. This will help to broaden the software testing knowledge, also helpful for testing employees to get the promotion in their respective field in large MNC's.
Here I am listing some important software testing certifications
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/software-testing-certifications-2/">Software Testing Certifications</a></b>
<br/><br/>Thank you so much!
</p>
]]></description>
			<content:encoded><![CDATA[<p>As a test engineer or QA engineer it is very important to have at least one of the Software testing certifications. This will help to broaden the software testing knowledge, also helpful for testing employees to get the promotion in their respective field in large MNC&#8217;s.</p>
<p><strong>Here I am listing some important software testing certifications:</strong><br />
See the description to know why should one go for the respective certification.</p>
<p><span id="more-35"></span></p>
<p><strong>CQA-Certified Quality Analyst: </strong><br />
For Professional level of competence in the principles and practices of quality assurance in the IT profession.</p>
<p><strong>CSTE-Certified Software Test Engineer:</strong><br />
Intended to establish standards for initial qualification and provide direction for the testing function through an aggressive educational program.</p>
<p><strong>CSTP- Certified Software Test Professional:</strong><br />
To teach individuals from different disciplines sound and effective testing techniques and methods and to certify them as Software Testing Professionals.</p>
<p><strong>CQE- Quality Engineer Certificate:</strong><br />
CQE is designed for those who understand the principles of product and service quality evaluation and control.</p>
<p><strong>Quality Manager Certification:</strong><br />
For those who understand quality principles and standards in relation to organization and human resource management</p>
<p><strong>CSQE- Certified Software Quality Engineer:</strong><br />
CSQE is designed for those who have a comprehensive understanding of software quality development and implementation; have a thorough understanding of software inspection and testing, verification, and validation; and can implement software development and maintenance processes and methods</p>
<p><strong>CQIA- Quality Improvement Associate Certificate:</strong><br />
CQIA is designed to assess basic knowledge of quality tools and their uses by individuals who are involved in quality improvement projects, but do not necessarily come from traditional quality areas.</p>
<p><strong>To apply for any of the certification or to know more in detail about any certification you can refer following links:</strong></p>
<p><a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/ASQ_American_society_for_quality/35/1">ASQ American society for quality</a> Certified Software Quality Engineer (CSQE)<br />
<a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/American_society_for_quality_/35/2">American society for quality </a>Quality Improvement Associate<br />
<a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/SSBB/35/3">SSBB</a> Six sigma black belt certification<br />
<a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/ISEB/35/4">ISEB</a>Qualification in software testing<br />
<a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/ISTQB_Certified_tester/35/5">ISTQB Certified tester</a> International software quality institute<br />
<a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/Mercury_tools_certifications/35/6">Mercury tools certifications</a><br />
<a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/CSQA_/35/7">CSQA </a>Certified software quality analyst<br />
<a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/Rational/35/8">Rational</a> certifications<br />
<a rel="nofollow" href="http://www.softwaretestinghelp.com/goto/Segue/35/9">Segue</a> tools certifications</p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/software-testing-certifications-2/">Software Testing Certifications</a></b>
<br/><br/>Thank you so much!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/software-testing-certifications-2/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
	</channel>
</rss>
