Hi ,
using below query im able to find all the testid and testname in particular folder in testplan but im not able to find the subfolders names where that particular testid is located.
Select TEST.TS_TEST_ID as Test_Id, TEST.TS_NAME as Test_Name, TEST.TS_USER_02 as Owner, TEST.TS_USER_03 as Country, TEST.TS_STATUS as Test_Status from TEST where TEST.TS_SUBJECT in (SELECT AL_ITEM_ID from ALL_LISTS Where AL_ABSOLUTE_PATH like 'AAAAAGAAC%')
order by TEST.TS_NAME /*Test.Test Name*/
can you please help me regarding it .
thanks in advance