ContributionsMost RecentMost LikesSolutionsRe: Adding a delay operation to a keyword test causes TestComplete to stop Hi PhilHesketh, That doesn't sound right and I've never heard of the Delay operation causing issues. Can you please open a Support Case athttps://support.smartbear.com/testcomplete/message/where our Support Engineers will be able to investigate and assist you. Cheers Re: Multifactor Authentication with Test Complete Hi Reddy, This is a question that does come up a lot when speaking to customers. Multi-Factor Authentication (MFA / 2FA) and/or CAPTCHA is tricky for any test automation solutions because these mechanisms are designed to prevent unauthorised users and bots from accessing systems and applications. Test automation solutions are essentially acting as a bot. I'm sure the wider community would have many potential ideas and methods for working around this however here are three possible approaches: Manual intervention. Sometimes a human will always need to be there to take the verification code from SMS or authenticator apps and manually input this into the application. You can build this prompt into your test script using the InputBox method. More detail in documentation. Automate verification code retrieval from known data source or authenticator service in your test case. Retrieve verification code from email. If your code comes via SMS, you could use an SMS to email forwarding service then retrieving the code directly from the received email in your test case. Hope this helps. Cheers, Christof Re: Bitbar - Shake device Hi Kostas, I would suggest to post this request in the Feature Request forum for our product team to review and for us to gauge community interest. Cheers, Christof Re: TestFlight support for iOS devices Hi Reznik, To test an iOS app, you must have the application file in .ipa format. You can then upload this .ipa application file onto your device in your Live Test session. Step by step guide is provided in our documentation:https://support.smartbear.com/bitbar/docs/testing-with-bitbar/live-testing/getting-started.html Please post your interest for TestFlight support in the Features Request forum and our product team will review. Cheers, Christof Re: How to install iOS app in BitBar Hi OnlineYogesh, To test an iOS app, you must have the application file in .ipa format. You can then upload this .ipa application file onto your device in your Live Test session. Step by step guide is provided in our documentation:https://support.smartbear.com/bitbar/docs/testing-with-bitbar/live-testing/getting-started.html Cheers, Christof Re: Samsung S22 series mobile required Hi Harishkk, Samsung S22 series mobile devices are now available on the Public Cloud offering. You can check what devices are available athttps://bitbar.com/real-devices-app-testing/ Cheers, Christof Re: [Live Testing] Storage permission, PIN Hi Spiladon, Most settings and permissions have been restricted on public devices. Change of device settings and permissions would be possible on a Private Cloud device or dedicated device. More detail around offerings here:https://support.smartbear.com/bitbar/docs/about-bitbar.html Cheers, Christof Re: Can I upload my TestComplete project to BitBar for an automated test? Hi Angelor, You can definitely run an automated mobile test created from TestComplete on a BitBar device. There is no need to upload the TestComplete test to BitBar, you can simply tell TestComplete to run the test on your BitBar device of choice instead of your local device. More details in the documentation:https://support.smartbear.com/testcomplete/docs/app-testing/mobile/device-cloud/index.html Also worth watching is a webinar from my colleague around Mobile Test Automation with TestComplete & BitBar:https://smartbear.wistia.com/medias/5o1s2hx1l1 Cheers, Christof Re: Code Contest: Export/Importing Project Variables Hey there Community! Just wondering if these script extensions work with TestComplete 14/15? From my initial attempts I was able to install StevenN's version 1.3 script extension however I didn't see any new buttons or toolbars become available. Thanks🙂 Re: Floating license session inactivity timeout GillerMwrote: Out of the box that should apply a 12 hour inactivity timeout. Can this be configured or changed to for example 30 mins in the License Manager? Thanks