Hi,
I am a new perl user. I have written a framework using perl to help me automation on selenium.
I want to implement the below in the FW :
1. Generation indinitual test log in a indivitual file . For example : if i run test1 to test5 I want this to create a 'Log' derectory appending todays date, and create indivitual files inside the directory for test1 to test5.
Right now it looks as below:...