Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i am using selenium web-driver in c#, i want to Create a text/ log file and write exception in it automatically. right now i am doing testing on log in page. if i change the password then the exception should be written in text file with time stamp.

share|improve this question

1 Answer

I would recommend using log4net ( http://logging.apache.org/log4net/ ) it's a pretty straight forward logging library. Selenium doesn't really have any impact on your logging. You handle exceptions the same and put logging statements in the catch's as you normally would.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.