<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>In-Flight Testing</title><link>https://community.appian.com/success/w/guide/3340/in-flight-testing</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>In-Flight Testing</title><link>https://community.appian.com/success/w/guide/3340/in-flight-testing</link><pubDate>Tue, 23 Apr 2024 13:22:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:01bc4819-226b-4c30-a50a-78ca882df5ed</guid><dc:creator>Appian Max Team</dc:creator><comments>https://community.appian.com/success/w/guide/3340/in-flight-testing#comments</comments><description>Current Revision posted to Guide by Appian Max Team on 4/23/2024 1:22:46 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;When deploying process model changes to a higher environment, in-flight (active) process instances continue to use the pre-deployment process model version. Additionally, the pre-deployment CDT version is used within these in-flight process instances. However, any objects referenced by that process model, including constants, expression rules, interfaces, other processes, etc., will always run the latest version. Developers must take precautions to ensure that both existing and new processes will work after the deployment. In-flight testing is used to ensure all modified objects are compatible with legacy processes and have expected behavior for both active and new processes. In-flight testing is not needed for first-time releases of an application because no process instances exist in the production environment prior to deployment. However, in-flight testing should always be conducted in preparation for subsequent production releases.&amp;nbsp;&lt;/p&gt;
&lt;h2 id="environments"&gt;Environments&lt;/h2&gt;
&lt;p&gt;A Pre Production environment is best suited for in-flight testing. The Appian version and application version should mimic the current Production versions in order to maximize testing validity. In a three environment ecosystem, the Test environment is typically used to push code each sprint from the Development environment. Thus, the Test environment application version will most likely not match the Production environment application version after a given development sprint. While technically possible to conduct in-flight testing using a 3 environment ecosystem, it requires additional management and testing each sprint. With a stable Pre Production environment that continually matches Production regardless of sprint development, in-flight testing becomes truly valid and simpler to conduct.&amp;nbsp;&lt;/p&gt;
&lt;h2 id="test_execution"&gt;Test Execution&lt;/h2&gt;
&lt;p&gt;In-flight testing begins prior to deployment to a Pre Production environment. Kick off every process model in the Pre Production environment which is expected to have active instances during the actual Production deployment. This can be done manually or via automated testing tools like &lt;a href="/b/appmarket/posts/fit-fam-fitnesse-for-appian-generator"&gt;FitNesse for Appian&lt;/a&gt;. Ensure that each path within a process model is accounted for when staging active instances so that each part of a process model that changed since the last version may be tested. After the deployment is finished, complete the staged in-flight instances. Validate the results by comparing the intended process behavior to the actual behavior.&lt;/p&gt;
&lt;h2 id="determining_value"&gt;Determining Value&lt;/h2&gt;
&lt;p&gt;If all pathways within each process instance cannot realistically be accounted for in testing, weigh the pros and cons of prioritizing a fixed set of in-flight instances to stage. Value may be based on the following characteristics:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Expected in-flight production instance volume&lt;/li&gt;
&lt;li&gt;Time required to stage the instances in Pre Production&lt;/li&gt;
&lt;li&gt;Time required to complete the instance&lt;/li&gt;
&lt;li&gt;Business impact&lt;/li&gt;
&lt;li&gt;Degree of change&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="development_tips"&gt;Development Tips&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Follow &lt;a href="/w/article/3305/backward-compatible-design-planning-for-subsequent-deployments"&gt;Backwards Compatible Design&lt;/a&gt; suggestions to help facilitate subsequent deployments of an application.&lt;/li&gt;
&lt;li&gt;&lt;a href="/w/guide/3064/how-to-create-flexible-processes"&gt;Create Flexible Processes&lt;/a&gt; using a data-centric design and short-lived instances to make management of in-flight instances easier.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Delivery, testing&lt;/div&gt;
</description></item><item><title>In-Flight Testing</title><link>https://community.appian.com/success/w/guide/3340/in-flight-testing/revision/5</link><pubDate>Tue, 31 Oct 2023 17:43:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:01bc4819-226b-4c30-a50a-78ca882df5ed</guid><dc:creator>Kim Day</dc:creator><comments>https://community.appian.com/success/w/guide/3340/in-flight-testing#comments</comments><description>Revision 5 posted to Guide by Kim Day on 10/31/2023 5:43:30 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;When deploying process model changes to a higher environment, in-flight (active) process instances continue to use the pre-deployment process model version. Additionally, the pre-deployment CDT version is used within these in-flight process instances. However, any objects referenced by that process model, including constants, expression rules, interfaces, other processes, etc., will always run the latest version. Developers must take precautions to ensure that both existing and new processes will work after the deployment. In-flight testing is used to ensure all modified objects are compatible with legacy processes and have expected behavior for both active and new processes. In-flight testing is not needed for first-time releases of an application because no process instances exist in the production environment prior to deployment. However, in-flight testing should always be conducted in preparation for subsequent production releases.&amp;nbsp;&lt;/p&gt;
&lt;h2 id="environments"&gt;Environments&lt;/h2&gt;
&lt;p&gt;A Pre Production environment is best suited for in-flight testing. The Appian version and application version should mimic the current Production versions in order to maximize testing validity. In a three environment ecosystem, the Test environment is typically used to push code each sprint from the Development environment. Thus, the Test environment application version will most likely not match the Production environment application version after a given development sprint. While technically possible to conduct in-flight testing using a 3 environment ecosystem, it requires additional management and testing each sprint. With a stable Pre Production environment that continually matches Production regardless of sprint development, in-flight testing becomes truly valid and simpler to conduct.&amp;nbsp;&lt;/p&gt;
&lt;h2 id="test_execution"&gt;Test Execution&lt;/h2&gt;
&lt;p&gt;In-flight testing begins prior to deployment to a Pre Production environment. Kick off every process model in the Pre Production environment which is expected to have active instances during the actual Production deployment. This can be done manually or via automated testing tools like &lt;a href="/b/appmarket/posts/fit-fam-fitnesse-for-appian-generator"&gt;FitNesse for Appian&lt;/a&gt;. Ensure that each path within a process model is accounted for when staging active instances so that each part of a process model that changed since the last version may be tested. After the deployment is finished, complete the staged in-flight instances. Validate the results by comparing the intended process behavior to the actual behavior.&lt;/p&gt;
&lt;h2 id="determining_value"&gt;Determining Value&lt;/h2&gt;
&lt;p&gt;If all pathways within each process instance cannot realistically be accounted for in testing, weigh the pros and cons of prioritizing a fixed set of in-flight instances to stage. Value may be based on the following characteristics:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Expected in-flight production instance volume&lt;/li&gt;
&lt;li&gt;Time required to stage the instances in Pre Production&lt;/li&gt;
&lt;li&gt;Time required to complete the instance&lt;/li&gt;
&lt;li&gt;Business impact&lt;/li&gt;
&lt;li&gt;Degree of change&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="development_tips"&gt;Development Tips&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Follow &lt;a href="/w/article/3305/backward-compatible-design-planning-for-subsequent-deployments"&gt;Backwards Compatible Design&lt;/a&gt; suggestions to help facilitate subsequent deployments of an application.&lt;/li&gt;
&lt;li&gt;&lt;a href="/w/guide/3064/how-to-create-flexible-processes"&gt;Create Flexible Processes&lt;/a&gt; using a data-centric design and short-lived instances to make management of in-flight instances easier.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Delivery, testing&lt;/div&gt;
</description></item><item><title>In-Flight Testing</title><link>https://community.appian.com/success/w/guide/3340/in-flight-testing/revision/4</link><pubDate>Mon, 30 Oct 2023 20:48:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:01bc4819-226b-4c30-a50a-78ca882df5ed</guid><dc:creator>matt.cosenza</dc:creator><comments>https://community.appian.com/success/w/guide/3340/in-flight-testing#comments</comments><description>Revision 4 posted to Guide by matt.cosenza on 10/30/2023 8:48:13 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;When deploying process model changes to a higher environment, in-flight (active) process instances continue to use the pre-deployment process model version. Additionally, the pre-deployment CDT version is used within these in-flight process instances. However, any objects referenced by that process model, including constants, expression rules, interfaces, other processes, etc., will always run the latest version. Developers must take precautions to ensure that both existing and new processes will work after the deployment. In-flight testing is used to ensure all modified objects are compatible with legacy processes and have expected behavior for both active and new processes. In-flight testing is not needed for first-time releases of an application because no process instances exist in the production environment prior to deployment. However, in-flight testing should always be conducted in preparation for subsequent production releases.&amp;nbsp;&lt;/p&gt;
&lt;h2 id="environments"&gt;Environments&lt;/h2&gt;
&lt;p&gt;A Pre Production environment is best suited for in-flight testing. The Appian version and application version should mimic the current Production versions in order to maximize testing validity. In a three environment ecosystem, the Test environment is typically used to push code each sprint from the Development environment. Thus, the Test environment application version will most likely not match the Production environment application version after a given development sprint. While technically possible to conduct in-flight testing using a 3 environment ecosystem, it requires additional management and testing each sprint. With a stable Pre Production environment that continually matches Production regardless of sprint development, in-flight testing becomes truly valid and simpler to conduct.&amp;nbsp;&lt;/p&gt;
&lt;h2 id="test_execution"&gt;Test Execution&lt;/h2&gt;
&lt;p&gt;In-flight testing begins prior to deployment to a Pre Production environment. Kick off every process model in the Pre Production environment which is expected to have active instances during the actual Production deployment. This can be done manually or via automated testing tools like &lt;a href="/b/appmarket/posts/fit-fam-fitnesse-for-appian-generator"&gt;FitNesse for Appian&lt;/a&gt;. Ensure that each path within a process model is accounted for when staging active instances so that each part of a process model that changed since the last version may be tested. After the deployment is finished, complete the staged in-flight instances. Validate the results by comparing the intended process behavior to the actual behavior.&lt;/p&gt;
&lt;h2 id="determining_value"&gt;Determining Value&lt;/h2&gt;
&lt;p&gt;If all pathways within each process instance cannot realistically be accounted for in testing, weigh the pros and cons of prioritizing a fixed set of in-flight instances to stage. Value may be based on the following characteristics:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Expected in-flight production instance volume&lt;/li&gt;
&lt;li&gt;Time required to stage the instances in Pre Production&lt;/li&gt;
&lt;li&gt;Time required to complete the instance&lt;/li&gt;
&lt;li&gt;Business impact&lt;/li&gt;
&lt;li&gt;Degree of change&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="development_tips"&gt;Development Tips&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Follow &lt;a href="/w/article/3305/backward-compatible-design-planning-for-subsequent-deployments"&gt;Backwards Compatible Design&lt;/a&gt; suggestions to help facilitate subsequent deployments of an application.&lt;/li&gt;
&lt;li&gt;&lt;a href="/w/guide/3064/how-to-create-flexible-processes"&gt;Create Flexible Processes&lt;/a&gt; using a data-centric design and short-lived instances to make management of in-flight instances easier.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>In-Flight Testing</title><link>https://community.appian.com/success/w/guide/3340/in-flight-testing/revision/3</link><pubDate>Mon, 30 Oct 2023 20:47:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:01bc4819-226b-4c30-a50a-78ca882df5ed</guid><dc:creator>matt.cosenza</dc:creator><comments>https://community.appian.com/success/w/guide/3340/in-flight-testing#comments</comments><description>Revision 3 posted to Guide by matt.cosenza on 10/30/2023 8:47:34 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;When deploying process model changes to a higher environment, in-flight (active) process instances continue to use the pre-deployment process model version. Additionally, the pre-deployment CDT version is used within these in-flight process instances. However, any objects referenced by that process model, including constants, expression rules, interfaces, other processes, etc., will always run the latest version. Developers must take precautions to ensure that both existing and new processes will work after the deployment. In-flight testing is used to ensure all modified objects are compatible with legacy processes and have expected behavior for both active and new processes. In-flight testing is not needed for first-time releases of an application because no process instances exist in the production environment prior to deployment. However, in-flight testing should always be conducted in preparation for subsequent production releases.&amp;nbsp;&lt;/p&gt;
&lt;h2 id="environments"&gt;Environments&lt;/h2&gt;
&lt;p&gt;A Pre Production environment is best suited for in-flight testing. The Appian version and application version should mimic the current Production versions in order to maximize testing validity. In a three environment ecosystem, the Test environment is typically used to push code each sprint from the Development environment. Thus, the Test environment application version will most likely not match the Production environment application version after a given development sprint. While technically possible to conduct in-flight testing using a 3 environment ecosystem, it requires additional management and testing each sprint. With a stable Pre Production environment that continually matches Production regardless of sprint development, in-flight testing becomes truly valid and simpler to conduct.&amp;nbsp;&lt;/p&gt;
&lt;h2 id="test_execution"&gt;Test Execution&lt;/h2&gt;
&lt;p&gt;In-flight testing begins prior to deployment to a Pre Production environment. Kick off every process model in the Pre Production environment which is expected to have active instances during the actual Production deployment. This can be done manually or via automated testing tools like &lt;a href="/b/appmarket/posts/fit-fam-fitnesse-for-appian-generator"&gt;FitNesse for Appian&lt;/a&gt;. Ensure that each path within a process model is accounted for when staging active instances so that each part of a process model that changed since the last version may be tested. After the deployment is finished, complete the staged in-flight instances. Validate the results by comparing the intended process behavior to the actual behavior.&lt;/p&gt;
&lt;h2 id="determining_value"&gt;Determining Value&lt;/h2&gt;
&lt;p&gt;If all pathways within each process instance cannot realistically be accounted for in testing, weigh the pros and cons of prioritizing a fixed set of in-flight instances to stage. Value may be based on the following characteristics:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Expected in-flight production instance volume&lt;/li&gt;
&lt;li&gt;Time required to stage the instances in Pre Production&lt;/li&gt;
&lt;li&gt;Time required to complete the instance&lt;/li&gt;
&lt;li&gt;Business impact&lt;/li&gt;
&lt;li&gt;Degree of change&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=""&gt;Development Tips&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Follow &lt;a href="/w/article/3305/backward-compatible-design-planning-for-subsequent-deployments"&gt;Backwards Compatible Design&lt;/a&gt; suggestions to help facilitate subsequent deployments of an application.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="/w/guide/3064/how-to-create-flexible-processes"&gt;Create Flexible Processes&lt;/a&gt; using a data-centric design and short-lived instances to make management of in-flight instances easier.&amp;nbsp;&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>In-Flight Testing</title><link>https://community.appian.com/success/w/guide/3340/in-flight-testing/revision/2</link><pubDate>Mon, 30 Oct 2023 20:44:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:01bc4819-226b-4c30-a50a-78ca882df5ed</guid><dc:creator>matt.cosenza</dc:creator><comments>https://community.appian.com/success/w/guide/3340/in-flight-testing#comments</comments><description>Revision 2 posted to Guide by matt.cosenza on 10/30/2023 8:44:44 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;&lt;b&gt;Introduction&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;When deploying process model changes to a higher environment, in-flight (active) process instances continue to use the pre-deployment process model version. Additionally, the pre-deployment CDT version is used within these in-flight process instances. However, any objects referenced by that process model, including constants, expression rules, interfaces, other processes, etc., will always run the latest version. Developers must take precautions to ensure that both existing and new processes will work after the deployment. In-flight testing is used to ensure all modified objects are compatible with legacy processes and have expected behavior for both active and new processes. In-flight testing is not needed for first-time releases of an application because no process instances exist in the production environment prior to deployment. However, in-flight testing should always be conducted in preparation for subsequent production releases.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Environments&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;A Pre Production environment is best suited for in-flight testing. The Appian version and application version should mimic the current Production versions in order to maximize testing validity. In a three environment ecosystem, the Test environment is typically used to push code each sprint from the Development environment. Thus, the Test environment application version will most likely not match the Production environment application version after a given development sprint. While technically possible to conduct in-flight testing using a 3 environment ecosystem, it requires additional management and testing each sprint. With a stable Pre Production environment that continually matches Production regardless of sprint development, in-flight testing becomes truly valid and simpler to conduct.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Executing In-Flight Testing&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;In-flight testing begins prior to deployment to a Pre Production environment. Kick off every process model in the Pre Production environment which is expected to have active instances during the actual Production deployment. This can be done manually or via automated testing tools like &lt;a href="/b/appmarket/posts/fit-fam-fitnesse-for-appian-generator"&gt;FitNesse for Appian&lt;/a&gt;. Ensure that each path within a process model is accounted for when staging active instances so that each part of a process model that changed since the last version may be tested. After the deployment is finished, complete the staged in-flight instances. Validate the results by comparing the intended process behavior to the actual behavior.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Determining Value&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;If all pathways within each process instance cannot realistically be accounted for in testing, weigh the pros and cons of prioritizing a fixed set of in-flight instances to stage. Value may be based on the following characteristics:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Expected in-flight production instance volume&lt;/li&gt;
&lt;li&gt;Time required to stage the instances in Pre Production&lt;/li&gt;
&lt;li&gt;Time required to complete the instance&lt;/li&gt;
&lt;li&gt;Business impact&lt;/li&gt;
&lt;li&gt;Degree of change&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;Development Tips&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Follow &lt;a href="/w/article/3305/backward-compatible-design-planning-for-subsequent-deployments"&gt;Backwards Compatible Design&lt;/a&gt; suggestions to help facilitate subsequent deployments of an application.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;a href="/w/guide/3064/how-to-create-flexible-processes"&gt;Create Flexible Processes&lt;/a&gt; using a data-centric design and short-lived instances to make management of in-flight instances easier.&amp;nbsp;&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>In-Flight Testing</title><link>https://community.appian.com/success/w/guide/3340/in-flight-testing/revision/1</link><pubDate>Wed, 13 Sep 2023 14:05:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:01bc4819-226b-4c30-a50a-78ca882df5ed</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3340/in-flight-testing#comments</comments><description>Revision 1 posted to Guide by joel.larin on 9/13/2023 2:05:18 PM&lt;br /&gt;
&lt;p&gt;fdasd&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>