Writing element locator for XML

  1. How to write element locator for XML which has namespace in it?
  2. Is that possible to validate whole response which is common all the time when i fire?
  1. How to write element locator for XML which has namespace in it?
  2. Is that possible to validate whole response which is common all the time when i fire?

Hi ari,

  1. How to write element locator for XML which has namespace in it?
    => This is quite out of Katalon Studio scope as you have to write your own Groovy code in this case. Please refer to this one:
    https://stackoverflow.com/questions/11620465/properly-iterating-through-xml-with-namespaces-in-groovy

  2. Is that possible to validate whole response which is common all the time when i fire?
    => It’s not possible currently in Katalon Studio. You have to pass in which selector and its value you want to verify.

____________________
Thank you for choosing Katalon Studio as your automation solution.
Your feedback is needed to make Katalon Studio a better tool, take the survey at: https://goo.gl/S25NVO

Thanks oliver :slight_smile: Hope those all will increase the accessibility and easy way of validating strings(response content) of the tool :slight_smile: