VersionOne Qulaity Center Integratiion

32 views
Skip to first unread message

jeena

unread,
Dec 7, 2011, 2:42:50 PM12/7/11
to VersionOne-users
Hi,

I tried V1-QC integration and it is pushing the test to QC and
description to QC test name and details fields respectively,but doe
snot do the mapping for the rest of the fields like setup and
steps.Does anyone have any idea how to make it work?"
Any help is appreciated.

Thanks,
Jeena

Adam

unread,
Dec 7, 2011, 4:59:05 PM12/7/11
to VersionOne-users
Hello Jeena,
The out-of-the-box integration will set the test name, description,
status and owner. Additional fields can be mapped but the source code
would need to be updated to support those additions. The source code
is freely available to download on our community site at
http://community.versionone.com/Downloads/default.aspx. The source
code is in .NET C# but of course you will have to make some code
changes/additions. Our Services department is available for custom
integration and there's also the possibility that someone else has
already mapped additional attributes and is willing to share their
code.

Cheers,
Adam

Mary, Jeena (ETW)

unread,
Dec 7, 2011, 5:03:49 PM12/7/11
to versiono...@googlegroups.com
Thanks Adam.

Cheers,
Adam

--
You received this message because you are subscribed to the Google Groups "VersionOne-users" group.
To post to this group, send email to versiono...@googlegroups.com.
To unsubscribe from this group, send email to versionone-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/versionone-users?hl=en.

Shreyance Shaw

unread,
Dec 8, 2011, 12:30:21 PM12/8/11
to versiono...@googlegroups.com
Hi Jeena,

As rightly said by Adam, you need to make some changes on the code, to get the desired result you want.

First you need to modify the code to get all the fields from the test(steps, expected results etc) which is created on Version One.
                    
Once you are able to get all the data  from the various fields which is entered in the Version One test instance, you can then push them to Quality Center.

For pushing the values of the extra fields to Quality Center. There are two ways to do it.

1. You can create a custom field in Quality Center and then pass the values to it (Similar to the version one id which is passed from Version One to Quality Center)

2. You can pass the data from the extra fields to already existing system fields on Quality center. 
     For passing the values from the extra fields to already existing system fields on Quality center, you need to go 
     through the QC API documentation for see the various class and functions to be used to push the data to QC and    write the code accordingly.
 
For passing the Test steps and Expected Results from Version One to Quality Center, i suggest you go through the DesignStep and DesignStepFactory classes in the QC API, and their functions.

Hope this helps.

Thanks,
Shreyance

Mary, Jeena (ETW)

unread,
Dec 8, 2011, 2:32:55 PM12/8/11
to versiono...@googlegroups.com

I will try that .Thanks a lot Shreyance.

Reply all
Reply to author
Forward
0 new messages