Recently started working on Katalon- Need Help

I have few open questions-
1. How we can add assert condition in Katalon
2. Can we use inherit concept in Katalon
3. How we can call methods in Katalon
4. Can we write any utility which will directly call the excel sheet from particular driver.
5. Can we use LinkText selector in Katalon.
6. How we can switch the tab in Katalon
7. Can we use keyboard keys in Katalon

Thank you in advance!! your assistance will be highly appreciated.

Ajay Kumar Khare said:

I have few open questions-
1. How we can add assert condition in Katalon
2. Can we use inherit concept in Katalon
3. How we can call methods in Katalon
4. Can we write any utility which will directly call the excel sheet from particular driver.
5. Can we use LinkText selector in Katalon.
6. How we can switch the tab in Katalon
7. Can we use keyboard keys in Katalon

Thank you in advance!! your assistance will be highly appreciated.

For #1, #3 please search it within this page: https://docs.katalon.com
2. Can we use inherit concept in Katalon?
=> Yes you can but it’s not recommended.

5. Can we use LinkText selector in Katalon
=> LinkText selector Katalon currently can’t be used explicitly. This approach can be achieved if you use below selectors:

6. How we can switch the tab in Katalon:
=> Please use ‘Switch …’ built-in keywords

7. Can web use keyboard keys in Katalon
=> Yes you can use ‘Send Keys’ built-in keyword

Screen Shot 2018-01-22 at 10.04.20.png

Vinh Nguyen Thanks a lot :slight_smile:

Having few more open questions-
1. If we checked the check box for name, id and xpath in Object’s properties, and my name is invalid and rest 2 selectors are valid so In that case it will find one of the best option and perform action OR all the selectors should be valid then it will preform action.
2. Can we write script directly without adding object repository?
3. Can we add filter for push code into git in Katalon Studio?
4. How we can handle windows popup in Katalon.

Thanks in advance.