Hello! Thanks for list of advantages vs disadvantages. One thing I would add to the disadvantages list is that Katalon will be limited when it comes up against a really complex application. For example in banking, there are certain times you can't execute a wire payment bc the bank won't process it. A test case in katalon doesn't appear to have the capability to introduce a try / catch block from Java to account for this, or conditional logic that would prevent it from failing. I've also found when working with large tables in banking you need to index, store values in variables, compare in other parts of the page or on other pages. These types of behaviors are quite out of scope for BDD style testing or a play/record type of testing that doesn't know you intend to validate data against other parts of the application. All in all it looks very user friendly. I just wanted to make sure others knew that it has certain limits.
Perfectly summarised the pros and cons 👌👌♥️♥️
Hello! Thanks for list of advantages vs disadvantages. One thing I would add to the disadvantages list is that Katalon will be limited when it comes up against a really complex application. For example in banking, there are certain times you can't execute a wire payment bc the bank won't process it. A test case in katalon doesn't appear to have the capability to introduce a try / catch block from Java to account for this, or conditional logic that would prevent it from failing. I've also found when working with large tables in banking you need to index, store values in variables, compare in other parts of the page or on other pages. These types of behaviors are quite out of scope for BDD style testing or a play/record type of testing that doesn't know you intend to validate data against other parts of the application.
All in all it looks very user friendly. I just wanted to make sure others knew that it has certain limits.
Lovely looking forward for more videos on katalon I am just started exploring this tool ! Thanks
How to continue execution on opened session...?