User Activity
06-18-2019
Dear all,
I have a simple question related to test case and user strory in servicenow.
We have different story with acceptance criteria and from that we need to start a test case.What is the best way to create a test from a user story and get them bo...
05-23-2019
Dear all,
I am studding the best practice for implementation unit testing in Service-now.For that I have cover different documentation on ATF and Jasmine framework.To day I understand we have 2 different point to consider:
- Testing for Client operat...
05-22-2019
Dear all,
I am evaluating the ATF in service now and notice that it is using the Jasmin framework.Am I write to say that jasmine is used to perform Server Side script validation or can it be use to do glide records and verify for instance that stor...
Dear all,
I try to test the SSO integration of service now and Azure AD.
For that I have follow instruction from the link below :
https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/servicenow-tutorial
But when I test my connection I ...
Dear all,
I have the following Json body message that I need to pass to a REST POST API in servicenow.
The json is as below :
{
"status": "sent",
"emailSubject": "Sent from the DocuSign REST API",
"documents": [{
"documentId": "1"...