Adnan_MuzaffarOccasional ContributorJoined 7 years ago11 Posts5 LikesLikes received3 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: TestComplete 14 recognizes objects differently than TestComplete 12 After investigating the issue with TestComplete developers we found out that TestComplete 14 works correctly and its recognition is proper. It looks like TestComplete 12 had a bug in this specific case as a result, the objects were mapped incorrectly. Re: TestComplete 14 recognizes objects differently than TestComplete 12 AlexKaras Hopefully you watched the Video link in the post. Browser Version is the same in both cases, even on the same machine. so the issue occurs at the TestComplete side. TestComplete 14 recognizes objects differently than TestComplete 12 Recently I upgrade from TestComplete 12 to TestComplete 14 and I notice that all of my tests are getting failed. As before we face an issue where due to the resolution of the system a similar issue so I start executing it from a different machine and with the different resolution, I founded that the issue is not as we face before so our technical team starts their investigation and found the issue. We are facing an issue where the Namemapping of an existing object is showing differently in TestComplete 14 and TestComplete 12 in the same Environment for Reference following are the Mapped object. TestComplete14: Sys.Browser("iexplore").Page("https://vm003-isu-wkf.netsolpk.com/CAPWEB/FieldInvestigation/FieldInvestigation.aspx?AppNumber=D-A00..., 0).Panel("pnl_rptr").Table(0).Cell(0, 0).Table(0).Cell(0, 0).Panel("Callback_pnlColApplicantInfo_").Table("table1").Cell(0, 0).Image("PanelpnlColApplicantInfo_toggle") TestComplete12: Sys.Browser("iexplore").Page("https://vm003-isu-wkf.netsolpk.com/CAPWEB/FieldInvestigation/FieldInvestigation.aspx?AppNumber=D-A00..., 0).Panel("pnl_rptr").Table(0).Cell(0, 1).Table(0).Cell(0, 0).Panel("Callback_pnlColApplicantInfo_").Table("table1").Cell(0, 0).Image("PanelpnlColApplicantInfo_toggle") I have Bold the text from where the Namemapping got different. In TestComplete 12 it's Cell(0,1) and in TestComplete 14 it's Cell(0,0). For reference, I am also adding a Video link and few issue related Documents. Video: https://s3.amazonaws.com/webtocasefiles/2020/2f9ff0f1-d9d6-312e-41b1-71a6ebe96388/2020_08_27-10_49_03_670/TestComplete14_12_ObjectSpy_Issue.mp4?AWSAccessKeyId=AKIAILZDL6PV2PCURZRA&Expires=1684907375&Signature=kG0by%2FP1EsMCYgwRxb0PBOukPoo%3D SolvedRe: IE Full Screen Thank you tristaanogre and AlexKaras. I find out solution to my problem, Just need to add Command-line arguments: "-k". Re: IE Full Screen AlexKaras Does IE behave differently when started and restarted manually and via test code? IE behave differently in my new Environment, in my perviously environment it's working fine via testcode. You do have a solution of how to maximize the browser when needed, doesn't it work for you? Yes, I have and it's working fine. Re: IE Full Screen tristaanogre you are right user can add maximization in their Code/Keyword to change user profile basis but this is not that issue I observed that in windows 07 with Test Complete 11 it's happening. Re: IE Full Screen Yes AlexKaras in Test Complete 11 with Windows 7 open's IE in Fullscreen mode but Test Complete 12 with Windows 10 AlexKaras wrote: Hi, > now after upgrade IE is not opening in Fullscreen mode. a) Is this somehow related to TestComplete? b) Have you tried to put IE in the fullscreen mode? (Press F12, IIRC) didn't. Re: Test Complete 'Pause' button is disabled. Thank you Issue has been sloved. "https://support.smartbear.com/viewarticle/65750/" IE Full Screen Recently I upgrade from Test Complete 11 (32bit) Windows 7 Professional and IE 8 to Test Complete 12 (64bit) Windows 10 Professional and IE 11. On my old environment IE opens in Fullscreen mode and now after upgrade IE is not opening in Fullscreen mode. SolvedRe: Test Complete 'Pause' button is disabled. No I am not using long timeout's Pause button is disabled on Windows 10 with TestComplete 64bit. I am trying other solution and will share if get any solution.