Thanks Reza. The question related to this feature appeared in my Pl-100 beta exam. I should have watched this video before the exam :(. Very useful feature and makes testing easy with RPA actions. Making PowerPlatform more powerful :)
@RezaDorrani4 жыл бұрын
Pl-100 was an interesting exam. I gave it 3 weeks ago. Waiting for results :)
@vinayayinapurapu4 жыл бұрын
Reza. All the best. You must have nailed it!!!. But to me each topic is tested in real scenario. Unless having hands on it’s hard to crack.
@RezaDorrani4 жыл бұрын
vinay ayinapurapu Yes most of the questions were scenario based. Hands on knowledge is a must.
@jjfraga222 жыл бұрын
Another great video Reza, congratulations! In Test Studio I really miss having a way to wait to execute an action until some conditions are true. For example, I made an application using the next, next, finish style. The "Next" button will only be visible to the user if some conditions are true. In this scenario Test Studio is almost useless as it doesn't care if the button is visible or not, it just does the action and in the real world the user cannot.
@RezaDorrani2 жыл бұрын
Best to post this as an idea on forums at powerusers.microsoft.com
@AndreasMake5 жыл бұрын
Very helpful feature. =) Thank you for sharing this.
@RezaDorrani4 жыл бұрын
Thank you for watching
@Mrtiagojam4 жыл бұрын
Hi Reza, I think on the second time that you ran the assert and it not failed because you didn’t flush the data on the SP list, so the count was right! Nice video, I played a long time ago with tests but with your video I have more knowledge, thanks for sharing
@RezaDorrani4 жыл бұрын
Thanks for watching and your observation is spot on.
@ramagenerali65923 жыл бұрын
I disagree: the second time the variable would be set to 1 at first and then after the submit variable (1) + 2 should have been not equal to the countrows (2)
@varshadhawale70733 жыл бұрын
Fantastic Video👍 thanks for sharing.
@RezaDorrani3 жыл бұрын
Thanks for watching
@roshanthosar67774 жыл бұрын
Hi,your video is very excellent
@RezaDorrani4 жыл бұрын
Thank you! Cheers!
@selwynvanrooyen94322 жыл бұрын
Nice Wish this could check incoming data (for example filters from Power BI) when integrating the 2
@RezaDorrani2 жыл бұрын
That is a wish :)
@mikealaro64695 жыл бұрын
Great stuff
@RezaDorrani4 жыл бұрын
Thank you
@Salen20005 жыл бұрын
Hi, thanks for sharing. Is this feature will be release with no additional cost? and is there any estimated timeline for the release?
@RezaDorrani5 жыл бұрын
This is currently available in preview environments only. No details on licensing as of now
@Salen20005 жыл бұрын
@@RezaDorrani thanks Reza. I found the recorder didn't capture the actions when I triggered some icons to redirect to other pages and also it didn't capture the action when I attach and upload some files with the attachment components. Will those bugs be fixed in future by powerapps develop team? Any advise where I can give those feedback to the powerapps develop team? thank you :)
@RezaDorrani5 жыл бұрын
Jin Huang actually the Power Apps team will be putting a blog post on this as soon as it is available in production environments. I am sure there would be limitations which would be defined
@AmitManwar-Sniper6 ай бұрын
Hi Reza. This is very helpful. Thanks a lot 👏. I have few questions on PowerApp deployment using PowerApps Pipeline. Can we auto trigger the deployment? Followed by auto trigger of test scripts that is this PowerApps Test Studio. But dont know how to auto trigger it post deployment. Can you share some light on this. Thanks a lot.
@RezaDorrani6 ай бұрын
I have done a video on pipelines but not on automated deployments on test scripts. I have not explored those options. I will recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
@Gracefamily23 жыл бұрын
Thanks
@RezaDorrani3 жыл бұрын
Welcome
@seg86904 жыл бұрын
Hi Reza... I find it as very informative video In case of repetitive testcase with multiple values .. how can we add data ?
@RezaDorrani4 жыл бұрын
Great point. I was thinking about this as well. Can use flow to call the test suite url and pass data via URL params.
@seg86904 жыл бұрын
🙏. Thank you for quickest reply...I have just started working on this today for the first time.. could you please share the resources to go through if any..
@RezaDorrani4 жыл бұрын
Sushma Ediga There are hardly any resources out there on this. Check links at bottom of this page - docs.microsoft.com/en-us/power-platform-release-plan/2019wave2/microsoft-powerapps/test-framework
@uazeem3 жыл бұрын
@Reza Thanks for the tutorial. Can you please guide about testing Powerapps build on model driven app foundation.? Asking because as you mentioned its only for Canvas apps.....
In the form if the values in the field are empty the button should disable and else it should enable. In such cases how can we handle this with PowerApps Test Studio
@RezaDorrani Жыл бұрын
I do not have a video reference on this scenario and would have to try it out to provide guidance. I recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
@rajeshy93632 жыл бұрын
Hi Reza, how to move test cases to master app. for example, I have created test cases in feature app that is the copy of master app. is there any way to migrate test cases to master app. now I am doing manually
@RezaDorrani2 жыл бұрын
I don’t think that is an option. Check the documentation.
@Vennex895 ай бұрын
Hey Reza, I am trying to create a test case step that checks for the DisplayField of a ComboBox to ensure that when the user selects the ComboBox, they see the intended values available instead of just blank values (since sometimes the DisplayField can be reset to some other value). Unfortunately, I'm not able to assert the DisplayField and the SetProperty function will force a value, rather than pick from the existing DisplayField options. Do you have any pointers or tips that can help?
@RezaDorrani5 ай бұрын
I have not revisited test studio since I did this video years ago. Not sure if there is any limitation with combo box.
@Vennex895 ай бұрын
@@RezaDorrani Okay, thank you for letting me know and for getting back to me quickly!
@jeffrey61249 ай бұрын
Hi Reza, can you share the formula for the "Test Case Completed" Many thanks ☺
@RezaDorrani9 ай бұрын
I did this video years ago and no longer have access to the formulas or the code.
@bhavyapatnam75863 жыл бұрын
HI Reza, can u tell me a way on How to test the different loads on the app at different pages in powerapps. I am newly learning PowerApps and have to test the load on an app.
@RezaDorrani3 жыл бұрын
I am not sure about that to be honest. This video was done a while back and was focused on the basic test feature set in canvas apps which I do not believe has changed overtime. I will recommend checking on the forums at powerusers.microsoft.com/
@neerajarajan8974 Жыл бұрын
Can we add data dynamically to textinput using test studio?
@RezaDorrani Жыл бұрын
Its been a long while since I have tried test studio. Not sure if it has that feature since recording the video. I recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
@sonikamalik79314 жыл бұрын
Thanks reza when i am trying to automate my app using test studio the very first screen which gives camera permission is not getting recorded , let me know if u can help
@RezaDorrani4 жыл бұрын
Hi Sonika, Have not tested this with a screen that has a camera control on it. I guess you can hide the camera control when App is running in test mode so that the permission prompt is avoided. Anyways the test studio will not be able to perform operations with the camera control.
@Yunakura3 жыл бұрын
Do you know if it’s possible to create tests on a canvas app thats embedded in a crm app where the canvas app shows different data based on different account records?
@RezaDorrani3 жыл бұрын
Ohhhh. Never tried that. I believe this is for Canvas Apps only.
@veersaraf-nx1sq Жыл бұрын
Can we test Horizontal scroll in powerapps test Studio?
@RezaDorrani Жыл бұрын
Not sure about that
@RanjeetSingh-mp3bj3 жыл бұрын
Hi Reza, How can we debug the test suite in the power app? Cheers
@RezaDorrani3 жыл бұрын
Its been a while since I used it. Check the documentation docs.microsoft.com/en-us/powerapps/maker/canvas-apps/test-studio
@sarithareddy37184 жыл бұрын
Hi Reza, am trying this CountRows property in one of the apps am working on, but am receiving this error message when am trying to Play - " Delegation warning. The Highlighted part of this formula might not work correctly on large datasets. The 'CountRows' operation is not supported by this connector' . Appreciate your help on this.
@RezaDorrani4 жыл бұрын
The CountRows function is not a delegable function and hence you get the warning. Complete list of delegable functions: SharePoint - docs.microsoft.com/en-us/connectors/sharepointonline/#power-apps-delegable-functions-and-operations-for-sharepoint SQL - docs.microsoft.com/en-us/connectors/sql/#power-apps-delegable-functions-and-operations-for-sql-server CDS - docs.microsoft.com/en-us/connectors/commondataservice/#power-apps-delegable-functions-and-operations-for-the-cds-for-apps
@sarithareddy37184 жыл бұрын
Thank you Reza. I have watched your video on "PowerApps Delegation with Sharepoint" . It was very helpful. One more question - Can I use any 'wait' function here after request is submitted, because my sharepoint lists takes some time to refresh once the record is added , due to this my tests are failing.
@vinayayinapurapu4 жыл бұрын
@@sarithareddy3718 Did you get your issue sorted out? I
@Elena-q6f7y Жыл бұрын
What type of data has each column created in Sharepoint?
@RezaDorrani Жыл бұрын
Text
@thukali4 жыл бұрын
Hey Reza , iam not able to see this option in powerapp , can u please guide me
@RezaDorrani4 жыл бұрын
In your Power App, on the left hand rail you should see the Advanced Tools Icon. Tests will be an option under that item.
@learnithme67033 жыл бұрын
Can anyone please answer, how can we do load testing in powerapps?
@RezaDorrani3 жыл бұрын
I am not sure about this one. I will recommend to check on the forums at powerusers.microsoft.com/
@learnithme67033 жыл бұрын
@@RezaDorrani thank you very much for the response. My app users are 1000+ and I'm using sharepoint for backend. I'm looking for a way to know if the app doesn't crash in peak times, if all users try to use it.
@RezaDorrani3 жыл бұрын
@@learnithme6703 Did you check on the forums?
@learnithme67033 жыл бұрын
@@RezaDorrani yeah no solid answer for this.
@RezaDorrani3 жыл бұрын
@@learnithme6703 I do not know about this either. Forums will be your best bet.