Jump to content

Recommended Posts

Posted

i am using autoit to automate software application testing,can autoit generate a bug report with errors generated during script running

Posted

Hi and Welcome to the forums!

AutoIt can generate a bug report, but it will not do it "automagically", you have to build it yourself. Open the helpfile and read about @error, @extended and FileWriteLine to begin with, do some experimentation and come back here if you have more questions.

Posted

Just to throw another suggestion out there as this may be useful to you to look up in the help file as well...

#Include <File.au3>
_FileWriteLog($sLogPath, $sLogMsg[, $iFlag = -1])

Regards,

Jarvis

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...