[Android] getting numeric input screen instead of settings screen
Hello, if I open the device settings screen or opening a settings screen from within my App (like an Activity using APP_OPEN_BY_DEFAULT_SETTINGS) I see this numeric input screen instead of the settings screen. How can I fix this? Btw if I press the Menu button I do see the settings screen:354Views0likes0CommentsHow to distribute the iOS/Android builds to the multiple access group through Jenkins pipeline
We have used the Jenkins pipeline for releasing the iOS builds and android builds to the bitbar using the "runInCloud" plugin method. We need to distribute the build to multipleaccess groups in an automated way. How to automatically distribute the build to the access group from Jenkins "runInCloud"? Which parameter do I need to use in the runInClound?614Views0likes0CommentsWill there be support for Hybrid Apps using a webview (like cordova/phonegap) as ui using Appium?
I can only find support for actual hybrid app testing using the legacy methids. But they require devices connected localy. No cloud device farm options as far as I could find. But using a device farm is one of my main requirements. Will there be support for hybrid apps using appium in the short future? Are there any known workarounds to testing a hybrid app using appium that allows to record the tests instead of pure scripting? (else I'd rather use webdriverio + jasmine or sortalike).Solved1.7KViews0likes4CommentsName Mapping in Android
Hi all, newbie here, just getting to grips with test complete and I can't seem to get name mapping to work. I'm connected to a physical device, click Map object from screen, I can pick an item from the appium tree and ist shows me something like Mobile.Device().FindElementByXPath("//ancestor::*[*[@text=\"Device ID\"]]") I click OK and nothing happens? Any advice? Thanks Stephen.Solved1.7KViews0likes4CommentsAutomation in Flutter application does not work
Hello I have an application developed in Flutter but i can't automate it. I'm using a cell phone connected to my machine. With the app Mobile Orders app it's OK. Am I doing something wrong? I'm using TestComplete version: 14.90.432.7 x641.7KViews0likes5CommentsLaunching the PWA app from Android/iOS device
Hello All, We have one PWA app, which we launch the application using a url first time it will ask to add to desktop once we add it to desktop we will have a application icon to launch. Using Testcomplete tool how to launch this app which added to my mobile desktop?727Views0likes0CommentsMobile testing and capturing traffic
Dear all, I need help 😉 At the time of this message, I test a mobile app manually and with Fiddler I inspect resquest/response from my app. Sometimes I have to change de body of the request/response to observe the consequence on the app (with Fiddler). But I need to know if this process is possible with Testcomplete or an other product of the Smartbear collection ? This is what I need in a simple words : - Launch tested app and capture all the https traffic - the captured traffic need to be inspect and compare to a reference. - I need to have some https resquest/response body changed to inject them when the app start. - And obviously, the most automatic way possible. Thanks to everyone who will read me and help me. ThomasSolved2.1KViews0likes5Comments