Forum Discussion

ml's avatar
ml
Contributor
8 years ago
Solved

visualization of test results missing

why there is no visualization of test results? anyone can help?  
  • tristaanogre's avatar
    8 years ago

    If a keyword test is attached as a Test Item, it's already there.

     

    If you are looking for information on a per keyword test basis, this is why I add my own custom logging utility to every project I work on.  This utility breaks up tests into "folders" in the test log to put all values logged during a particular test (whether or not it's attached to a test item or not) into these expandable tree views in my test log.  I don't do it now, but I know others who then also keep track, as their tests run, of the error counts and messages and build their own summary report at the end of things.  For me, when I run my tests in my framework, the SQL database that I get my data from has fields to record PASS and FAIL for each test that I run and I can run an SSIS report directly from SQL server to get my test run information.