Creating Test Spec

Ask general questions here.
User avatar
subodh4u7
Posts: 71
Joined: Tue Jan 06, 2015 8:26 am

Creating Test Spec

Post by subodh4u7 » Fri Feb 20, 2015 6:05 am

How to create test specification(test cases) document through Ranorex.

Kindly guide me.
Regards,
Subodh

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Creating Test Spec

Post by Support Team » Mon Feb 23, 2015 1:55 pm

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

User avatar
subodh4u7
Posts: 71
Joined: Tue Jan 06, 2015 8:26 am

Re: Creating Test Spec

Post by subodh4u7 » Thu Feb 26, 2015 8:45 am

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.
Regards,
Subodh

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Creating Test Spec

Post by Support Team » Fri Feb 27, 2015 6:48 pm

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