How to run from Command Line
Today we will learn :
1. Why is Command mode
Important Importance of command line execution:
- Integration with other systems
- Faster runs
- No dependency on UI
- Important for implementing at enterprise level
2. How to do Console Mode Execution Mac | Windows
Prerequisites:
Java should be installed (Java Installation Guides)
3. Advantages
- Faster runs
- Auto-schedule
- Parallel executions
- Integration with other processes
- No need to open GUI
- Configure parameters : command | properties file
Helpful tips:
- Using properties file in console mode
- Generate properties file (from command builder)
- Use command: katalon -propertiesFile="absolute path to console.properties file" -runMode=console
Like on Facebook
Subscribe on Youtube.
Note: This video is contributed by Raghav Pal.