UseCases of ServiceNow SDK in day to day development or Testing activities

KeerthiKonidala
Tera Contributor

Hi All,

  We're looking to migrate to ServiceNow SDK and right now the use cases for us is to not build any new applications but to use SDK in building Agents for our day to day activities. Like: Auto Generate Tests, Code Assistance, adding agents for Peer review.

I wanted to understand if any one of you are using the above usecases. Can i build agents in VSCode for Servicenow day to day work and can i generate test cases using @setupworkspaceTest  or /tests from Agent mode of GPT.

4 REPLIES 4

anubhavkapoor76
ServiceNow Employee

@KeerthiKonidala - Give a try for "Build Agent" inside IDE or Studio which uses SDK in background. 
I have been using it for Code Assistance, Auto Generate Tests, Illustrations for architecture, creating README files for applications

For using VS Code to generate Agentic stuff - YES you could do this 
Look here: https://servicenow.github.io/sdk/api/aiagent-api

For Peer review stuff - I am unsure. 

Thanks,

Anu

Thankyou @anubhavkapoor76 , I've developed SDLC Agentic lifecycle by using Servicenow Extension in VScode. But its only limited.

 

https://servicenow.github.io/sdk/api/aiagent-api - This looks interesting. Will give it a try. Thankyou. 

Thankyou @Jay_Couture . This will fundamentally solve the biggest problem we have today (Test Automation)