0

I am automating the test Using python and selenium i want to log the test flow . Any suggested plugins or methods to logging ?

6
  • You can use the module logging from python and set a path wherever you'd like the log file written to. Commented Jan 6, 2017 at 9:54
  • ok .it will log the flow of the test-case? @PetIbaño Commented Jan 6, 2017 at 9:56
  • Manually, yes. Try this one stackoverflow.com/a/20112491/7265539 Commented Jan 6, 2017 at 9:59
  • There are two answers there actually. Feel free to choose what suits you. Commented Jan 6, 2017 at 10:00
  • Read this too for setting your log file path stackoverflow.com/a/13999647/7265539 Commented Jan 6, 2017 at 10:01

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.