ContributionsMost RecentMost LikesSolutionsRe: 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. Re: SessionCreator returns exitcode: 7 Failed to create user session Sorry for the late reply, Yes the checkbox 'Run whether user is logged in or not' is true, also checkbox 'Run with highest privileges' is true. I have confirmed the task starts when logged off. So far the only thing I can think of is a windows update broke something and now it no longer works. Re: SessionCreator returns exitcode: 7 Failed to create user session The PC has 2 users, 1 is the admin account of my org, and the other is the user account. The user account is also an administator on the machine. When checking Task manager only the 2nd user is shown, that is the user that should start the task. Both machines use the latest Win11 Pro 25H2. In taskschedular the options "Run with highest privileges" and "Run whether use is logged on or not" are both enabled. (Same as the other machine) Re: SessionCreator returns exitcode: 7 Failed to create user session I run the tests on a physical PC. It has Testexecute and Testcomplete Installed. I use pretty much the same command, but instead of the entire ProjectSuite it runs each project one after the other with the /Project flag. but it no longer works. Like I stated above I even went back to a very basic batch script that should just start the testrun. That also did not work. I run other projects on another PC, that one still works. SessionCreator creates the session and testing begins, its only 1 machine that no longer works. Re: SessionCreator returns exitcode: 7 Failed to create user session Hello rraghvani What do you mean? The testrun does use the GUI, Taskscheduler starts a C# program (Or batch) and that starts the testrun with SessionCreator.exe. Sessioncreator should create a session on the locked pc where TestExecute can preform the tests. This worked for atleast the past 2 years, but suddenly I get back Exitcode 7 while I changed nothing. Re: SessionCreator returns exitcode: 7 Failed to create user session The issue only happens when the PC is locked. If I start the task while logged in the testrun does start.