cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

cli tm testcases return Missing end ')' error

ikeri
1-Newbie

cli tm testcases return Missing end ')' error

Hello,

I'm new in this, so I have tried to do basic things. I have tried to fetch a testcase using the tm testcase command this way:

tm testcases --hostname=ims-pss-test1 --port=8102 --queryDefinition=field[ID]="54468"

The result is:

Connecting to ims-pss-test1:8102 ...

Enter username for ims-pss-test1:8102 (kerii):

Enter password for kerii on ims-pss-test1:8102 (*****):

Connecting to ims-pss-test1:8102 as kerii ...

*** Missing end ')'

I have tried with several other existing test case ID, but the result was the same.

Thanks in advance!

1 ACCEPTED SOLUTION

Accepted Solutions

Istavan,

Are you remembering to include a SessionID in the tm testcases command?

As you have provided, your command will not work. A working example would be:

tm testcases --hostname=ims-pss-test1 --port=8102 --queryDefinition=field[ID]="54468" XXXXX

Where XXXXX is the numeric SessionID.

View solution in original post

2 REPLIES 2

Istavan,

Are you remembering to include a SessionID in the tm testcases command?

As you have provided, your command will not work. A working example would be:

tm testcases --hostname=ims-pss-test1 --port=8102 --queryDefinition=field[ID]="54468" XXXXX

Where XXXXX is the numeric SessionID.

ikeri
1-Newbie
(To:ikeri)

Thank you, Jeremy it helped. 😄

Top Tags