- Community Home
- >
- Software
- >
- Products
- >
- Quality Center / ALM
- >
- Quality Center Support and News Forum
- >
- Test Plan export from QC to Excel?
- Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Test Plan export from QC to Excel?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-29-2011 02:05 PM
I've been asked to export the test's (including steps) from a set of manual test's from QC into Excel. Now I believe this cannot be done? Or is there a way to do it.
Any help would be appreciated.
Re: Test Plan export from QC to Excel?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-29-2011 04:05 PM
Hi Emmad,
This can be done by using OTA API.
Save the attached Txt file as .vbs file.Double click to run and follow the instructions.
Let me know if there any issues.
Thanks,
Sudhakar
Re: Test Plan export from QC to Excel?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-29-2011 04:06 PM
I would suggest using the Dashboard in Quality Center. Create a new excel report and write a query using the TEST and DESSTEP tables. Try using this query to get you started, you may want to add or take out some info and format the output.
SELECT T.TS_NAME, T.TS_TEST_ID, T.TS_DESCRIPTION, T.TS_STEPS, S.DS_STEP_NAME, S.DS_DESCRIPTION, S.DS_EXPECTED
FROM TEST T, DESSTEPS S
WHERE T.TS_TEST_ID = S.DS_TEST_ID
you could also you the Document Generator under tools menu in Quality Center, but that will give you an word document.
let me know if you need more info.
Re: Test Plan export from QC to Excel?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-30-2011 11:18 AM
Re: Test Plan export from QC to Excel?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-06-2012 03:00 PM
Hey Sudhakar ,
I found your vbs script that you attached very interesting. How do i connect to TDApiOle80.TDConnection ?
Re: Test Plan export from QC to Excel?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-17-2012 10:58 AM
I ran the file u attached. It ran successfully and got completed message. But dont know where and by what name excel is generated?
Re: Test Plan export from QC to Excel?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-21-2012 07:48 PM
Hi,
I tried to use your logic in my tool but It is giving me an error that Node not Found,
Can you please suggest me?
Re: Test Plan export from QC to Excel?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-13-2012 10:09 AM
The attached vbs file works great.. Thank you developer!
Few things that we can tweak are:
a) Login, password, domain, project can be directly fed in this .vbs file, so that you do not need to go through these all the time.
b) to avoid the node issue, enter the path this way..
Subject\.....\....\
remember to end with a '\'
c) File gets saved at c:\
search for the latest file in the root [C: drive].
This file gets overridden, everytime you try to extract [do not work out of this file directly, take a copy and work as required].
Hope your replies will reach my mailbox [trying to be anonymous though]
God bless!
Re: Test Plan export from QC to Excel?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-17-2012 08:43 AM
Hi, Is there a way to export the execution status corresponding to each 'Test Step', I understand we can do it for each Test script, but my requirement is for each 'Test Step'
Thanks.
Re: Test Plan export from QC to Excel?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-17-2012 11:19 AM
Your question is about exporting data from the Test Lab (execution results) rather than the Test Plan, which is the original topic of this thread. Please start a new thread for your new question.
(Opinions expressed in my postings are mine alone, and do not reflect the opinions of my employer.No warranties express or implied for any solution/suggestion posted.)
Re: Test Plan export from QC to Excel?
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-05-2012 02:47 AM - edited 09-05-2012 02:49 AM
Hi Sudhakar,
I run the script you provided but experienced errors.
After giving all required information, I set following path:
QC Test plan Folder Path: EBPP TCs\
Note: The first error is attached with this message for your reference.
What I am doing wrong?
Aki
Re: Test Plan export from QC to Excel?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-13-2012 01:23 AM
