Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call a test case several times in a test suite #8

Closed
dungleonhart opened this issue Nov 5, 2018 · 2 comments
Closed

Call a test case several times in a test suite #8

dungleonhart opened this issue Nov 5, 2018 · 2 comments
Labels
enhancement New feature or request fix-version:5.9.0

Comments

@dungleonhart
Copy link
Contributor

dungleonhart commented Nov 5, 2018

Issue code: KAT-2981
Originally posted at https://forum.katalon.com/discussion/5116 by Thibaud A

I'm working with Katalon and I'd like to call a test case several times.
For example I make a login test case which try to log in with variables we previously set in other test case.

I already find two ways to do it but I don't find them clean :

  • the first one consist on modify the .ts file that correspond to my test suite
  • the second is to use the function WebUI.callTestCase in my test case and use a test case as a test suite.
@dungleonhart dungleonhart modified the milestones: Release 5.9, Tentative Release 5.9, Tentative Release 5.10 Nov 5, 2018
@dungleonhart
Copy link
Contributor Author

This feature has been implemented in Katalon Studio 5.9

@dungleonhart dungleonhart modified the milestones: Tentative Release 5.10, Tentative Release 5.9, Release 5.9 Nov 28, 2018
@gburch
Copy link

gburch commented Dec 11, 2018

There is a bug when you have a test case multiple times and have different binding for ScriptVariable. It will always just take the data from the first instance of the test case.

@devalex88 devalex88 removed this from the Release 5.9 milestone Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fix-version:5.9.0
Projects
None yet
Development

No branches or pull requests

3 participants