User Profile
User Widgets
Contributions
Re: 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 at https://support.smartbear.com/testcomplete/message/ where our Support Engineers will be able to investigate and assist you. Cheers492Views0likes1CommentRe: 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, Christof1.2KViews1like1CommentRe: 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, Christof734Views0likes0CommentsRe: 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, Christof666Views0likes0CommentsRe: [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, Christof515Views0likes0CommentsRe: 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, Christof568Views0likes0CommentsRe: 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 🙂424Views0likes0Comments