Thursday 16 May 2013

Print Eclipse IDE console output on a text file after Test execution


Following setting will print your eclipse console output on a separate Text file.

1| Create a text file (.txt) in your project folder
2| In Eclipse, right click Project > Run configurations
3| Click the Tab, "Common"
4| Select the Check boxes, File & Append
5| Now choose the correct directory and select the empty text file you created before
6| Click ok
7| Run the Test
It looks simple and an eclipse configuration :)

No comments:

Post a Comment