ServiceNow Testing Tools

tonyshabani
Kilo Expert

Hey All,

Can anyone recommend some tools they use for testing ServiceNow. I started coding using java and selenium, but it was very time consuming. About 200 lines of java for one test case. Specifically I am looking for tools that can record your actions and can be run in the future to test if the same actions work as planned. It would also preferably have to be a free tool.

Thanks,

Tony Shabani

1 ACCEPTED SOLUTION

Andre Moreira
Kilo Expert

Tony Shabani



Here follow two cool options (paid) that you can check related Testing:




Have fun!



[]'s


Andre Moreira


View solution in original post

7 REPLIES 7

Based on the description it seems like a defect creater/tracker. Does this app do automated testing?


mundorff
Kilo Contributor

Hi Tony,


what you are talking about is regression testing (Regression testing - Wikipedia, the free encyclopedia). You could use Tosca Testsuite from Tricentis Enterprise QA and Test Automation for ServiceNow. The big advantage of Tosca is, that you don't need to script at all. If you need additional information, feel free to reach out to me any time.


Br, Alexander


Anurag Tripathi
Mega Patron
Mega Patron

We have been using selenium for regression testing for quite some time now and it has proved out to be very useful to keep the instance stable. Initially it was a little time taking but later on most cases are reusable so adding new test cases was comparatively easy.


-Anurag