Skip to main content



      Home
Home » Archived » Jubula » aut hungs when start it
aut hungs when start it [message #1058189] Mon, 13 May 2013 03:06 Go to next message
Eclipse UserFriend
Hi,
Aut configuration set the executable file with an script names test.bat:

echo off
echo "wmic cpu get MaxClockSpeed"
setlocal enabledelayedexpansion
for /f %%i in ('set') do (
set MaxClockSpeed=%%i
echo MaxClockSpeed=!MaxClockSpeed!
)
echo set end


for /f %%i in ('wmic cpu get MaxClockSpeed') do (
set MaxClockSpeed=%%i
echo MaxClockSpeed=!MaxClockSpeed!
)
//---------AUT hungs here----------//

echo wmic end

Thanks a lot,
posia

[Updated on: Mon, 13 May 2013 03:08] by Moderator

Re: aut hungs when start it [message #1058495 is a reply to message #1058189] Tue, 14 May 2013 07:13 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

I'm sorry, I don't understand what it is you are trying to do. Is the script used for starting your AUT? If you post more information, someone might be able to help you.

Best regards,
Alex
Re: aut hungs when start it [message #1059151 is a reply to message #1058495] Thu, 16 May 2013 22:21 Go to previous messageGo to next message
Eclipse UserFriend
Hi,
Yes,the script I mentioned is the Aut which I want to start.

Thanks,
Posia
Re: aut hungs when start it [message #1059175 is a reply to message #1059151] Fri, 17 May 2013 02:36 Go to previous message
Eclipse UserFriend
Thanks... but I'm still confused - where is the executable file call / the part that actually starts an application with a GUI? (I'm not so hot on reading scripts, so I could be incorrectly confused, but looking at it I can't see where an actual AUT would be started.)
Previous Topic:Problem with executing external command on remote machine with 'Local' parameter set on false
Next Topic:import gives strange error
Goto Forum:
  


Current Time: Sat Jul 19 02:00:18 EDT 2025

Powered by FUDForum. Page generated in 0.27546 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top