ContributionsMost RecentMost LikesSolutionsRe: Model dialogues in VM screen Found the problem...I disconnected using Tscon.exe and run TestComplete using command line. That created a console session with lower resolution. when you run subsequently SessionCreator it actually doesn't replace hanging session previously had. But trying to handover to that hanging session. solution is to kill the consol session manually before all. Re: Model dialogues in VM screen No that doesn't help... though, I used /ScreenResolution:"1920*1080" with SessionCreator it didn't expand screen to desired resolution.. tried without using Tscon.exe , schedule task even I tried below inside batch file ...no luck. Bytheway my VM is window server 2016 powershell -Command "Set-DisplayResolution -Width 1920 -Height 1080" which gave me error .. T h e s e t t i n g s p a s s e d i n c o u l d n o t b e a p p l i e d t o t h e g r a p h i c s d e v i c e . Re: ProTip: Jenkins Integration with TestComplete As per your explanation will it use UI screen? or just in VM create UI but you don't see it ? if VM creates UI dose default resolution matters ? or resolution can be set by jenkins ? Model dialogues in VM screen In my testing environment, we are running tests on VMs connected via DRP. recently I started running tests unattended at after hours (night runs) using Tscon.exe as follows Disconnecting From Remote Desktop While Running Automated Tests | TestComplete Documentation (smartbear.com) the problem is, once you disconnected, screen resolution fall back to default. (1024 X 768) hence one of model dialogue buttons disappear from screen. it should be appear like below, was cut from red line. Can not be drag up since dialogue top is at screen top. I find this is also a universal problem windows - Screen resolution changes for the remote machine after safely closing the RDP session with "SupressWhenMinimzed" - Stack Overflow I cannot use third party exe's (such as qres) because of security. anybody out there got any solution? replacing RDP from VNC also will be huge effort (changing organizational norms) Re: Multiple test project in session creator Hi, Anybody out there have any suggestions? Re: Exists and Find Child Property didn't work as perMarsha_Rcould be a timing error. to check you may add aqUtils.Delay(ms, Str) just before "Set link..." ( just to confirm ...adding delays are not a good practice ) also in your code valArray = Array(linkText,"Cell") linktext is not withing " " ....is it purposely? and when you post some codes, write it as code, then it's easy to read & figure-out problems Multiple test project in session creator Hi, In a remote machine I could run single test project using sessionCrestor_exe I need to run several project in one go. And log separately ...... tried below but failed....what is the correct wayof doing that? SessionCreator.exe RunTest /UserName:XYZ /password:ABC /UA /ScreenResolution:"1920*1080" /ProjectPath:"C:\TestCompleteFiles\UITest_Suite\aaaa\aaaa.mds" /ExportLog:"D:\aaa\test-results.mht" SessionCreator.exe RunTest /UserName:XYZ /password:ABC /UA /ScreenResolution:"1920*1080" /ProjectPath:"C:\TestCompleteFiles\UITest_Suite\bbb\bbbb.mds" /ExportLog:"D:\bbb\test-results.mht" SessionCreator.exe RunTest /UserName:XYZ /password:ABC /UA /ScreenResolution:"1920*1080" /ProjectPath:"C:\TestCompleteFiles\UITest_Suite\cccc\ccccc.mds" /ExportLog:"D:\cccc\test-results.mht" SessionCreator.exe RunTest /UserName:XYZ /password:ABC /UA /ScreenResolution:"1920*1080" /ProjectPath:"C:\TestCompleteFiles\UITest_Suite\dddd\ddd.mds" /ExportLog:"D:\ddd\test-results.mht" SolvedRe: remote desktop not identify user Hi, Anybody out there can solve this??? TanyaYatskovska AlexKaras Marsha_R Re: remote desktop not identify user AlexKaras yes always I run commands as Administrator. TanyaYatskovska no unfortunately I'm still struggling . I had a AWS instance previously running same OK. This was a new AWS Instance and I'm having admin roll in the machine. our tech guy says, Idont have a role/user in the AWS console yet. Dose that matters? more information............ when I run query user gets Sessionname as rdp-tcp#1 and then I ran %windir%\System32\tscon.exe RDP-Tcp#1 /dest:console works fine ...I was successfully disconnected without session being stopped. when Quering user I see... my_userName but error message says MY_UserName is it something to do with case sensitivity ? if so how could I correct it Re: remote desktop not identify user Marsha_R yes no problem with running test manually and except that error the script also working fine.