Mobile app automation for angular application - protractor

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,

Related

How to integrate an Appium flutter driver automation suite(Java) with BrowserStack?

I have created an Appium flutter driver automation project(Java) and I need to integrate it with browser stack. Any support on it?
Yes, Browserstack does support testing of Flutter Apps Using Appium Automation. Follow this public document: https://www.browserstack.com/guide/test-flutter-apps-with-appium

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.

Run AWS Device Farm Built in Explorer test on a responsive web app

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

Can i test iphone application using selenium webdriver?

I am working with selenium webdriver and performed automation for Web application and Android Application.
Can Anyone tell how can i test Iphone Application using Selenium Webdriver ??
Are there any specific jars for that ??
Please share any link for automating iphone application!!
You cannot test iPhone application using Selenium Webdriver.
However you can use Appium for automating iOS applications.
You can use iOS Driver alongwith Selenium.
Xcode itself have the Testing tools and you can use the same. For that go to Instruments and select Automation or else you can use the APPIUM Server and its inspector.