Help to create test report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pagarwalla
    New Member
    • Feb 2008
    • 1

    #1

    Help to create test report

    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:

    Code:
    [log]
    diag = 'log_diag.tap'
    $filename = 
    output = 'log_output.txt'
    failure_output = 'log_failure.tap'
    todo_output = 'log_todo.tap'
    But i am not happy to get result of all the test scripts in a single file.

    2. to generate a report containg, total no. of test cases, number of passed and failed cases.

    Friends please help me with some idea on this.

    Thanks,
    Priti
    Last edited by eWish; Feb 23 '08, 02:59 AM. Reason: Added Code Tags
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    How you expect anyone to help you is a mystery to me. Help you with what?

    By the way, "it's urgent" = "answer this question last because this person thinks their question is more important than everyone elses". Not!

    Comment

    • eWish
      Recognized Expert Contributor
      • Jul 2007
      • 973

      #3
      If you desire for someone to help you, I recommend that you read the "Guidelines To Ensuring Better Answers and Assistance To Your Thread(s)" post.

      You need to write your own code first.

      --Kevin

      Comment

      Working...