Forum Discussion

Kateryna's avatar
Kateryna
Contributor
14 years ago
Solved

How to get the result from the whole suite

Hello, I have a question here. I export results of my test and send it to each member of the team group. It would be just great to write in the title of the letter whether project suite passed ...
  • tristaanogre's avatar
    14 years ago
    Again, that's something that you'll have to determine in script as I said.  You'll have to keep track of the errors and warnings generated and essentially write something in the routine you're using to send the log "If errorcount > 0 then status = "failed" else status = "success""