I have created a runner and error handler for my selenium tests. I am able to store the errors in String Builder and after execution i Print it on Console.
I want to create HTML report from the execution.
How can i achieve it. Should I store all things in Variable if yes how for each test. Should I Write in some format and the write some filter for the same.
Please let me know how to do this.
Thanks in Advance.
I have created on class name result and it has some variables and function using this I can create result in HTML format with css and also get an xml log file.
Thanks for your time.