Performance and Load Testing

Fromsee Genene
Tera Contributor

How can I test the performance and load tests of the custom application? This is a criterion in the Test Plan Document that our custom app must meet to be sent to the certification team. How and where may I take a test?

load.PNGPTC.PNG

 

5 REPLIES 5

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

ServiceNow does not have anything for what you are describing, like load testing with 1,000 users.

 

With Washington DC release Performance Profiling has been introduced, though this is NOT the same as what you are asking.

https://www.servicenow.com/community/developer-advocate-blog/performance-profiling-has-arrived-to-au...

 

For what you are asking you would need to use third party solutions.

 

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Fromsee Genene 

 

There is no OOTB module which can be helpful here.  It is something need to test manually, you may reach out SN Account team , if team can support for real time testing and loads.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

sergiu_panaite
ServiceNow Employee
ServiceNow Employee

You can write a simple test yourself and then use a simulator like Apache JMeter to simulate concurrent user load.

 

Apache JMeter is here:

 

https://jmeter.apache.org/

adminpro
Tera Contributor

@Fromsee Genene, May I ask what you ended up doing? Were you able to use any of the solutions mentioned here?