Hi, I have a few questions about the excel add-in to upload test cases to HPQC, and how HPQC arranges these on the database.
Let’s say I have this
spreadsheet:
|
Subject
|
Component
|
Designer
|
Test Name
|
Description
|
Step_Name_Design_Steps
|
Description_Design_Steps
|
Expected_Design_Steps
|
|
General\Peter
|
Comp
|
someone
|
Test
A
|
Blah
blah
|
Steps,
blah blah
|
Steps,
blah blah
|
Steps,
blah blah
|
|
General\Peter
|
Comp
|
someone
|
Test
B
|
Blah
blah
|
Steps,
blah blah
|
Steps,
blah blah
|
Steps,
blah blah
|
|
General\Sally
|
Comp
|
someone
|
Test
C
|
Blah
blah
|
Steps,
blah blah
|
Steps,
blah blah
|
Steps,
blah blah
|
When exported to QC –let’s call
this export “Monday Export”-, these scripts will appear more or less like this
in QC:
General
Peter
Test A
Test B
Sally
Test C
At a later stage, my
spreadsheet changes to this (all Tests go to "Peter"):
|
Subject
|
Component
|
Designer
|
Test Name
|
Description
|
Step_Name_Design_Steps
|
Description_Design_Steps
|
Expected_Design_Steps
|
|
General\Peter
|
Comp
|
someone
|
Test
A
|
Blah
blah
|
Steps,
blah blah
|
Steps,
blah blah
|
Steps,
blah blah
|
|
General\Peter
|
Comp
|
someone
|
Test
B
|
Blah
blah
|
Steps,
blah blah
|
Steps,
blah blah
|
Steps,
blah blah
|
|
General\Peter
|
Comp
|
someone
|
Test
C
|
Blah
blah
|
Steps,
blah blah
|
Steps,
blah blah
|
Steps,
blah blah
|
When exported to QC –“Tuesday
Export”-, the test tree will look like this:
General
Peter
Test A
Test B
Test C
Sally
Test C
The ”Test C” under “Sally” was
imported into QC on Monday
The “Test C” under “Peter” was
imported into QC on Tuesday
Question: Is there any way to make QC automatically (as opposed
as manually) delete from a folder a test with a name that is being imported
into a different folder?
Question: Is there any way (other than Creation Date) to identify
in the tree tests with the same name?
Thank you!