Page 1 of 1

How to add description for modules

Posted: Mon Feb 15, 2016 4:34 am
by Deepa_8746
Hi,

In our project, we use module that have many variables with specific expected values for the same.
For the ease of use of testers, is it possible in any way to add a description of the modules.

Eg: What action it performs and what is the exact expected values of the variables to be specified for binding.

Re: How to add description for modules

Posted: Mon Feb 15, 2016 9:09 am
by odklizec
Hi,

As far as I know, the only module-based description can be added via XMLDoc Summary:
http://www.ranorex.com/support/user-gui ... html#c6520

Re: How to add description for modules

Posted: Mon Feb 15, 2016 4:00 pm
by krstcs
Or you could just name your modules appropriately so the name shows exactly what the module does. But if you make your modules really big, this won't work as well (not to mention that big modules are harder to maintain).

My modules are very small, and do ONE thing each...

"Click_OKButton.rxrec" => Clicks the OK button...
"Enter_Password" => Enters the password in the Password field with the variable Password...

Then you just have to drag-and-drop the modules in your test cases the way they need to be and your modules are the steps and the test cases are test cases...