Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » aut hungs when start it
aut hungs when start it [message #1058189] Mon, 13 May 2013 07:06 Go to next message
posia han is currently offline posia hanFriend
Messages: 43
Registered: December 2012
Member
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 07:08]

Report message to a moderator

Re: aut hungs when start it [message #1058495 is a reply to message #1058189] Tue, 14 May 2013 11:13 Go to previous messageGo to next message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
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] Fri, 17 May 2013 02:21 Go to previous messageGo to next message
posia han is currently offline posia hanFriend
Messages: 43
Registered: December 2012
Member
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 06:36 Go to previous message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
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: Thu Mar 28 14:37:36 GMT 2024

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

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

Back to the top