DakshaOccasional ContributorJoined 10 years ago9 Posts2 LikesLikes received2 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: TestComplete cannot identify web objects when Chrome shows "Your connection is not private" message. Hi kingsmartbear, I too facing same issue in my secure web application. However I am even unable to click on Advanced link. I tried clicking on a particulat page position, or finding A object with value as "Advanced" None of them identified the Advanced link. It says zero sized window. Could you please provide more detail on how you managed to click on Advanced link on Privacy Error page? Thanks in advance. -Daksha Re: Provider cannot be found. It may not be properly installed Thanks a lot Alex for great help! I too had 64 bit OS on my desktop and TestExecute failed to execute OLE shell script . Just by installing "microsoft office access database engine 2007" as mentioned in your post, it worked in first attempt. Re: Touch action does not playback successfully on android device some times , hence object not found Thanks anhvu and Alex. My problem got resolved(hopefully as it was intermittent) after adding few more Delays between the actions. So basically issue is not related to press button but the latency between the action response and actual playback on the screen. I will try out Mobile.Device.PressButton(MobileButtonKey.mbkBack) as well when face similar issue again. Re: Does TestComplete support to run a script for several devices at the same time. Hi anhvu, As far as I know , TestComplete does not support parallel execution, it can only execute in sequence one after another for which you need to write loop script. Re: Touch action does not playback successfully on android device some times , hence object not found Hi anhvu, Thanks for quick response. I am using touch action on instrumented object. What you mean by deepest object, say currently getting error on pressing back button on mobile device, which did not get simulated on device. Code I used is : Mobile.Device(<devicename>).PressBack() ; Touch action does not playback successfully on android device some times , hence object not found I have faced this many times with different types of object on 3 types of android devices. (Getac, Nexus 7 and Samsung Galaxy Note, currently using Samsung Galaxy note) I am using TestComplete mobile version 11.20.1491.7 Touch action event log says touch action was successful, hence it proceeds for next script execution, but on device the touch action is not simulated correctly, hence getting object not found error. If I execute same script as standalone routine, it works perfectly fine, or if rerun the project suit it may work fine again, but other times it gives error. This is actually false alarm in our contineous regression testing. I have tried different things .. like adding delays between the actions, using Click command, using LongTouch command etc. But still facing the issues. Has anybody else faced this issue? Any advice on how to solve it? SolvedRe: How to do scroll in a panel when object spy not able to identify scroll but only identify panel? Thanks pclarke. MouseWheel worked for me. JScript snippet to scroll down by 3 position using mouse wheel is : Sys.Browser(*).Page(*).Panel(0).Panel(0).Form("collapse_form").Panel(0).MouseWheel(-3) ; Re: TestComplete 11.11 or 11.20, I am unable to spy objects in xamarin based mobile app any more. Thanks anhvu. I had confirmed all those options and settings before posting this query. FYI. This is identified as bug and have received a patch from smartbear (patch in dexlibrary.dll) which resolved my problem. very bad quality of releases by smartbear. TestComplete 11.11 or 11.20, I am unable to spy objects in xamarin based mobile app any more. I was able to spy object earlier in TestComplete 11.11 After a month or so, when I started today, unable to spy objects on newly instrumented apk any more. It says unable to identify parent process. also while recording, it is not using object but the images. So looks like instrumentation is not happening correctly. I am using TestedApp UI to instrument app and no error message thrown on instrumentaion. I see size reduced after instrumentation. Any idea what is causing this problem? Thanks in advance. Solved