Security Testing

How can we perform Security testing in Katalon ?

Security testing is a very large domain.
What are your needs more specifically?
SQL injection? XSS? Anything else?
Anyway ā€¦ Katalon does not have a specific module for such.
So, you have to document yourself about various types of vulnerabilities and learn how to model a possible attack form manually.
After you figure it out how to validate (what will be the criteria for passed / failed), write testcases.

Or better search for dedicated tools / service providers for such.

1 Like

Thank you for your suggestion .

Hello
Would you like to share that how to press Back Button in katalon (web testing)
I tried ALT+Left Arrow ki
Its changing the URL only, But I want to press back Button of Google Chrome

@Noor_Ahmed_Khan
Please refer to this keyword:

1 Like

hii, Iā€™m exploring related to SQL Inject with Katalon but I feel confused, can you share documentation related to this SQL inject implementation in Katalon project and how to handle about this problem, thanks