Tuesday, April 10, 2018

Katalon Tutorial :05 How to write test cases in Manual mode in Katalon Studio?

In the Manual Mode the keywords, objects and input needs to be entered manually step by step. Please check out the video below to learn the writing the test cases in Manual Mode.


Please let me know your suggestions or comments on this topic. Thanks for reading QABABU.

#HappyLearning #QABABU

Monday, April 2, 2018

Katalon Tutorial 04: How to write test cases in Record & Playback mode in Katalon Studio?

Using Katalon Studio we can write the test cases in three scripting modes

Record & Playback: In this mode the actions on the web page are recorded using Web Recorder feature. After recording the steps are Edited/Updated to complete the test case.

Manual Mode: In this mode actions/keywords are added manually as test steps. Before adding the test steps objects should be captured added to the Object Repository.

Scripting Mode: In this mode test cases will be coded in the script editor.

Katalon Tutorial 03: Adding Objects to Object Repository using Spy Web in Katalon Studio

Object identification and object management are two important features any framework/tool. The success of any automation tool depends on the Object identification.

Katalon Studio has provided a feature called Spy Web to capture the objects from the web page. This Spy Web captures all the properties of the web object when mouse hovered and pressed Alt and twiddle keys (alt + ~).

We can select or deselect the some of the properties, based on the properties xpath will be constructed automatically.

DevOps 01: What is DevOps and How it benefits organizations?

DevOps is a culture in an organization, where the development team and operations team help each other by sharing information, process and t...