Hi,
Please follow this doc View and edit your project information in Katalon Studio | Katalon Docs.
Thanks Elly. I hit a brick wall following the processes. So with the second information on katalon platform, I am directed to a page on the browser where I sign in but do not have the feedback to make the necessary changes. I can not tell if I am missing a step. Can you help please?
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 Atul, I mean changing the project type so I can have the option to run with chrome when running a test suite.
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
.