Hi,
Please follow this doc View and edit your project information in Katalon Studio | Katalon Docs.
Another way to change your project - You can click to File Menu in the Katalon Studio and Select and open your desired project where All Previous created project are available.
Hello @Queen - I guess you want to change project because want to add testsuite from different Project into your current testsuite Collection. is it correct?
@atul.rai I do not want to add test suite from a different project. I created a test suite in one project and went ahead to run it but it couldn’t pull through because of the web service option with no other option.
Close the katalon studio and try again , I hope issue would be resolved or You can also try for separate testsuite collection.
Happy testing!
- close Katalon
- navigate to the project folder with the file explorer (not from katalon) and locate the file
your_project.prj - open it with a text editor and locate a line like this:
<type>WEBSERVICE</type>
- change it to:
<type>WEBUI</type>
- re-open your project in katalon
Hi Bionel, it worked
. Thank you very much
.


