- Community Home
- >
- Software
- >
- Products
- >
- Quality Center / ALM
- >
- Quality Center Support and News Forum
- >
- How to Export/Import Test Cases in Qulaity Center ...
- Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-24-2008 12:28 PM
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-25-2008 01:29 AM
But you can only export the viewed field. You cannot export Design steps.
Also there is not possible to import TestCases from Excel (from Quality Center).
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-25-2008 08:47 AM
http://updates.merc-int.com/qualitycenter/qc90/mso
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-31-2008 10:34 AM
Please let me know the step by step process - "How to Export/Import Test Cases in Quality Center from Excel using Quality Center (not from Excel using Add/Plug ins.)"?.
Your response is very much highly appreciated.
Thanks,
Aneel.
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-31-2008 10:46 AM
You cannot import test cases from Excel to QC without using the Excel Add-in.
You CAN export Test Cases from QC to Excel -
1)Display the Test Plan module and select the Test Case you wish to export
2)Select the Design Steps tab
3)Right click and select Export > Excel
4)Repeat for each Test Case you wish to export.
NOTE: This cannot be done for multiple Test Cases at the same time.
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-31-2008 10:59 AM
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-01-2008 03:03 AM
What do you mean? What are these words for:
"... Export/Import Test Cases in Quality Center from Excel using Quality Center ..."?
Best Regards
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-01-2008 03:53 AM
Vladimir Skrbek and Rohnda Robinson,
Thanks for both of your responses and satisfied with answers.
Initially bit confused and Now I'm OK and clear.
Thank you,
Aneel.
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-03-2008 11:23 AM
If you have access to the Excel-Reports then try this query: You can post process it in excel--
SELECT TS_TEST_ID,TS_NAME,DS_STEP_ORDER, DS_DESCRIPTION, DS_EXPECTED, DS_STEP_NAME
FROM TEST, DESSTEPS
Where TS_TEST_ID = DS_TEST_ID
ORDER BY TS_TEST_ID, DS_STEP_ORDER
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-07-2008 05:11 AM
SELECT TS_TEST_ID,TS_NAME,DS_STEP_ORDER, DS_DESCRIPTION, DS_EXPECTED, DS_STEP_NAME
-- FROM TEST, DESSTEPS
-- Where TS_TEST_ID = DS_TEST_ID
-- ORDER BY TS_TEST_ID, DS_STEP_ORDER
FROM RELEASES /*Release*/
,RELEASE_CYCLES
,CYCLE
,TESTCYCL
,TEST
,DESSTEPS
where RELEASES.REL_NAME like '%@ReleaseName@' /*Release.Name*/
and RELEASE_CYCLES.RCYC_PARENT_ID = RELEASES.REL_ID
and CYCLE.CY_ASSIGN_RCYC = RELEASE_CYCLES.RCYC_ID
and TESTCYCL.TC_CYCLE_ID = CYCLE.CY_CYCLE_ID
and TEST.TS_TEST_ID = TESTCYCL.TC_TEST_ID
and TEST.TS_TEST_ID = DESSTEPS.DS_TEST_ID
ORDER BY TS_TEST_ID, DS_STEP_ORDER
If all releases are required, just put a '%' in the ReleaseName parameter when prompted.
Is anyone out there a real smarty-pants who could output the path and subject (with '\' between them) using the CONNECT TO, PRIOR, START WITH construct?
Have fun
Chris
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-09-2008 07:38 AM
I'm going to test this today and I appreciate your replays.
Thank you.
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-03-2009 07:52 AM
The above details are very helpful.Thanks much for the experts on this info.
I am trying to explore the same details how to export testcases to Excel?
The query mentioned above gives the answer.
However I am looking to customize the query for the specific project I am workin on.Say I created all my testcases under main folder "Creditcard"(Testcases are created under subfolders of Creditcards).
How will I be able to see the tables that Qc has written these into so I can query it to get the list of all testcases under this folder?
Any information is highly appreciated.
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-04-2009 02:17 AM
can any one explain about Excel-Reports. Do we need any special privileges for this? Is this is related Database level?
Thanks,
Rao
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-23-2010 05:49 PM
U need to install quality center add-in for importing testcases from excel.
After installing that Quality center add-in , Automatically in excel sheet it will show an option to "import to Quality center "
In excel sheet : Tools - Import to Quality center option will display.
Note: Quality center add-in you can find inside quality center help also
I hope this might help you.
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-09-2011 08:03 AM
Re: How to Export/Imp ort Test Cases in Qulaity Center from Excel using Quality Center (not from Excel)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-09-2011 09:07 AM
Best regards
