Breaking

Sunday, 9 February 2020

Automated Test Framework

This training is for ServiceNow Techies who wants to learn Automated Testing. When we perform development in ServiceNow, we need to ensure that we are maintaining the quality and not breaking any other functionality while moving changes to production.

In order to ensure quality, every existing functionality should be tested properly before moving new changes to production.

ServiceNow comes up with Automated Test Framework application, which enables your platform with automation testing. You can automate different scenarios and perform testing to confirm if functionality is working as expected.

There are still lot of loop holes in ATF however ServiceNow is keep on adding features and trying to make it more mature. I would recommend to go with ATF testing tool rather than any other framework as it has so many benefits.

Benefits:

  • It is on ServiceNow platform so you don't need separate infrastructure for using it.
  • It is compatible with ServiceNow base Architecture
  • Low code is required to perform testing
  • Easy to create test cases and steps
  • Testing can be scheduled
  • Custom steps can be created
Let's start the training.



Lesson 1 - Introduction and Overview




Lesson 2 - Sample Test Suite & ATF Tasks



Lesson 3 - Copy a Test and Application Navigator Testing




Lesson 4 - Form Testing




Lesson 5 - Server Side Testing




Lesson 6 - Service Catalog Testing



Lesson 7 - Service Catalog in Portal Testing



No comments:

Post a Comment