ATEasy Test Log , "User name" field

Raz A.
Haifa,

Aug 17, 2019
82 Posts

0  |  0  

Re: ATEasy Test Log , "User name" field

Each time i run a simple program, "The ATEasy Test Log." header is displayed, showing "Company,User Name,Project,Version" fields and values (see attached).
I see that the "User Name" field is actually the computer name.

1.How can i change the "User Name" field? i dont want the computer name to show...
2.Can i add fields?


File Attachment:
to forum.jpg

Solution Available
DrATEasy (Ron Y.)
Mission Viejo, CA

Aug 19, 2019
358 Posts

1  |  0  

Re: ATEasy Test Log , "User name" field

By default, User Name display the Windows user name. If you are using ATEasy login, it will display the ATEasy user.

To customize the program or application log header, you can override the OnInitProgram/Program.OnInit or OnInit (for app header). Check the following KB article, to see how this is done:

https://www.marvintest.com/KnowledgeBase/KBArticle.aspx?ID=305

You basically use the following code in the appropriate event:

s=GetLogString()
! Modify the string
! change or add rows
SetLogString(s)



Please Note
You need to have a M@GIC account to participate in the Forums.
Not yet registered on our website? Click here to register today!

All content, information and opinions presented on the Marvin Test Solutions User Forums are those of the authors of the posts and messages and not Marvin Test Solutions'. All attachments and files are downloaded at your own risk. [Read More]