Performing select all and delete on BitBar iPad or Android device
I am using TestComplete connected to Bitbar and am trying to simulate selecting the Text in a box and deleting it. I need to do this on the same app but on IOS and Android platforms if the code is different for both? As far as i can tell it doesn't support .SetText , nor key strokes, .Keys("^A[Del]"), for select all and delete I can't find any documentation for how to proform this function. Can anyone give any guidance?14Views0likes0CommentsCan Testcomplete connect to two android mobile devices through local appium at the same time?
Hi, I have setup the local appium server and would like to use Testcomplete for recording keyword tests .In our android application testing, we would need to connect to multiple devices at the same time and verify the communication between applications in the two different devices. Is it possible to connect to two mobile devices from Testcomplete at the same time ?34Views0likes2CommentsTest Complete not able to click on mobile application and record keyword tests
Hi Team, I have setup a MAC appium server for testing both iOS and Android applications. While testing android applications, I'am able to load the application to the mobile device but I'am not able to click on any options in the mobile application from Testcomplete . However Once I load the application to mobile, I can directly click on the mobile to navigate within the application. Another issue is that even if I do all the navigations in the phone directly and try to record keyword test , no test steps are getting recorded. Please help on this issues.71Views0likes3CommentsIs it possible to do android mobile test automation without an .apk file?
I am creating android mobile test automation using a local appium server and I want to be able to test an application that is currently downloaded on the android device. I do not have access to the apk file for this application but the app is already installed, I just need to be able to access it. What would I need to do to create automation without the apk file because TestComplete prompts you to enter the location of where the file is stored?Solved122Views0likes3CommentsTestComplete for iOS testing
Hi all, Are there a lot of community members that use TestComplete with Appium to test web applications on iOS on a regular basis? Is that a fairly smooth process for you? It seems like detecting webview content and test responsiveness can be inconsistent at best. I have had a ticket open with the support team for a few months and have made some progress, but have not been able to provide any usable automation to our internal customers yet. Also, the documentation (Set up Appium on macOS for Testing iOS Devices | TestComplete Documentation (smartbear.com)), shows that it only supports Appium 1.22. If you have had success are you using the old version of Appium or have you tried Appium 2.0? There must be a way to optimize this for better performance, but I'm struggling so far. I'll keep working at it and if I come up with any solutions, I'll be sure to share! Thanks for your help, Mike221Views1like1CommentMobile - Swipe to an element
Hello! I am trying to find a way how I can scroll in an application until an element is visible. Basically the original issue is that using app.FindElementByXpath of an object errors with "Unable to find an element that matches the specified 'xpath' selector strategy", however, it works when I manually scroll onto the object. On web, I am aware of the ScrollIntoView functionality, but can't find anything similar for android/ios? Thanks in advance!551Views1like3CommentsDownload Appium compatible version for Mobile test
Hi all, for Mobile tests, I've seen that Test Complete is compatible only with a previous version of Appium (not the latest one) but I've difficulties to find the download link for this specific version (the appium site download only the latest version). Can you please help me by providing the link where I can download the right version compatible with Test Complete? Thanks!Solved788Views1like6CommentsGithub Copilot Integration
GitHub Copilot suggests code completions as developers type and turns natural language prompts into coding suggestions based on the project's context and style conventions. One new idea would be having a copilot plugin for testcomplete would increase productivity and coding efficiency URL for reference - https://github.com/features/copilotMobile Device Connection via Script, enable the Option Maintain an active connection with the Appium
We only work with script-based tests. If a mobile device is connected, the mobile screen does not display any device, if you let the mobile screen display. Only if you previously connect the device once via the "Select Bitbar Device" dialog and activate the checkbox "Maintain an active connection with the Appium device after test execution". The device will be displayed if you only connect it via the script. Is it possible to include the selection “Maintain an active connection with the Appium device after test execution” in the general options for mobile devices so that this is permanently active. Thanks and Best regards Jan51Views0likes0Comments