Forum Discussion

msalvador's avatar
msalvador
Frequent Contributor
2 years ago
Solved

There are no tests that match the "@Appointment AND @Note" tag expression.

Hi guys,

I have different TC and I use tags for run.

//@Appointment
function BT2_T805_Sample_Create_an_appointment() ...

//@Appointment
function BT2_T806_Sample_Delete_an_appointment()...

//@Note
function BT2_T267_Add_notes_to_the_agenda()...

If I execute:

Testexecute "<XXX>" /project:Gemini-POC  /r /e /ExportSummary:"<XXX>" /tags:"@Appointment and @Note" /ExportLog:"<XXX>"

I have this error

There are no tests that match the "@Appointment and @Note" tag expression.  

I tried to run within testcomplete but I have the same issue.

If I run only one tag, works, any suggestion?