- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2023 09:08 PM
Hi Team ,
We are using couple of integration and written BR ,Script include ,UI polices ,UI actions .
Now we are trying to check the code quality before hand over to testing team .So please suggest any tools or plugin to check the code quality /Performances .
Please guide me to achieve the quality code
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2023 09:35 PM
Hi,
There are a number of tools and plugins available that can help you check the code quality and performance of your ServiceNow code. Here are some suggestions:
ServiceNow ATF (Automated Test Framework) - ATF can be used to create automated tests that validate the functionality and performance of your ServiceNow applications.
ServiceNow Code Analyzer - This tool is a built-in feature of ServiceNow that analyzes your code for best practices, performance, and security issues. It provides a report with suggestions for improving your code.
ESLint - This is a popular open-source linting utility that can help you identify and fix errors and stylistic issues in your JavaScript code. You can configure ESLint to work with ServiceNow's APIs and syntax.
SonarQube - This is an open-source code quality tool that can analyze code written in various programming languages, including JavaScript. You can configure SonarQube to work with ServiceNow's APIs and syntax.
JMeter - This is an open-source performance testing tool that can be used to test the performance of your ServiceNow applications. It can simulate high user loads and measure response times and throughput.
ServiceNow Performance Analytics - This built-in feature of ServiceNow can be used to monitor the performance of your applications in real-time. It provides dashboards and reports that show key performance metrics and trends.
These tools can help you identify issues in your ServiceNow code before handing it over to the testing team, allowing you to fix any issues early on in the development process.
Thanks,
Rahul Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 05:27 AM
Honestly, Users should have to mark if an answer has been Chat-GPT created.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 05:16 AM
Hi @String
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread.
Thanks,
Rahul Kumar
Thanks,
Rahul Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 11:49 AM
I agree. "Code Analyzer" is NOT a product on the platform and this should be removed. This post shows up as the primary result on a google search when looking at this topic. Pieces of this answer are clearly hallucinations from an AI search that someone posted.