Need the Table name in ALM where the testcase status is stored

905 Views Asked by At

I need to run the test cases given in ALM and update the status of each test case. Can anyone tell me which TABLE in ALM Database where the test case status is stored ?

1

There are 1 best solutions below

2
On BEST ANSWER

There are different kind of status in QC (and different tables where they are stored):

  • In the TEST table is a column TS_STATUS (the test execution status)
  • In the TESTCYCL table is a column TC_STATUS (the test instance's execution status)
  • In the RUN table is a column RUN_STATUS (the run status).