Kateryna
13 years agoContributor
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 or failed. But I don't know how to get that information. Can somebody help me please?
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 or failed. But I don't know how to get that information. Can somebody help me please?
- 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""