<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mspowerapps Archives | KAISPE</title>
	<atom:link href="https://www.kaispe.com/tag/mspowerapps/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kaispe.com/tag/mspowerapps/</link>
	<description>Your Digital Transformation Partner</description>
	<lastBuildDate>Sun, 20 Nov 2022 12:58:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>

<image>
	<url>https://www.kaispe.com/wp-content/uploads/2022/01/cropped-k-32x32.png</url>
	<title>mspowerapps Archives | KAISPE</title>
	<link>https://www.kaispe.com/tag/mspowerapps/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Using Test Studio to automate Microsoft PowerApps based IP testing</title>
		<link>https://www.kaispe.com/using-test-studio-to-automate-ip-testing/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Tue, 15 Feb 2022 16:00:05 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Automate tests]]></category>
		<category><![CDATA[mspowerapps]]></category>
		<category><![CDATA[mspowerplatform]]></category>
		<category><![CDATA[power platform]]></category>
		<category><![CDATA[powerapps]]></category>
		<category><![CDATA[Test cases]]></category>
		<category><![CDATA[Test Studio]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=2729</guid>

					<description><![CDATA[<p>This article will help you to create a test case using the Test studio terminology. This post presents a selection of test recording techniques every tester should consider in an [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/using-test-studio-to-automate-ip-testing/">Using Test Studio to automate Microsoft PowerApps based IP testing</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: left;">This article will help you to create a test case using the Test studio terminology. This post presents a selection of test recording techniques every tester should consider in an effort to build a more stable, reliable and easily maintainable automated test suite.</p>
<h2>Introduction</h2>
<p>It does not matter if you are a programmer, tester, or end user involved in application development. We will not release the application until we understand that all parts work together. Integration or end-to-end (E2E) testing. In fact, the only important test is the E2E test. This proves that the application can successfully complete the entire business transaction.</p>
<p>The problem is that you may have time to run one E2E test in one release, but you do not have time to repeat every E2E test every time you make a change to your application, or even in every release. At least, you do not have time to manually repeat those tests.</p>
<p>Therefore, here is how to integrate Test Studio into your testing process, including how to handle common problems that are part of using automated E2E regression testing tools.</p>
<h2>Overview</h2>
<p>Power Apps Test Studio is a low-code solution for creating, organizing and automating tests for canvas apps. In Test Studio, you can use Power Apps expressions to create tests, or you can use a recorder to save your app&#8217;s operations and automatically generate expressions. You can also play tests written within Test Studio to verify the functionality of your app, run tests in a web browser, or incorporate automated tests into your app&#8217;s deployment process.</p>
<p><strong>Reference:</strong> <a href="https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/test-studio">https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/test-studio</a></p>
<h2>How does it work?</h2>
<p>For this case study, I am going to use a sample application, which we created on <a href="https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-setproperty">Canvas app</a>.</p>
<h3>Steps</h3>
<p>Before test cases creation, an error will be occurred. “<strong>Enable error management in your app”</strong></p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-2731" src="https://www.kaispe.com/wp-content/uploads/2022/02/1-1.png" alt="" width="503" height="219" /></p>
<p>To resolve the above error, Go to the app settings &gt; Select the Upcoming features &gt; in Experimental tab, enable the Formula-level error management.</p>
<p><img decoding="async" class="alignnone size-full wp-image-2732" src="https://www.kaispe.com/wp-content/uploads/2022/02/2.png" alt="" width="756" height="406" /></p>
<p>Now click on the <strong>Open tests</strong> button.</p>
<p><img decoding="async" class="alignnone size-full wp-image-2733" src="https://www.kaispe.com/wp-content/uploads/2022/02/3.png" alt="" width="401" height="422" /></p>
<p>In order to create <a href="https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/test-studio#test-cases">Test cases</a>, we have to create a <a href="https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/test-studio#test-assertions">Test suite</a> in which all test cases are coming which is showing by default.</p>
<blockquote>
<h5><strong><em>You can create multiple test cases in a suite and you can also add multiple suites based on your requirement.</em><br />
</strong></h5>
</blockquote>
<p>Now click on <strong>Record</strong> button.</p>
<p><img decoding="async" class="alignnone wp-image-2734" src="https://www.kaispe.com/wp-content/uploads/2022/02/4.png" alt="" width="502" height="218" /></p>
<p>Process the steps for the first time manually and complete it.</p>
<p><img decoding="async" class="alignnone wp-image-2744" src="https://www.kaispe.com/wp-content/uploads/2022/02/5-1-1024x716.png" alt="" width="576" height="403" /></p>
<p>After completion, the all action will be showing it which were performed manually.</p>
<p><img decoding="async" class="alignnone wp-image-2736" src="https://www.kaispe.com/wp-content/uploads/2022/02/6.png" alt="" width="542" height="183" /></p>
<p>On test case completion, now we need to publish it.</p>
<h6 style="text-align: left;"><em><u>Note:</u> Before publishing it, make sure that you have to Save the app for publishing.</em></h6>
<h3>Play test case</h3>
<p>Now, click on <strong><a href="https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-test-studio#play-back-your-test">Play</a></strong> button to start the test case process automation.</p>
<p><img decoding="async" class="alignnone wp-image-2737" src="https://www.kaispe.com/wp-content/uploads/2022/02/7.png" alt="" width="487" height="338" /></p>
<p>The negative record have been submitted through the automate process.</p>
<p><img decoding="async" class="alignnone wp-image-2738" src="https://www.kaispe.com/wp-content/uploads/2022/02/8.png" alt="" width="493" height="164" /></p>
<p><a href="https://www.microsoft.com/en-us/videoplayer/embed/RWLvMa?postJsllMsg=true">Watch this video to learn how to work with Test Studio</a></p>
<p><a href="https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/test-studio#known-limitations">Knowns limitations</a><br />
While work to provide full control coverage in Power Apps Test Studio is in progress, the following functionality is currently unavailable:</p>
<ul>
<li>Components</li>
<li>Code components written in the Power Apps Component Framework.</li>
<li>Nested galleries.</li>
<li>Media controls.</li>
<li>Formula-level error management experimental feature needs to be turned on for the app.</li>
<li>Support for controls not listed in the <a href="https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-select">Select </a>and <a href="https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-setproperty">SetProperty</a></li>
<li>Person-type columns.</li>
</ul>
<p>Please share your kind feedback in the comments section. For any query, feel free to <a href="https://www.kaispe.com/contact-us/">Contact us</a> or email us on <a href="mailto:info@kaispe.com">info@kaispe.com</a></p>
<p><a href="https://www.kaispe.com/blog/">View our other blogs.</a></p>
<p>The post <a href="https://www.kaispe.com/using-test-studio-to-automate-ip-testing/">Using Test Studio to automate Microsoft PowerApps based IP testing</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>KAISPE Employee Training App is now published on Microsoft AppSource</title>
		<link>https://www.kaispe.com/kaispe-employee-training-app-is-now-published-on-microsoft-appsource/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Tue, 04 May 2021 09:14:41 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[employee training]]></category>
		<category><![CDATA[mspowerapps]]></category>
		<category><![CDATA[sharepoint online]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=2576</guid>

					<description><![CDATA[<p>NEW YORK, May 4, 2021 – KAISPE is pleased to announce that one of its products “Employee Training App” developed using Microsoft PowerApps, Power Automate, SharePoint online and Microsoft Forms [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/kaispe-employee-training-app-is-now-published-on-microsoft-appsource/">KAISPE Employee Training App is now published on Microsoft AppSource</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>NEW YORK, May 4, 2021 – KAISPE is pleased to announce that one of its products “Employee Training App” developed using Microsoft PowerApps, Power Automate, SharePoint online and Microsoft Forms is now <a href="https://appsource.microsoft.com/en-us/product/dynamics-365/kaispellc.kspetapp?tab=Overview">available</a> on <a href="https://appsource.microsoft.com/">Microsoft AppSource</a>. Customers can use the app as part of their employee self service initiative and connect the app with any backend application.</p>
<p>This shows our continuous commitment with customers to help them automate the business processes and achieve high operating efficiency with improved bottom line.</p>
<p>At KAISPE, we pride ourselves on our innovation, expertise, and our continued commitment to ensuring delivery of the highest quality products to our customers. As a Microsoft Certified Partner, we provide solutions backed by industry best practices and standards. We are Microsoft Co-Sell partner and have strong presence on Microsoft marketplaces with our remarkable apps and services.</p>
<p>To learn more, visit <a href="https://www.kaispe.com/">https://testing.kaispe.com</a> or call (315) 791-4472. Connect with us on <a href="https://twitter.com/kaispe_">Twitter</a>, <a href="https://www.linkedin.com/company/kaispe">LinkedIn</a>, and <a href="https://www.facebook.com/Kaispe-226720541143041">Facebook</a>.</p>
<p>The post <a href="https://www.kaispe.com/kaispe-employee-training-app-is-now-published-on-microsoft-appsource/">KAISPE Employee Training App is now published on Microsoft AppSource</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Exploring Microsoft PowerApps ISV Studio</title>
		<link>https://www.kaispe.com/exploring-microsoft-powerapps-isv-studio/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Sun, 14 Feb 2021 10:04:18 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[ISV studio]]></category>
		<category><![CDATA[mspowerapps]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=2546</guid>

					<description><![CDATA[<p>Recently, Microsoft announced PowerApps ISV Studio public preview which is I think a turning point for partner ecosystem which provides a unified cross-tenant view of all applications distributed by ISV [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/exploring-microsoft-powerapps-isv-studio/">Exploring Microsoft PowerApps ISV Studio</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Recently, Microsoft announced <strong>PowerApps ISV Studio</strong> public preview which is I think a turning point for partner ecosystem which provides a unified cross-tenant view of all applications distributed by ISV to customers.</p>
<p>Advantage of this important step is helping Independent Software Vendors (ISV) to monitor and manage their applications which has simply not been possible in the past.</p>
<p>So, by participating in the preview wave, you can experience the benefits of a unified view of PowerApps and Dynamics 365 CE apps which can help you track your apps and get information about cross-tenant apps to better support your customers. You can also learn about your installation base on which you can evaluate the success and potential failure of your application installation attempts. In addition, you can check the installed versions for different clients and environments; this will help you evaluate the impact of maintaining an application and its overall adoption rate.</p>
<p>To access the public preview of ISV Studio, navigate to <a href="https://aka.ms/ISVStudio/">https://aka.ms/ISVStudio</a>.</p>
<p>Here are the pre-requisites to access the ISV Studio:</p>
<ul>
<li>The ISV must be associated with a Microsoft Registered Partner Organization [ISV] that has one or more supported applications published on AppSource. Supported apps include model-driven apps built using Power Apps and Dynamics 365 apps, such as Dynamics 365 Sales and Dynamics 365 Customer Service.</li>
<li>The ISV must have an Azure Active Directory (AAD) account, and this account must be configured as a contributor or application owner in Partner Center for the specific ISV.</li>
<li>To be noted at last, ISV Studio does not support applications installed on client sovereign clouds.</li>
</ul>
<p><strong>Note</strong>: If you want more users to gain access to ISV Studio, they can add themselves as application contributors in the Partner Center. Instructions can be found in <a href="https://docs.microsoft.com/en-us/azure/marketplace/cloud-partner-portal-orig/cloud-partner-portal-manage-users">User Management on the Cloud Partner Portal</a>. For more detail click <a href="https://docs.microsoft.com/en-us/powerapps/developer/data-platform/isv-app-management">here</a>.</p>
<p>The post <a href="https://www.kaispe.com/exploring-microsoft-powerapps-isv-studio/">Exploring Microsoft PowerApps ISV Studio</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Using Monitor in Microsoft PowerApps</title>
		<link>https://www.kaispe.com/using-monitor-in-microsoft-powerapps/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Wed, 20 Jan 2021 06:30:40 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[mspowerapps]]></category>
		<category><![CDATA[powerapps app performance monitoring]]></category>
		<category><![CDATA[powerapps monitor]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=2532</guid>

					<description><![CDATA[<p>Today we are going to talk about Microsoft PowerApps Monitor. The idea behind the PowerApps Monitor is to see the performance of your App and what’s going on in your [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/using-monitor-in-microsoft-powerapps/">Using Monitor in Microsoft PowerApps</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Today we are going to talk about Microsoft PowerApps Monitor. The idea behind the PowerApps Monitor is to see the performance of your App and what’s going on in your App in very detail. In other words, it shows what you are doing with the app. You can monitor your Published app as well as the App in the Edit Mode.</p>
<p>In Edit Mode, Go to the Advanced Tools on the left navigation tab and Open Monitor.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-2533" src="https://dev26.thebetatest.com/wp-content/uploads/2021/01/MonitorJPG.jpg" alt="" width="400" height="731" /></p>
<p>Now, you can play the app in edit mode and you can see the monitor screen.</p>
<p>It keeps logging everything you can do with your app. You can click and see the detailed result of every single thing and It is very useful to monitor your request and response.</p>
<p><img decoding="async" class="aligncenter size-large wp-image-2534" src="https://dev26.thebetatest.com/wp-content/uploads/2021/01/Detail-1024x503.jpg" alt="" width="640" height="314" /></p>
<p>We can invite people or other developers to share the Monitor screen to shows what’s going on with the App. It is going to generate the hyperlink that sends email automatically to the invited user. You can copy the hyperlink and share it with any communication media do you like. The session will be expired after 1 hour of the invite.</p>
<p>You can monitor the published app as follow.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-2535" src="https://dev26.thebetatest.com/wp-content/uploads/2021/01/PublishedApp.jpg" alt="" width="846" height="578" /></p>
<p>Click on the Monitor and you will be able to see the monitor screen for the published app.</p>
<p>You can play the published app using the monitor screen.</p>
<p>You can invite and connect the user to the published app.</p>
<p><img decoding="async" class="aligncenter size-large wp-image-2536" src="https://dev26.thebetatest.com/wp-content/uploads/2021/01/PublishedMonitor-1024x499.jpg" alt="" width="640" height="312" /></p>
<p>You can download the result as well. It is saving in a JSON format. You can analyze it later after uploading the JSON file.</p>
<p>The conclusion is, If you have a slow app that’s an option you have to check out the monitor and if you have an end-user that’s complaining about the app being slow or having a problem and you can’t repro the steps so it a perfect thing to do where you can make sure it’s a published app and share the link to the end-user and then monitor what they were doing that cause the app slow or an error occurs. You can easily troubleshoot it.</p>
<p>&nbsp;</p>
<p>The post <a href="https://www.kaispe.com/using-monitor-in-microsoft-powerapps/">Using Monitor in Microsoft PowerApps</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
