<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Progress Tan by JOHANNA</title>
      <link>https://padlet.com/johanna177/2t6mrecx2u0kdij5</link>
      <description>Track task progress</description>
      <language>en-us</language>
      <pubDate>2025-04-21 16:38:09 UTC</pubDate>
      <lastBuildDate>2025-08-22 06:06:12 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f4c8.png</url>
      </image>
      <item>
         <title>Requirements for the anchor paper:</title>
         <author>johanna177</author>
         <link>https://padlet.com/johanna177/2t6mrecx2u0kdij5/wish/3417900875</link>
         <description><![CDATA[<ol><li><p>Published at least 4 years ago : 2021</p></li><li><p>Same domain, can different data set</p></li><li><p>Note: Upload 3 anchor paper for next discussion</p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-21 16:39:46 UTC</pubDate>
         <guid>https://padlet.com/johanna177/2t6mrecx2u0kdij5/wish/3417900875</guid>
      </item>
      <item>
         <title>Grey Wolf Algorithm</title>
         <author></author>
         <link>https://padlet.com/johanna177/2t6mrecx2u0kdij5/wish/3421926154</link>
         <description><![CDATA[<p>Uses wolf-inspired approach to find best sequence of test cases to execute.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3733538591/c9c5da552ac829d593c9cd4aff184dc5/2025_Test_case_optimization_using_grey_wolf_algorithm.pdf" />
         <pubDate>2025-04-23 17:40:03 UTC</pubDate>
         <guid>https://padlet.com/johanna177/2t6mrecx2u0kdij5/wish/3421926154</guid>
      </item>
      <item>
         <title>Mutation Operator based Test Case Selection</title>
         <author></author>
         <link>https://padlet.com/johanna177/2t6mrecx2u0kdij5/wish/3421929222</link>
         <description><![CDATA[<p>Mutation operators guide test case selection and removal.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3733538591/137cdb1f91b8da1c36308557f78141de/2025_Enhancing_multi_objective_test_case_selection_through_the_mutation_operator.pdf" />
         <pubDate>2025-04-23 17:42:25 UTC</pubDate>
         <guid>https://padlet.com/johanna177/2t6mrecx2u0kdij5/wish/3421929222</guid>
      </item>
      <item>
         <title>Additional Adjustment Requirement Cluster-based Adaptive TCP (AAR-CAP)</title>
         <author></author>
         <link>https://padlet.com/johanna177/2t6mrecx2u0kdij5/wish/3421932241</link>
         <description><![CDATA[<p>Use clustering before execution, adjust priorities during execution based on fault detection.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3733538591/7ca204206863139124c1e504b3d1d642/2024_Cluster_based_adaptive_test_case_prioritization.pdf" />
         <pubDate>2025-04-23 17:44:40 UTC</pubDate>
         <guid>https://padlet.com/johanna177/2t6mrecx2u0kdij5/wish/3421932241</guid>
      </item>
      <item>
         <title></title>
         <author>johanna177</author>
         <link>https://padlet.com/johanna177/2t6mrecx2u0kdij5/wish/3551342701</link>
         <description><![CDATA[<p>🔎 Identified Problem Statements</p><ol><li><p><strong>Complex interactions in hardware-dependent systems</strong></p><ul><li><p>Testing such systems is challenging because they involve <strong>intricate interactions</strong> among multiple hardware components (system under test, accessories, measurement equipment).</p></li><li><p>This complexity requires diverse hardware configurations and unique setup procedures, making testing cumbersome.</p></li></ul></li><li><p><strong>Test setup phase as a bottleneck</strong></p><ul><li><p>Testing time is divided into <strong>setup</strong> and <strong>execution</strong> phases.</p></li><li><p>The <strong>setup phase consumes disproportionate time and manpower</strong>, delaying fault detection.</p></li><li><p>Sometimes, <strong>setup time even exceeds execution time</strong>.</p></li></ul></li><li><p><strong>Limited access to source code information</strong></p><ul><li><p>Testers usually <strong>do not have access to source code changes</strong> in hardware-dependent systems.</p></li><li><p>This makes <strong>code-coverage-based prioritization techniques inapplicable</strong>.</p></li><li><p>Combined with time/manpower constraints, this results in <strong>incomplete testing cycles</strong> and higher risk of defects escaping to production.</p></li></ul></li><li><p><strong>Traditional TCP metrics are insufficient</strong></p><ul><li><p>Current TCP approaches mainly optimize based on <strong>execution time</strong> or <strong>fault detection rate</strong>.</p></li><li><p>They fail to account for <strong>setup time and reconfiguration costs</strong>, which are critical in hardware-dependent systems.</p></li></ul></li><li><p><strong>Need for cost-aware prioritization</strong></p><ul><li><p>A test case with high fault detection potential but <strong>expensive/unique setup</strong> may actually be less efficient than one with slightly lower fault detection potential but <strong>lower setup cost</strong>.</p></li><li><p>Thus, there is a need to <strong>shift focus from purely fault detection rate</strong> to <strong>cost-effective fault detection under resource constraints</strong>.</p></li></ul></li><li><p><strong>Grouping-based prioritization requirement</strong></p><ul><li><p>Efficiency can be improved by <strong>prioritizing groups of tests that share the same or similar hardware setup</strong>, thereby reducing frequent reconfiguration.</p></li><li><p>This grouping strategy is currently underexplored in existing TCP research.</p></li></ul></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-22 06:00:51 UTC</pubDate>
         <guid>https://padlet.com/johanna177/2t6mrecx2u0kdij5/wish/3551342701</guid>
      </item>
      <item>
         <title>Choosen</title>
         <author>johanna177</author>
         <link>https://padlet.com/johanna177/2t6mrecx2u0kdij5/wish/3551346754</link>
         <description><![CDATA[<p>🎯 Selected Problems</p><ol><li><p><strong>Test setup phase as a bottleneck</strong></p><ul><li><p>Setup time often exceeds execution time, consuming disproportionate resources and delaying fault detection.</p></li><li><p><em>Why?</em> → This directly links to <strong>Objective (a)</strong> (analyzing existing TCP techniques and their inability to handle setup/switching costs).</p></li></ul></li><li><p><strong>Traditional TCP metrics are insufficient</strong></p><ul><li><p>Current methods optimize only for execution time or fault detection rate, ignoring setup and reconfiguration costs.</p></li><li><p><em>Why?</em> → This motivates <strong>Objective (b)</strong> (designing a new cost-aware TCP algorithm).</p></li></ul></li><li><p><strong>Need for cost-aware grouping strategies</strong></p><ul><li><p>High-priority test cases with expensive unique setups may not be efficient; grouping tests that share hardware configurations reduces reconfiguration overhead.</p></li><li><p><em>Why?</em> → This ties into <strong>Objective (b)</strong> and <strong>Objective (c)</strong> (developing and validating an approach that balances cost and detection efficiency).</p></li></ul></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-22 06:05:09 UTC</pubDate>
         <guid>https://padlet.com/johanna177/2t6mrecx2u0kdij5/wish/3551346754</guid>
      </item>
   </channel>
</rss>
