home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / misc / 1815 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.9 KB

  1. Xref: sparky comp.os.ms-windows.programmer.misc:1815 alt.hypertext:755
  2. Path: sparky!uunet!wupost!spool.mu.edu!uwm.edu!ogicse!network.ucsd.edu!munnari.oz.au!metro!usage!syacus!mikef
  3. From: mikef@syacus.acus.oz.au (Mike Floyd)
  4. Newsgroups: comp.os.ms-windows.programmer.misc,alt.hypertext
  5. Subject: Re: Testing MS Windows Help
  6. Message-ID: <1992Sep14.021808.11040@syacus.acus.oz.au>
  7. Date: 14 Sep 92 02:18:08 GMT
  8. Article-I.D.: syacus.1992Sep14.021808.11040
  9. References: <18laepINNrf9@seven-up.East.Sun.COM>
  10. Organization: ACUS Australian Centre for Unisys Software, Sydney
  11. Lines: 30
  12.  
  13. kstout@medieval.East.Sun.COM (Kate Stout - Sun PC Network Engineering) writes:
  14.  
  15. >I'd like to get a sense of how people are testing OnLine Help systems
  16. >in Windows. Are you using tools? If so what, and how good are they?
  17.  
  18. >What other ideas do you have? We'd like to test 
  19.  
  20. >1) completeness -- all jumps/popups go to the right thing
  21. >2) flow --- browse sequences are right, for example
  22. >3) all hotspots (.shg) show the right topics
  23.  
  24. >As a side note, has anyone created a .dll or a macro for help that
  25. >lets you print all the topics in one file with one command? If not,
  26. >Microsoft... are you listening???? It would be great to go paper free.
  27.  
  28.  
  29. There are two issues here: testing the software and testing the content of
  30. the help itself. We use Autotester for Windows for testing that all links work
  31. correctly in the file, though if it's a small file and you won't need to do
  32. much in the way of regression testing, you'd be better off testing the links
  33. manually.
  34.  
  35. From the authoring point of view, what needs to be tested is not that links 
  36. work but that the destination of each link is the logically correct topic.
  37. Currently we do this manually (groan). Anyone know of a program that can search
  38. a compiled help file and identify synonyms between hotwords and destination
  39. topic titles?
  40.  
  41. Autotester for Windows is available from Software Recording Corporation in
  42. Dallas TX, Ph 214-368-119.
  43.