<?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"
	>

<channel>
	<title>Software Testing Interview Questions &#187; Sample Test cases</title>
	<atom:link href="http://www.bugtest.info/category/sample-test-cases/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bugtest.info</link>
	<description>Software Testing Interview Question &#124; Test Director Interview question &#124; Load Runner interview questions &#124; QTP interview questions &#124; Silk Test Interview questions &#124; Win Runner  Interview questions &#124; Software Quality Assurance Interview Questions &#124; Automated Testing Interview Questions &#124; Manual Testing Interview Questions</description>
	<pubDate>Wed, 06 Aug 2008 18:53:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Write a test case for division in calculator by taking two integers. Let me know the positive and negative test case?</title>
		<link>http://www.bugtest.info/write-a-test-case-for-division-in-calculator-by-taking-two-integers-let-me-know-the-positive-and-negative-test-case/</link>
		<comments>http://www.bugtest.info/write-a-test-case-for-division-in-calculator-by-taking-two-integers-let-me-know-the-positive-and-negative-test-case/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 19:02:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Sample Test cases]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/2007/write-a-test-case-for-division-in-calculator-by-taking-two-integers-let-me-know-the-positive-and-negative-test-case.html</guid>
		<description><![CDATA[A=20, b=10
Positive Test cases: A/b: 20/10=2.
A=80, b=0
Negative Test case: a/b: 80/0= Error, positive infinitive.
]]></description>
			<content:encoded><![CDATA[<p>A=20, b=10<br />
Positive Test cases: A/b: 20/10=2.<br />
A=80, b=0<br />
Negative Test case: a/b: 80/0= Error, positive infinitive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/write-a-test-case-for-division-in-calculator-by-taking-two-integers-let-me-know-the-positive-and-negative-test-case/feed/</wfw:commentRss>
		</item>
		<item>
		<title>There is one input field and random button in the Form. Functionality is when I click random button; it has to generate the random numbers for specified range. Write positive and negative test case for this scenario.</title>
		<link>http://www.bugtest.info/there-is-one-input-field-and-random-button-in-the-form-functionality-is-when-i-click-random-button-it-has-to-generate-the-random-numbers-for-specified-range-write-positive-and-negative-test-case-fo/</link>
		<comments>http://www.bugtest.info/there-is-one-input-field-and-random-button-in-the-form-functionality-is-when-i-click-random-button-it-has-to-generate-the-random-numbers-for-specified-range-write-positive-and-negative-test-case-fo/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 19:01:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Sample Test cases]]></category>

		<guid isPermaLink="false">http://www.bugtest.info/2007/there-is-one-input-field-and-random-button-in-the-form-functionality-is-when-i-click-random-button-it-has-to-generate-the-random-numbers-for-specified-range-write-positive-and-negative-test-case-fo.html</guid>
		<description><![CDATA[Specification:
Input field accepts only with range of 10-100 numbers and there is one. It should not accept below the range of 10 and after 100 numbers
Positive Test case:
11 - 99 and click on the Random button. It will generate the test cases starting from 11 to 99. Enter 22-88 in input field and it will [...]]]></description>
			<content:encoded><![CDATA[<p>Specification:<br />
Input field accepts only with range of 10-100 numbers and there is one. It should not accept below the range of 10 and after 100 numbers</p>
<p>Positive Test case:</p>
<p>11 - 99 and click on the Random button. It will generate the test cases starting from 11 to 99. Enter 22-88 in input field and it will generate random numbers from 22 to 88.</p>
<p>Negative Test case:</p>
<p>Enter 20-20 and click on the random button .It cannot generate random numbers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugtest.info/there-is-one-input-field-and-random-button-in-the-form-functionality-is-when-i-click-random-button-it-has-to-generate-the-random-numbers-for-specified-range-write-positive-and-negative-test-case-fo/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
