MW_DidataSuper ContributorJoined 3 years ago298 Posts121 LikesLikes received43 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Is there any way to increase the amount of line on my screen? Hello Scot1967, I did find those settings, but they only scale the text in the horizontal direction. Which means on a 1920x1080 screen only about 45 lines fit on the screen. 'Zooming' just changes the font size, wich makes more characters per line fit on screen but not more lines. Thanks for you reply anyways! Is there any way to increase the amount of line on my screen? In the workspace / code editor you can zoom in and out but this doesnt change the amount of lines that fit in your screen. It only zooms the horizontal space of the lines but not the vertical spacing. I created a feature request for this but im hoping there might be another way to get more lines on my screen. https://community.smartbear.com/idea/testxcompletefeaturerequests/zoom-on-workspace-should-also-reduce-vertical-size-of-textcode/280647 Re: Zoom on workspace should also reduce vertical size of text/code Currently zooming out in the workspace panel only decreases the horizontal spacing and font size of the text. Only if you zoom really far in, or really far out does the actual vertical size change. Meaning it doenst really matter what zoom level you use, there are only about 45 lines of code that fit on a standard 1920x1080 screen. Comparing that to Notepad++ where the vertical spacing is directly tied to the horizontal spacing. When you zoom out you can get way more lines on screen: Zoom on workspace should also reduce vertical size of text/codeundefinedRe: TestComplete\TestExecute 15.82.62 - How's it working for folks ? Our application doesn't start anymore with the new Testcomplete / Testexecute version. I can't find the exact reason, but to me it seems the way Testcomplete hooks into the application might have changed. This causes errors in our application that seem unrelated (C1 errors). For now we'll stay on version 15.81 Re: TestComplete name mapping to map xpath with ID Unrelated to OPs question but can you tell me more how you did this. I do use namemapping in my browser tests but it doesn't really work well. Re: Copy Keyword Test from one suite to another You could share the Namemapping over multiple projects, this way any function scripts you create can be used in any project. 1 downside is that the namemapping gets rather large. Re: SmartAssist makes it impossible to reach support I wish we could still just fill out the form how it used to work. The AI chatbot sucks ass. I asked Smartbear to please allow us to fill out the form again, but they basically said no. Re: SessionCreator returns exitcode: 7 Failed to create user session I was not able to find a reasonable fix other then having a session already exists when the tests start. Re: SessionCreator returns exitcode: 7 Failed to create user session Hello fellow testers, I sort of solved this issue so I'll let you know what I had to do to get my tests started again. I have a batchscript in taskmanager that restarts my PC. Then an other task that starts the tests planned about 15 min later. Since the testrun can no longer start on when the pc is locked/ logged off, I've added a registry edit that automatically logs on the user. It can be added here: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon add these keys: AutoAdminLogon 1 DefaultUserName {Your Username} DefaultPassword {Your Password} DefaultDomainName {Your PCs domain name} When the PC restarts it automatically logs on so it has a active session that SessionCreator/ testexecute can use. When the testing is done I've added a script that logs off the user. Unfortunately my other PC now also has this issue. It can no longer create a user session. 2 of the 3 PCs i use now have this issue, I've disabled windows updates on the last working PC hoping it can still keep running as it is. It seems all the vibecoding in windows 11 is breaking more and more everyday. Please do let me know if anyone else starts having these issues. Maybe with more affected Smartbear can create a fix that solves this once and for all.