Hallo,
I am testing the stability of eggPlant and the following code causes crash after some ~20-40 iterations.
put 0 into c
repeat while true
put c + 1 into c
SwitchConnection "UAT"
Log "restart: "&c
end repeat
to SwitchConnection param
Disconnect
Log "Connecting to "¶m
Connect(serverID:param,Visible:Yes)
Log "Connected to "¶m
put param into global desktop
end SwitchConnection
I tested it on both Mac OS X and win32. Crash happened on both platforms. Is there anybody who faced similar error?