Hi,
I have team and they all worked on the same project for different scenarios. I want to collate them into a single project. how do I do it?
Hi,
I have team and they all worked on the same project for different scenarios. I want to collate them into a single project. how do I do it?
Hi there,
Thank you very much for your topic! It may take a little while before Katalon team member or others forum members respond to you.
In the meantime, you can double-check your post to see if you can add any extra information i.e. error logs, HTML codes, screenshots, etc. Check out this posting guide to help us help you better!
Thanks!
Katalon Community team
What you might try is to create a new folder and copy and paste the different scenarios under the new folder, such that you have a match-up into the appropriate folders, such as Test Case, Object Repository, Test Suite, etc. Then, you can reset the KS project (see “How to Reset a KS Project” below) within this new folder and then restart KS on this “new” project.
One item that I see as a concern is if you have a standard naming convention or not. If you don’t, then you may have a dozen different names that represent the same object, or Test Case, and/or you could even overwrite one object with another. In your pasting of scenarios, maybe don’t allow overwrite, or if you get the “overwrite” message, you investigate what items are similarly named.
How to Reset a Project
Close your Katalon project
Delete folders
/bin
/Libs
/.cache
/.classpath
/.project
— these folders are safe to delete as they will be recreated.
Edit: I don’t know if you shared the Object Repository(ies) between scenarios or not.
Please clarify what “collate” mean.
We need to see some example.
Please show us the codes that need to be “collated”.
I guess that
This is what I guess. Am I right?
Let me tell you a fact: Katalon Studio is NOT designed with any magical feature that enables you to collate the existing projects into one.
In my humble opinion, you should leave (throw away) your previous projects. You can look them back, of course. But you should not try to “collate” the existing projects. All you can do is to copy files manually one by one without Katalon’s support.
I would recommend you and your team to create a brand new Katalon project where your team create a set of codes from scratch. I would advise you to
as suggested, kindly use software version management tools to collate to your code and reuse them per your business needs