Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Tooltip testing

Hi,

ModuleHelp has 3 public methods, these are the methods you should test. Do not change the base class, it is not needed. If you are not able to run the workbench and therefore the help system on Hudson, then lets forget about these tests. Did you already give it a try?

Christian

Am 17.02.2016 um 18:55 schrieb Vidura Mudalige:
Hi Christian,

Thanks for the detailed guidelines.:) I will try this approach. 

Writing the test without changing ModuleHelp is somewhat problematic. What ModuleHelp currently do is after passing a ModuleDefinition object, get the help page location from the object and generate the URL of the page using the location. After that, parse the html page to get the relevant help content and return the relevant help content as a string. Every time it requires to load the workbench to generate the URL of a help page.



Back to the top