- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 06:43 AM
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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 04:47 AM
Here follow two cool options (paid) that you can check related Testing:
- Déjà Click, a competitor of Selenium.
- Squish, a other paradigm of Testing with focus on BDD style.
Have fun!
[]'s
Andre Moreira

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 06:46 AM
Hi Tony,
You may find the below link helpful.
https://community.servicenow.com/thread/154537
https://share.servicenow.com/app.do#/detailV2/54cc77f58733a1002e7fb92489434d17/overview
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2015 06:53 AM
Based on the description it seems like a defect creater/tracker. Does this app do automated testing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 12:22 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 01:57 AM
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.