For security in automation, _________ scanning is essential to identify potential security risks in the codebase.

  • Code
  • Dynamic
  • Manual
  • Static
Static scanning is essential for security in automation testing. It involves analyzing the source code or binary code of an application without executing the code. This type of scanning helps identify potential security vulnerabilities early in the development process, allowing developers to address and mitigate security risks before the application is deployed. Static scanning is an integral part of secure coding practices in automation testing.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *