Thursday, January 16, 2014

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.

No comments:

Post a Comment