How can i automate Flutter Mobile Application - flutter

The development of our Mobile App is in Flutter framework using Dart language.
We are trying to Automate the Mobile App using Appium-web driver with the .apk/.ipa file. We don't want to use Flutter framework for automation. That is the purpose, we are trying to automate using Appium web-driver/Appium flutter driver.
But our team is facing few challenges in performing the Automation using Appium-web driver, we are looking for someone who can guide/help us.
Is there any solution that my Automation team can do automate using Appium-web driver?
Thanks & Regards,
Swetha

Related

Flutter Web Development using an Online IDE

I am doing my development using a Chromebook and wondered if it is possible to develop SPAs using Flutter using an online IDE such as Cloud9 or Codio?
I have managed to install flutter and run it to install dart but am getting stuck as it can't find a Chrome installation.
Is it possible to develop using the cloud IDE and use by local install of Chrome for testing?
You can also check flutlab.io. It's working on Chromebook (Flutter IDE and even Figma integration). Proof: https://www.youtube.com/watch?v=dQ0ATecs7Fo
Currently, the only closer web approaches are:
DartPad
CodePen
Codespaces
Codespaces being a full VS Code which is currently on Beta Access which will allow the same coding possibilities as the desktop one.
Link: https://github.com/features/codespaces
Alternatively (to CodeSpaces, at least); GitPod has a pretty serviceable free tier to build a testing workspace. They actually have a Github template you can fork, then create a workspace from:
https://www.gitpod.io/docs/quickstart/flutter
Another nicety is the stack is open source as of last year.

Automatic deployment of azure chat bot to an application profile using Powershell

I want to automate the deployment process of the chat bot that I have built using microsoft bot framework to azure.
Is there any way to achieve this using Powershell ?
Microsoft is currently working on this feature and it will be released in a near future. Thanks for your patience!

is it possible to use selenium web driver for AngularJS site?

We have very good Automation framework already in place which is in java/selenium to verify our web application but now our site will be migrated to Angular and we do not want to move to protractor. So shall we use selenium for Angular app ?
You can use selenium for Angular app but it is more suitable to use the protractor for Angular app testing, as it is built in framework for the Angular app.

Does Protractor tool support Windows desktop application for UI automation?

We have Web Application which interacts with Windows base desktop applications.Can Protractor be used to automate UI workflows for desktop application as well?
Protractor is nothing but a framework built on top of webdriver js to automate angular js web applications.It uses API's available in selenium jar file to communicate with the browser. Selenium doesn't have support to automate desktop applictions,hence protractor also cannot be used to automate desktop application.
It is possible to use RobotJs code within Protractor to control

is it possible to integrate a desktop application in a Web application?

I have retail POS (Place of service) system implemented in .net and java swing versions. This is desktop application. Is it possible to integrate this into Web portal/application using some EAI/ middleware tools? or is there any approach to make it online with out redeveloping UI?
What kind of integration are you talking about? If about accessing data from/to then that should be feasible and there can be plenty of approach/tools/solutions for the same.
or is there any approach to make it
online with out redeveloping UI?
You can look at virtualized applications/desktops solutions (e.g Citrix XenApp, VMware Desktop as Service) where your desktop applications can be made available over internet.