anhvuFrequent ContributorJoined 10 years ago105 Posts11 LikesLikes received3 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: ReadyAPI: How to test log in function Guys, Thank you very much. I will read the docs and try to understand it. Re: ReadyAPI: How to test log in function I tried to get user name, password and executed the API test but I didn't know how it works. ReadyAPI: How to test log in function Hello, I'm brand new to API testing. I have ReadyAPI installed and tried to do the basic API test. I started with the "Log In" function of yahoo's email but I don't know how to do it. I red the the sameples but still not understand it. I may stupid to ask for help but I'm ready to learn for my comming project. Thank you in advance. Sincerely, Anh Vu SolvedRe: Chromium Embedded Framework (CEF) and TestComplete Hello bdrummond, Thank you for your responding. It's not helped if the android app embedded chromium. I might open a ticket with them to support my case. Sincerely, Anh Vu Re: Chromium Embedded Framework (CEF) and TestComplete Hello, How we can do it with mobile App? we are testing an app with chromium embedded inside the app and TestComplete is not responding when attempting to get the object via Object Brwoser. Re: Get phone number on iPhone Thank you. AlexKaras wrote: Hi, It looks like this is not that easy even in the iOS itself: https://stackoverflow.com/questions/193182/programmatically-get-own-phone-number-in-ios http://ioscake.com/programmatically-get-own-phone-number-in-ios.html https://www.google.com/search?q=iOS+get+phone+number Get phone number on iPhone Hello, Is there any way to get phone number on iPhone via scripts with TestComplete? Thank you in advance. Sincerely, Anh Vu. Re: Swipe up is not working but swipe down is working in iOS Application Never mind. I used ScrollToItem() method as mentioned above and it worked as my expected. Re: Swipe up is not working but swipe down is working in iOS Application Hello, I am starting to develop scripts for my iOS app. and I try the swipe method but it didn't work. Mobile["Device"]("Test’s iPhone")["Swipe"](500, 1700, 5000,1000) Does TestComplete support this function for iOS? Re: Unable to instrument the .apk application I got the same issue, too. and after instrumented it manually via Android Studio, I got "Unable to load the Android application package." when tried to deploy the app to the devices.