<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: FAQ and Best Practices of Test Classes in Apex	</title>
	<atom:link href="https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Fri, 19 Feb 2016 16:22:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Dave Morris		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-3004</link>

		<dc:creator><![CDATA[Dave Morris]]></dc:creator>
		<pubDate>Fri, 19 Feb 2016 16:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3694#comment-3004</guid>

					<description><![CDATA[Fantastic, thank you for this!]]></description>
			<content:encoded><![CDATA[<p>Fantastic, thank you for this!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jitendra Zaa		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-2713</link>

		<dc:creator><![CDATA[Jitendra Zaa]]></dc:creator>
		<pubDate>Tue, 18 Aug 2015 05:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3694#comment-2713</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-2706&quot;&gt;Nayab Rasool&lt;/a&gt;.

Hi Nayab, this is negative testing strategy. Try to check how code behaves in case of invalid inputs. Instead of passing you may also pass any invalid parameter to methods.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-2706">Nayab Rasool</a>.</p>
<p>Hi Nayab, this is negative testing strategy. Try to check how code behaves in case of invalid inputs. Instead of passing you may also pass any invalid parameter to methods.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nayab Rasool		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-2706</link>

		<dc:creator><![CDATA[Nayab Rasool]]></dc:creator>
		<pubDate>Tue, 11 Aug 2015 20:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3694#comment-2706</guid>

					<description><![CDATA[Hi Jithendra,

Always try to pass null values in every methods. This is the area where most of program fails, WHY?]]></description>
			<content:encoded><![CDATA[<p>Hi Jithendra,</p>
<p>Always try to pass null values in every methods. This is the area where most of program fails, WHY?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dhaval Shah		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-2312</link>

		<dc:creator><![CDATA[Dhaval Shah]]></dc:creator>
		<pubDate>Sun, 02 Nov 2014 06:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3694#comment-2312</guid>

					<description><![CDATA[Hi Jitendra,

I am a new bie and I want to get started with APex Programming, can you please guide me?]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra,</p>
<p>I am a new bie and I want to get started with APex Programming, can you please guide me?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aamir		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-2305</link>

		<dc:creator><![CDATA[Aamir]]></dc:creator>
		<pubDate>Fri, 17 Oct 2014 12:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3694#comment-2305</guid>

					<description><![CDATA[Hi Jitendra
 I have an opportunity it has 1 million record i want  to create test class for this object 
 Can u plz tell me how to write test class for this object]]></description>
			<content:encoded><![CDATA[<p>Hi Jitendra<br />
 I have an opportunity it has 1 million record i want  to create test class for this object<br />
 Can u plz tell me how to write test class for this object</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dinesh Singla		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-1508</link>

		<dc:creator><![CDATA[Dinesh Singla]]></dc:creator>
		<pubDate>Wed, 16 Apr 2014 10:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3694#comment-1508</guid>

					<description><![CDATA[hi jitendra 
i have addd a custom look up of Campaign on lead page but i am not able to add custom look filter on that look up.can u plz tell me any way to add look up filter]]></description>
			<content:encoded><![CDATA[<p>hi jitendra<br />
i have addd a custom look up of Campaign on lead page but i am not able to add custom look filter on that look up.can u plz tell me any way to add look up filter</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JitendraZaa		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-1413</link>

		<dc:creator><![CDATA[JitendraZaa]]></dc:creator>
		<pubDate>Thu, 20 Feb 2014 03:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3694#comment-1413</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-1405&quot;&gt;Harshit Pandey&lt;/a&gt;.

I have updated Question with more detail.. Please let me know if it helps..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-1405">Harshit Pandey</a>.</p>
<p>I have updated Question with more detail.. Please let me know if it helps..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Harshit Pandey		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-1405</link>

		<dc:creator><![CDATA[Harshit Pandey]]></dc:creator>
		<pubDate>Wed, 19 Feb 2014 17:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3694#comment-1405</guid>

					<description><![CDATA[It would awesome if you explain a little more on &#039; Error Page Messages in Test Classes&#039; when and how is this used . Why can&#039;t we de-couple it to a separate Error handler class, if my understanding is purely wrong, then please correct me]]></description>
			<content:encoded><![CDATA[<p>It would awesome if you explain a little more on &#8216; Error Page Messages in Test Classes&#8217; when and how is this used . Why can&#8217;t we de-couple it to a separate Error handler class, if my understanding is purely wrong, then please correct me</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Guest		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-1404</link>

		<dc:creator><![CDATA[Guest]]></dc:creator>
		<pubDate>Wed, 19 Feb 2014 17:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3694#comment-1404</guid>

					<description><![CDATA[It would awesome if you explain a little more on &#039;  Error Page Messages in Test Classes&#039; when and how is this used . Why can&#039;t we de-couple it to a separate Error handler class, if my understanding is purely wrong, then please correct me]]></description>
			<content:encoded><![CDATA[<p>It would awesome if you explain a little more on &#8216;  Error Page Messages in Test Classes&#8217; when and how is this used . Why can&#8217;t we de-couple it to a separate Error handler class, if my understanding is purely wrong, then please correct me</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JitendraZaa		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-1403</link>

		<dc:creator><![CDATA[JitendraZaa]]></dc:creator>
		<pubDate>Tue, 18 Feb 2014 07:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://JitendraZaa.com/blog/?p=3694#comment-1403</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-1402&quot;&gt;Harshit Pandey&lt;/a&gt;.

Thanks Harshit for Listing. It helped, I have updated post with some of your points.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/apex/faq-writing-test-class-in-salesforce/#comment-1402">Harshit Pandey</a>.</p>
<p>Thanks Harshit for Listing. It helped, I have updated post with some of your points.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.jitendrazaa.com @ 2026-07-16 20:04:14 by W3 Total Cache
-->