7 Best Tips of Katalon Studio Framework

  Рет қаралды 3,216

RuTechTalkz

4 жыл бұрын

Katalon Studio | Katalon Framework | POM | Page Object Model | Tips About Katalon Framework | Desired Capabilities | Headless mode of Browser | Rerun failed Test case from Test Suite | Katalon Tips | Add Test Case in Test Suite | Enable and Disable Test Cases |
Learn -
1. Katalon framework
2. Tips about Katalon framework
3. Katalon Studio tips -
A. Enable and Disable Test Cases
B. Add one Test Case in another Test Case
C. Shortcut to Add Test Case in Test Suite
D. Desired Capabilities
E. Add Mail recipient to Test Suite
F. Rerun failed Test case from Test Suite
G. Headless mode of Browser
#KatalonStudioTutorials #KatalonWebAutomation KatalonForBeginner
Click below link to get the complete playlist of beginner tutorials of Katalon Studio-
kzbin.info/aero/PLtr8DRgaijdKu0raf6_TC552vGgQQbtPJ
#KatalonStudioTutorials #KatalonWebAutomation KatalonForAdvanceLevel
Click below link to get the complete playlist of Advance level tutorials of Katalon Studio-
kzbin.info/aero/PLtr8DRgaijdJrxKzkOo6txL4ug4l5Qkq1
Click below link to get the complete playlist of Beginner to Advance Level tutorials of Katalon Studio-
kzbin.info/aero/PLtr8DRgaijdK79_vgA5JbQOJYDh7OZ19G
#RuTechTalkz #SubScribeRuTechTalkz
Click below to Subscribe -
kzbin.info

Пікірлер: 8
@TravelNow-vl1fh
@TravelNow-vl1fh 3 ай бұрын
Thanks
@RuTechTalkz
@RuTechTalkz Ай бұрын
Welcome and thanks for watching @Rutechtalkz !
@learnqtp2245
@learnqtp2245 4 жыл бұрын
Thanks for the tutorial ... Could you please create tutorial on below said topics? How to create a runtime test object - Adding, removing, and updating test object properties. What is best way to manage Object Repository for large application?
@RuTechTalkz
@RuTechTalkz 4 жыл бұрын
Sure! I will cover these topics.
@learnqtp2245
@learnqtp2245 4 жыл бұрын
@@RuTechTalkz Thank you ... Appreciate your timely help.
@balamurugankrishnan986
@balamurugankrishnan986 3 жыл бұрын
Hi Thanks for the tutorial.. can u give some tutorial on Running same test cases in both android and iOS devices in katalon studio
@pratheepkumar4218
@pratheepkumar4218 3 жыл бұрын
hi mam, how to get list of weblements. list lobs = lob.findElements(By.tagName("li")); Here lob is getting a "ul" web element What will be the equivalent code in katalon studio? i want to store list of elements. how to handle. String roleList = WebUI.getText(findTestObject('Object Repository/LoginInfo/select_Role_Option')) println(('------' + roleList) + '----------') WebUI.verifyMatch(roleList, 'Fabric Mill', false) WebUI.delay(3) WebUI.check(findTestObject('Object Repository/LoginInfo/select_Role_Option'))
@RuTechTalkz
@RuTechTalkz 3 жыл бұрын
You have to use javascript executor and instance of webelelements ... I will share detailed tutorial on this.