I am looking to learn the foundation of Katalon, and I am currently working on the Professional level certification. However, and I am stuck on the following:
5 test run executions on TestOps agents (Local or Docker) using Katalon Runtime Engine
I am not sure this helps me meet the requirements, because I was successful in executing the steps in the documentation. However, my task is still not showing complete.
I just want a bit of clarity around this task - and a bit of help to getting started if anyone has been on the same boat.
After some tinkering around, I feel I have found the correct way. No way to verify yet as the certifications page only refreshes at 00:00 UTC. Let me know if everything looks correct to run executions on TestOps agents using Katalon Runtime Engine:
Download and install Katalon Studio from the Katalon website.
Create a Test Suite or Test Suite Collection in Katalon Studio.
Download Katalon Runtime Engine from the Katalon website.
Go to the Katalon TestOps platform and create a project if you haven’t already.
In your TestOps project, go to “Configurations” and then “Agent Setup”.
Select “Local Environment”, choose your operating system, and download the agent (which will be downloaded as a zip file).
Unzip the agent file to a location on your local machine.
In Katalon Studio, open the “Build CMD” dialog by selecting your Test Suite or Test Suite Collection and clicking on the “Build” button.
Choose your desired browser and platform for the test run, then click “Generate Command”. This will generate a command to run the test in the console.
Copy the generated command to your clipboard.
Open a Command Prompt or Terminal window on your local machine.
Navigate to the directory where you unzipped the agent file.
Paste the command you copied in step 10 into the Command Prompt or Terminal window.
Append the following to the command: “-testOpsAgentType=local -testOpsLocalAgentPath=path\to\agent\file -testOpsLocalAgentPort=50001”. Replace “path\to\agent\file” with the actual file path to the agent you unzipped in step 7.
Press “Enter” to execute the command.
After the test run completes, verify the test results and reports in the TestOps platform.
Hi @bibidhsubedi! First of all, thank you for your interest in Katalon solutions and the Certification Program. I’m glad you spent time exploring the steps yourself while waiting for response.
For your steps, I’m not sure it’s correct. But apparently, it worked since your dashboard updates that you completed this criteria.
You need to follow the steps provided here to complete the part of Certification course: “Test run executions on TestOps agents using Katalon Runtime Engine: 0/5”
The full quote includes the path I think? I haven’t tried but the instructions seem complete:
" 14. Append the following to the command: “-testOpsAgentType=local -testOpsLocalAgentPath=path\to\agent\file -testOpsLocalAgentPort=50001”. Replace “path\to\agent\file” with the actual file path to the agent you unzipped in step 7."
Hello, I have the same problem and have tried these steps. but I’m still confused about whether the process I did was successful or not. How do I know that the process I have carried out has been successful without having to wait for an update on the achievement of the certificate?
Hi there @Fu_Lin. I see that it has been updated. I guess it took some time to load the data for such requirement. Congratulations on the full collection of Katalon Certifications!