<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Equivalence Partitions for valid date tests by </title>
      <link>https://padlet.com/mqcomp/comp1050w6_2025</link>
      <description>Come up with 1) an ECP name for your test, 2) an example input and expected output, 3) a rationale for the test.</description>
      <language>en-us</language>
      <pubDate>2025-04-02 01:24:59 UTC</pubDate>
      <lastBuildDate>2025-04-02 03:10:22 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>ECP: Leap year Test</title>
         <author></author>
         <link>https://padlet.com/mqcomp/comp1050w6_2025/wish/3392010803</link>
         <description><![CDATA[<p>Description: This test checks for the validity of leap year dates</p><p><br/></p><p>Inputs:</p><p>2024, 2025, 1900, 2000</p><p>Expected Outputs:</p><p>true, false, false, true</p><p>Rationale:</p><p>It's a leap year (isDivisible by 4 &amp;&amp; isNotDivisible by 100)</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 02:55:51 UTC</pubDate>
         <guid>https://padlet.com/mqcomp/comp1050w6_2025/wish/3392010803</guid>
      </item>
      <item>
         <title>Equivalence Class - Months in a year</title>
         <author></author>
         <link>https://padlet.com/mqcomp/comp1050w6_2025/wish/3392014083</link>
         <description><![CDATA[<p>Input: 0, 1, 12, 13   //:)</p><p>Expected Output: True</p><p>Rationale: Input is &gt;= 1 &amp;&amp; &lt;=12</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 02:57:39 UTC</pubDate>
         <guid>https://padlet.com/mqcomp/comp1050w6_2025/wish/3392014083</guid>
      </item>
      <item>
         <title>Test Existing Months</title>
         <author></author>
         <link>https://padlet.com/mqcomp/comp1050w6_2025/wish/3392016032</link>
         <description><![CDATA[<p>Test that months that are too high or low do not falsely return true.</p><ul><li><p>02/15/2045</p></li><li><p>16/ -1/ 2026</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 02:58:33 UTC</pubDate>
         <guid>https://padlet.com/mqcomp/comp1050w6_2025/wish/3392016032</guid>
      </item>
      <item>
         <title>Boundary Test </title>
         <author></author>
         <link>https://padlet.com/mqcomp/comp1050w6_2025/wish/3392018695</link>
         <description><![CDATA[<p><br/></p><p>Example Input </p><p>0, 0, -20</p><p><br/></p><p>Example Output</p><p>False</p><p><br/></p><p>check if date exists</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 03:00:08 UTC</pubDate>
         <guid>https://padlet.com/mqcomp/comp1050w6_2025/wish/3392018695</guid>
      </item>
      <item>
         <title>BVA: Days in a month</title>
         <author></author>
         <link>https://padlet.com/mqcomp/comp1050w6_2025/wish/3392021353</link>
         <description><![CDATA[<ul><li><p>31/09/2028 - false</p></li><li><p>30/09/2028 - true</p></li></ul><p><br/></p><p>Test that the last day in a month returns true, and one day after that returns false so that months have the correct number of days.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 03:01:45 UTC</pubDate>
         <guid>https://padlet.com/mqcomp/comp1050w6_2025/wish/3392021353</guid>
      </item>
      <item>
         <title>ECP - Minutes in an hour</title>
         <author></author>
         <link>https://padlet.com/mqcomp/comp1050w6_2025/wish/3392022569</link>
         <description><![CDATA[<p>input: 30 </p><p>expected output: true</p><p>rationale: number input is &gt;0 &amp; &lt;60</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 03:02:28 UTC</pubDate>
         <guid>https://padlet.com/mqcomp/comp1050w6_2025/wish/3392022569</guid>
      </item>
      <item>
         <title>Day in a month </title>
         <author></author>
         <link>https://padlet.com/mqcomp/comp1050w6_2025/wish/3392034772</link>
         <description><![CDATA[<p>Input: 31, 03, 2002()</p><p>Expected outcome: True</p><p>Rationale:( &lt;0 &amp;&amp; &gt;=31 )</p><p>valid day in n valid month in valid year</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-02 03:10:21 UTC</pubDate>
         <guid>https://padlet.com/mqcomp/comp1050w6_2025/wish/3392034772</guid>
      </item>
   </channel>
</rss>
