answersLogoWhite

0


Best Answer

You can't. Mercury/HP does not support export functionality. There is a work around, but it is messy and requires lots of manual effort.

Mercury/HP Quality Center does not have export functionality for requirements, tests, or defects.

That's correct for the moment. To solve this Problem open Tools and select Excel Report Generator and create a new Query and use the following SQL query :

SELECT

DS_STEP_NAME as Step_Name,

DS_DESCRIPTION as Description,

DS_EXPECTED as Expected,

TS_NAME as Testname,

TS_SUBJECT as Subject,

TS_USER_04 as Application,

TS_Status as Status,

TS_TEST_ID as Test_ID,

TS_USER_21 as User_Group,

TS_RESPONSIBLE as Designer,

TS_DESCRIPTION as Details_DESCRIPTION

FROM DESSTEPS, TEST

WHERE DS_TEST_ID = TS_TEST_ID (+)

AND TS_NAME = 'here your test case name that you want take or remark this row to export all testcases '

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you export test cases from Quality Center?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create basic scripts from a manual test case in QTP?

by using quality center we can do it.


What experience do you have in Quality assurance field?

I have experience working in a quality assurance role for three years at a software development company. In that role, I was responsible for writing test plans, executing test cases, and evaluating the quality of software products before release. I am familiar with industry best practices and tools for ensuring the quality of products.


Does lyme disease always show up in a blood test?

Sometimes. It doesn't always show up in a blood test. However, only cases where it does show up in a blood test are reported to the CDC. Therefore, there are many more cases of Lyme disease than are reported to the Center for Disease Control.


Where can I practice the SAT at?

You can take classes with a registered center which provides quality classes. Or you can find websites or applications that will help you study and prepare for the test.


What is the importance of software testing?

Software testing is a method of uncovering defects in a software program or application. In general test cases are designed based on the expected behavior of the program or applications. The test cases are executed using the program, or application, and the actual behavior is observed. If the actual behavior does not match the expected behavior then a defect is said to exist. There are many methods available to design test cases for testing software. Software testing is one of many quality assurance methods used to assess the quality of a program or application. Answer by John MM, SoftwareTesting.net


What actors and actresses appeared in Mano-Test - 1970?

The cast of Mano-Test - 1970 includes: Valie Export


Test cases for testing a pocket calculator?

Write 3 test cases for testing a pocket calculator.


What is an example of an artifact for Julia?

An artifact for Julia could be a test report that shows the results of running unit tests on her code. This artifact can demonstrate her ability to write reliable and high-quality code that passes all test cases.


What is an acid test?

An acid test is a rigorous test of the quality or value of something.


What was the most profitable export of Jamestown settlement?

will gelatin and/or pectin block your urine in a test


What is the full form of QF Test tool?

qf-test stands for quality first test. The tool is provided by QFS, which stands for quality first software.


How do you test algorithm?

By preparing test cases we can test an algorithm. The algorithm is tested with each test case.