Call Test Case


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/call-test-case.html

Th example imports com.kms.katalon.core.testobject.ObjectRepository.findTestObject but then it calls findTestCase. Not sure if incorrect.

2 Likes

@anhdle Please take a look at this.

2 Likes

Thanks @nt0131. The document will be updated soon.

1 Like

Now please look again →

And then…

2 Likes

Hello!
The first link in the article is dead.
Could you please update it to a working one?
Thank you!

1 Like

When calling child test cases within a parent test case, the children results do not report back to Katalon Analytics as passing or failing. Is there any way to have all the embedded test cases report back as well as the parent?

2 Likes

A post was split to a new topic: Call Test Case with a partial ID?

Same question. Could anybody from Katalon team take a look into that issue?

I have a question, when I call a Test case, is it a copy of a test case or is it a reference to a Test case?
I tried it, but it looks like it is a copy, as I do not see any updates in a Paranet TC when I do changes to the TC I call.
Do someone know if I could do a reference?

Thanks alot in advance

II am a bit confused. When you say you change contents of testcase_B, and you are calling it from testcase_A, nothing will change in testcase_A, unless you changes the name of testcase_B. If you are saying that the steps you changed in testcase_B are not executing, then that is a different issue.

Can you clarify your issue?