Page 1 of 1

Creating Test Spec

Posted: Fri Feb 20, 2015 6:05 am
by subodh4u7
How to create test specification(test cases) document through Ranorex.

Kindly guide me.

Re: Creating Test Spec

Posted: Mon Feb 23, 2015 1:55 pm
by Support Team
Hi subodh4u7,

May I ask you to specify in detail what you mean with test specification document?

In the test suite you can for instance add text to the Description column of the specific test suite nodes.

Regards,
Markus

Re: Creating Test Spec

Posted: Thu Feb 26, 2015 8:45 am
by subodh4u7
Support Team wrote:Hi subodh4u7,

May I ask you to specify in detail what you mean with test specification document?

In the test suite you can for instance add text to the Description column of the specific test suite nodes.

Regards,
Markus
Sorry, I couldn't explain my question.

What I meant was, is there any option to create steps in doc format out of our code module.

e.g. Suppose, in our code module
obj.OpenApplication();
Obj.EnterCredentials();
Obj.ClickLogin();

It should get generated in doc format like use case
1. Open Application
2. Enter Credential
3. Click on Login button...
Something similar to above.

Hope I am able to explain you my queries.

Re: Creating Test Spec

Posted: Fri Feb 27, 2015 6:48 pm
by Support Team
Hi subodh4u7,

Ranorex Studio is based on SharpDevelop which is a .Net development environment, so you could add XML comments to your methods as described here: XML Comments, but there is unfortunately no automatic way to generate a doc file out of your method calls.

Regards,
Markus