Katalon Studio API Testing 8 | How to run from Command Line

  Рет қаралды 5,734

Automation Step by Step

Automation Step by Step

Күн бұрын

Command Line Execution
Katalon Studio
Today we will learn:
How to run API tests from command line
docs.katalon.c...
HIT SUBSCRIBE & BELL TO GET NEW VIDEOS
To Become Member - Click the JOIN button
/ @raghavpal
ONLINE COURSES TO LEARN
automationstep...
----------- UI TESTING -----------
Selenium Beginners - bit.ly/2MGRS8K
Selenium Java Framework from Scratch - bit.ly/2N9xvR6
Selenium Python - bit.ly/2oyMp5x
Selenium Tips - bit.ly/2owxc50
Selenium Builder - bit.ly/2MKNtlq
Katalon Studio - bit.ly/2wARFdi
Robot Framework - bit.ly/2Px6Ue9
----------- API TESTING -----------
Web Services (API) - bit.ly/2MGafL7
SoapUI - bit.ly/2MGahmd
Postman - bit.ly/2wz8LrW
General - bit.ly/2PYdwmV
----------- MOBILE TESTING -----------
Mobile Playlist - bit.ly/2PxpeUv
----------- CI | CD | DEVOPS -----------
Jenkins Beginner - bit.ly/2MIn8EC
Jenkins Tips & Trick - bit.ly/2LRt6xC
Docker - bit.ly/2MInnzx
----------- VERSION CONTROL SYSTEM -----------
Git & GitHub - bit.ly/2Q1pagY
----------- PERFORMANCE TESTING -----------
JMeter Beginner - bit.ly/2oBbtIU
JMeter Intermediate - bit.ly/2oziNVB
JMeter Advanced - bit.ly/2Q22Y6a
JMeter Tips & Tricks - bit.ly/2NOfWD2
Performance Testing - bit.ly/2wEXbLS
----------- JAVA -----------
Java Beginners - bit.ly/2PVUcXs
Java Tips & Tricks - bit.ly/2CdcDnJ
----------- MAVEN -----------
Maven - bit.ly/2NJdDRS
----------- OTHERS -----------
Redis- bit.ly/2N9jyCG
Misc - bit.ly/2Q2q5xQ
Tools & Tips - bit.ly/2oBfwoR
QnA Friday- bit.ly/2NgwGpw
Sunday Special - bit.ly/2wB23BO
Ask Raghav - bit.ly/2CoJGWf
Interviews - bit.ly/2NIPPxk
All Playlists - bit.ly/2LSiezA
Keep Learning,
Raghav
Website - automationstep...
LifeCharger - lifecharger.org/
Udemy Courses - www.udemy.com/...
Facebook - / automationstepbystep
Twitter - / automationsbs
KZbin - / automationstepbystep

Пікірлер: 17
@MIt-ql5bo
@MIt-ql5bo 4 жыл бұрын
thank you for another great video
@RaghavPal
@RaghavPal 4 жыл бұрын
You're welcome
@zouinaamghar3954
@zouinaamghar3954 5 жыл бұрын
Good job, a video about remote library with a remote server to make tests under Robotframework?
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Zouina, Not currently working on robot framework
@karamazowski
@karamazowski 4 жыл бұрын
Hi, I have tried couple times by following the steps, but with generated command I get error: 'katalonc' is not recognized as an internal or external command, operable program or batch file. And if I rename katalonc to katalon nothings happened. What I should do in this situation? Thanks
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi, if you are using ver 7.xx of katalon studio, You will need to download RunTime engine and goto that folder from cmd and then run the commands. - kzbin.info/www/bejne/bIDdfa1mrZl4btU
@chaiku3437
@chaiku3437 5 жыл бұрын
Hi Raghav, how to run the console.properties in mac? thanks
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi, you can first change directory (cd) to the location of your Katalon Studio app. It should be Applications folder by default, and use the command in this syntax: ./Katalon\ Studio.app/Contents/MacOS/katalon --args {option1} {option2} ... {optionN}docs.katalon.com/katalon-studio/docs/console-mode-execution.html#execute-katalon-in-cmd
@chaiku3437
@chaiku3437 5 жыл бұрын
@@RaghavPal i tried ./Katalon\ Studio.app/Contents/MacOS/katalon -propertiesFile="/Users//Documents/Test_Lala-master/console.properties" -runMode=console but it asked me projectPath
@RaghavPal
@RaghavPal 5 жыл бұрын
You can give the location of your project with option -projectPath Pls check this link has the details docs.katalon.com/katalon-studio/docs/console-mode-execution.html#katalon-command-line-options
@umerfarooq7728
@umerfarooq7728 5 жыл бұрын
Hi Raghav, I install Maven plugin through both ""Install new software", "Eclipse marketplace" after successful installation when I restart and try to add Maven Project it's not there I Could not find maven option I use Eclipse Java EE IDE for Web Developers. Version: 2018-09 (4.9.0) Build id: 20180917-1800 Please Help Thanks
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Umer, Try to install Maven Integration for Eclipse from the Marketplace.Help->Eclipse Marketplace.type 'maven' in the search box and install Maven Integration for Eclipse.
@ekoadiprabowo7760
@ekoadiprabowo7760 5 жыл бұрын
HI Raghav, I run Test Suit Collection or Test Suites on console always give status incomplete (always not complete) on script def response = WS.sendRequest(findTestObject('xxxx')) but when run in the application katalon there is no error (completed 100%) you have email ? i send my image to you for the detail issue !! thank you master
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Eko, While generating the command pls uncheck Keep console Logs after execution completed and then generate the command and check
@ekoadiprabowo7760
@ekoadiprabowo7760 5 жыл бұрын
Hi@@RaghavPal still not working, please see my script : ```./Katalon\ Studio.app/Contents/MacOS/katalon --args -noSplash -runMode=console -projectPath='/Users/xxx/xxx.prj' -retry=0 -testSuitePath='Test Suites/test_login' -executionProfile='SIT' -browserType='Web Service'``` I run on mac it's still issue but when i run on Windows running well This issue from katalon not support run command line script on mac ??
@RaghavPal
@RaghavPal 5 жыл бұрын
pls send me image at raghav.qna@gmail.com
@ekoadiprabowo7760
@ekoadiprabowo7760 5 жыл бұрын
@@RaghavPal thank you very much master, please check your email, i send screen capture and video for see this issue
Katalon Studio API Testing 9 | GIT Integration
8:38
Automation Step by Step
Рет қаралды 5 М.
PEDRO PEDRO INSIDEOUT
00:10
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 26 МЛН
Katalon Studio 12 - How to run from Command Line
8:51
Automation Step by Step
Рет қаралды 35 М.
Testing APIs with the cURL Command
10:23
Steve Griffith - Prof3ssorSt3v3
Рет қаралды 26 М.
How to use Chrome Dev Tools - API testing QA Engineer | SDET
15:53
Elon's Big Bet On Tesla's Future | Optimus 2
18:07
Ryan Shaw
Рет қаралды 14 М.
Apigee Edge - 4MV4D - API Proxy - Deploy from Command Line - S20E05
4:54
Apigee - 4 Minute Videos 4 Developers - 4MV4D
Рет қаралды 4,2 М.
Part 1 - API Testing Interview Questions & Answers
1:04:39
Naveen AutomationLabs
Рет қаралды 204 М.
Deploying API Proxies to Apigee using GitLab
7:54
GitLab Unfiltered
Рет қаралды 853