Download Katalon Studio For Mac
Alternatives to Katalon Studio for Windows, Mac, Linux, Web, Software as a Service (SaaS) and more. Filter by license to discover only free or Open Source alternatives. This list contains a total of 25+ apps similar to Katalon Studio. List updated: 7/31/2020 4:56:00 PM. Supported Environments on macOS Appium: 1.12.1 onwards Android: 6.x onwards iOS: 9.x onwards Note: Some emulators have already supported Appium through their installations. Thus, if you want to run an. Step 6: As soon the download is complete, Click on the downloaded Katalon.exe file in windows and KatalonStudio.dmg file in Mac (I am using Mac) Step 7: Launch Katalon Studio. Step 7: Enter the Email Address and Password that entered in Step 3. Step 8: Click Activate. Katalon Studio is activated:) Ready to Automate! Readings: Top 30. Supported Environments on macOS Appium: 1.12.1 onwards Android: 6.x onwards iOS: 9.x onwards Note: Some emulators have already supported Appium through their installations. Thus, if you want to run an.
Skip to end of metadataGo to start of metadataLast updated: Apr 16, 2020 18:45
To install the plugin directly- Sign in to the Katalon store and install the Perfecto plugin directly from: https://store.katalon.com/product/158/Perfecto-Integration#overview-content
- Open Katalon Studio and sign in with the same credentials.
In Katalon Studio, click the Account button and select Reload Plugins.
- Download the latest
reportium-java.jar
from here: https://repo1.perfectomobile.com/public/repositories/maven/com/perfecto/reporting-sdk/reportium-java/ Go to Project > Settings, select External Libraries in the left pane, add the downloaded
reportium-java.jar
, click Apply, and then click OK to close the Settings form.
- Clone or download our Perfecto + Katalon plugin project from GitHub: https://github.com/PerfectoMobileSA/perfecto-katalon-studio-plugin
- Open the project in Katalon Studio.
Build the project by running the following command:
Copy
build/libs/katalon-studio-perfecto-plugin.jar
and paste it into the Plugins folder of your Katalon Studio project to use our plugin.- Download the latest
reportium-java.jar
from here: https://repo1.perfectomobile.com/public/repositories/maven/com/perfecto/reporting-sdk/reportium-java/ Go to Project > Settings, select External Libraries in the left pane, add the downloaded
reportium-java.jar
, click Apply, and then click OK to close the Settings form.
This section explains how to create a new custom Perfecto profile. To edit an existing profile, in the Config Name field, enter the name of the profile you want to edit; then provide the required capabilities and generate the profile. This overrides the previous capabilities.
To create a custom Perfecto profile:
- In Katalan Studio, select Project > Settings.
- In the left pane, Expand the Plugins section and select Perfecto Integration. The Perfecto Integration form opens on the right.
In the Perfecto Integration form, provide information in all the mandatory fields (marked with an asterisk).
The value in the Config Name field must be unique.
For Appium-related configurations, make sureenableAppiumBehavior
is set totrue.
- (Optional) To provide additional capabilities in the Additional Capabilities field, use a semicolon (
;
) as a separator. For example:resolution=1024x768;location=US East;report.tags=smoke,regression
To generate the profile, click Generate Perfecto Custom Profile.
Note: To save changes, you need to click Generate Perfecto Custom Profile each time you edit a new or existing profile.
When generated, each custom profile created based on the unique Config Name field is displayed under Custom Capabilities. By default, each profile created with the Perfecto plugin has a prefix of
perfecto_
. This helps uniquely identify Perfecto profiles.
Add global variables
You pass project configurations such as application path, job name, and job number as global variables. The Perfecto plugin for Katalon requires global variables to integrate with the CI Dashbard in the Perfecto Test Analysis tab (Smart Reporting), as specified in the following table.
Variable name | Value type | Value |
---|---|---|
TEST_CASE_CONTEXT | Null | Null |
reportiumClient | Null | Null |
jobName | String | Name of the job |
jobNumber | Number | Job number |
projectName* | String | Project |
projectVersion* | String | 1.0 |
* Optional variable to group results in Perfecto Smart Reporting
The appPath
variable is only required for specifying the location of a native or hybrid app in the Perfecto Media repository.
To add global variables:
- In Katalon Studio, in the Test Explorer pane, under Profiles, open the default file and click Add.
- Enter the name, select the default type, and enter the default value.
- Click OK.
Save the profile.
To access global variables in the code, use the following syntax:
For example:
Pre-conditions
Make sure to adhere to the pre-conditions specified in the following table for web and native/hybrid testing.
Change | To | Remove occurrence at end of test | |
---|---|---|---|
Web | WebUI.openBrowser(“URL”) | PerfectoKeywords.openBrowser(“URL”) | WebUI.closeBrowser() |
Native/Hybrid | Mobile.startApplication(“app-path”) | PerfectoKeywords.startApplication(“app-path”) | Mobile.closeApplication() |
Note: Import com.kms.katalon.keyword.perfecto.PerfectoKeywords
in Script view.
The following images show example configurations.
- Web configuration:
- Mobile web configuration:
- Perfecto native configuration (legacy):
Perfecto keywords
Functionality to implement | Syntax |
---|---|
Perfecto Smart Reporting |
|
Perfecto Smart Reporting's reportiumAssert |
|
Media upload to the Perfecto Media repository |
|
Perfecto's OCR Click |
|
Perfecto's OCR Find |
|
This section walks you through executing a single test case, a test case suite, and a test case suite collection.
To execute a test case:
- Open a test case.
- Click the run button.
- From the menu that opens, select Custom Capabilities > perfecto_<profile_name>.
To execute a test suite:
- Open a test suite.
- Click the run button.
- From the menu that opens, select Custom Capabilities > perfecto_<profile_name>.
Download Katalon Studio For Mac Desktop
To execute a test suite collection:
- Open a test suite collection.
- In the Execution Information form, do the following:
- Add a profile for each test suite.
- Select the Execution Mode as Sequential or Parallel.
- Set the max concurrent instance as applicable.
- Click Execute to run the entire suite collection.
The following images illustrate how Perfecto Smart Reporting displays the results of the Katalon test runs in the Test Analysis view in the Perfecto cloud:
- A summary of how many tests have passed vs. failed
- The Report Library, which is a list of all reports, one for each test run, along with status, history information, platform details, and so on
- The Single Test Report (STR), a single report with detailed steps and screen captures