Run AWS Device Farm Built in Explorer test on a responsive web app - aws-device-farm

We are building a responsive Web App. As it is responsive it has no .apk and .ipa files.
Can I use the AWS Device Farm Built in Explorer tests for my responsive Web App?
If Yes, please let me know how to configure it thru AWS Device Farm
Thanks
qa

I don't believe so. The built-in explorer tests do a depth first search of the views in an Android app. Because we don't have an app and we're testing a website
, this option shouldn't be available to us. We haft to choose from the appium java/python client whilst using Device Farm.
https://docs.aws.amazon.com/devicefarm/latest/developerguide/test-types-overview.html
Hth
James

Related

Is there a internet permission command to be added in the Windows Folder of the Flutter Application for internet usage?

I am developing a simple flutter application for my manufacturing facility, where we want to input the stock ids of the raw materials which were used to develop the product. I made a simple Flutter Application with Windows and macOS and Android & IOS enabled while initiating the project in Android Studio. I am using Mysql1 dependency from pub dev to avoid writing large amounts of backend and use other frameworks.
Furthermore, I also added internet permission for the app in the Androids folder. However, when I was trying to do it on the windows app, the MySQL query would not go through. The MySql server is hosted on Digital Ocean. I entered the exact details,
But works on the android phone and not on windows applications. Do we need to add any same permission line in the Windows Folder?
I installed the application on my physical, it is perfectly sending the data to the MySQL table in the DigitalOcean server. However, doesn't seem to do the same in the windows application. I want it to run the query the same as in the windows desktop app as in the android app.
Any help would be appreciated,
Thanks and Regards.

How we can publish flutter app on app store from windows

I Develop a flutter application, I am a Windows user. I don't have a MacBook, so is there any way to publish the flutter app on the app store using windows?
You can't build or publish iOS from Windows or any other system except MacOS. If you have no mac take a look at cloud services that can dedicate one to you (e.g. MacStadium). CI/CD services like CodeMagic, AppCenter is an option too, it is more suitable for small or pet projects when you don't need to build iOS often.

How to deploy Ionic app for remote internal users to test

I have an ionic app build on my system.
For now, I have been testing my app using Ionic DevAPP (which can be found on the App Store and Google Play).
Prerequisite to run an app on my mobile device using Ionic DevApp is, My app needs to be up and running using the command:
ionic serve
This option looks great when doing development.
But now, I have my app build and I want to share it with the testing team and PO who is located on shore.
I want to know is there any way or free platform where the users can run an app on their mobile devices directly without starting a dev server.
NOTES:
I know about Ionic dashboard, but it is not free when comes to sharing builds.
I don't want to upload my app on Play Store or Google Play.
Any help is recommended as I am really looking for options to share my app.
I use Diawi To share both apk and ipa, bypassing play/app stores.

AWS Device farming services issue for react-native app testing. Need to test the app on multiple android and IOS devices.

Is there any service which supports device farming to test the test suite on different devices. I am facing this problem as AWS (Amazon web services) does not support device forming for react-native apps.
Need help! Please inform or suggest if some body is using these kind of device farming third party services for testing the detox test cases.
I work for the AWS Device Farm team.
Here is one way to test react native apps on AWS Device Farm using Espresso.
https://www.slideshare.net/AmazonWebServices/device-testing-with-aws-device-farm-89135178
The central idea here is to use the Espresso recorder functionality to work for react native apps.
Hope that helps.
AFAIK there's no cloud service with Detox support yet, but you can write your tests in Appium to test both platforms - you just need to fire separate test run for each platform, but the Appium tests can stay same.

Mobile app automation for angular application

I have successfully set up protractor appium tests to run on (connected devices )Mobile iOS and Android browser.
We have a mobile app that is slightly different than the web app. I would like to automate that as well. But understand protractor appium doesn't support native app yet. Is there any other tool which will allow us to automate angular apps besides appium? Please advise.
Thanks,