Starting with recent Katalon Studio versions (notably 11.x), email/password authentication for TestOps has been replaced by API Keys, and attempting to use passwords now results in “Invalid Credentials” or “Cannot get Organization ID” errors.
YOu can try below steps
Step 1: Get Organization ID
-
Log in to TestOps in a browser:
https://testops.katalon.io -
Go to
Settings → Organization Settings -
Copy the Organization ID
Step 2: Generate a new API Key
-
In TestOps, go to:
Settings → API Keys -
Click Create API Key
-
Copy the generated key
Step 3: Configure Katalon Studio
In Katalon Studio → Project → Settings → Katalon TestOps, enter:
-
Server URL:
https://testops.katalon.io -
Organization ID: (from Step 1)
-
API Key: (from Step 2)
Do NOT use your account password
Click Apply → Fetch Projects.