0

I am new to automation and doing POC on katalon studio. If anyone using katalon studio for UI automation. I have two questions:

  1. Can you please tell me if Katalon Studio support hybrid app testing on Android and iOS (Mac or Windows)?

  2. Does katalon studio automatically support the new released browser version or it takes time to get updated with new features of released version? Suppose I setup Katalon Studio and all latest versions are supported today, but suddenly tomorrow chrome browser releases new version. Does this auto support immediately?

C. T.
  • 95
  • 1
  • 13
  • 1
    Answer to your second question: Katalan Studio uses ChromeDriver, so you can update it with ease, when new Chrome version is released and driver version would be incompatible. – plaidshirt Aug 28 '18 at 05:49
  • How do you mean "hybrid app"? – plaidshirt Aug 28 '18 at 05:50
  • 1
    Hybrid app means - Not the native app...Hybrid apps are generally web apps created using cordova (in my case). – C. T. Aug 28 '18 at 17:13
  • 1
    Thank you for answer to my second question. So with that answer, it seems that updating the ChromeDriver in Katalon is an easy task. – C. T. Aug 28 '18 at 17:15

1 Answers1

1
  • Mobile testing feature of Katalon Studio is based on Appium, which supports Cordova.
  • Katalon Studio uses ChromeDriver, so you can update it with ease when the new Chrome version is released and the driver version would be incompatible.
Mate Mrše
  • 7,997
  • 10
  • 40
  • 77
plaidshirt
  • 5,189
  • 19
  • 91
  • 181