Test Management and Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 03:10 AM
Hi
Can anyone explain what's the difference between Test Management and Automated Test Framework ?
Thanks
Snehal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 07:45 AM
Think about the title of each module, manually tracking test results w/ a tool .vs. creating a automated testing
Test Management (Fuji)
The Test Management application provides a tool for manual software testing
http://wiki.servicenow.com/index.php?title=Test_Management#gsc.tab=0
a tool offers a single place to run reports, track bugs, issues, etc.. and is much better than using a spreadsheet
i.e. Enter Test Plans, Test Cases, but manually run and enter data to track test results
Automated Test Framework (Istanbul)
With the Automated Test Framework (ATF), you create and run automated tests on your ServiceNow instance. When you upgrade or modify an instance, run these tests to confirm that the instance still works as designed.
i.e. Create Test Plans, Test Cases, "Auto" track test results based on the scripted Tests created
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2017 10:55 PM
Hi Snehal Khare
Test management : The Test Management application provides a tool for manual software testing. Test managers can use this application to manage all phases of the testing process:
- Create and maintain the test repository by creating test suites, test cases, and tests.
- Enable test execution by creating test plans, adding test cases, and assigning testers to test cases.
- Initiate the testing process and monitor the progress.
- Evaluate test results and complete the test plan sign-off form.
Testers can use this application to:
- Perform tests and record results.
- Update test case status.
- Report defects and retest, as necessary.
Administrators can activate the Test Management application starting
Automated test framework :
With the Automated Test Framework, you create and run automated tests on your ServiceNow instance. When you upgrade or modify an instance, run these tests to confirm that the instance still works as designed.
You can create simple tests that mimic user actions with no scripting. Examples of test steps that do not require scripting include the following:
- Open a form
- Set field values
- Validate field values and attributes (such as read-only)
- Submit the form
- With the server-side scripting test, you can perform more complex operations. Examples include the following:
- Perform unit tests using javascript, including tests using the Jasmine test framework. (In Istanbul, only test steps in the global scope support Jasmine.)
- Test business rules, script includes, and other ServiceNow scripts.
- Create tests that operate on data that you define.
please mark like /Helpful /correct answer
Thanks
Vamsi krishna

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2022 02:44 AM
Just to add on to it.
Using ServiceNow's Test Management you can plan your testing for any applications, feature or enhancements etc you are planning to rollout, not necessarily ServiceNow related. For eg: you are planning to migrate your existing IVRS application(an example) to cloud. You can chalk-out your test plan in ServiceNow.
Whereas ATF works only within ServiceNow. It tests ServiceNow's feature, enhancement or UI etc.
N.B - You can very well use Test Management for testing Servicenow's (application) upgrade or enhancement etc.
Thanks,
Swarnadeep Nandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2017 08:17 AM
The ATF in Istanbul is a good tool for unit testing ServiceNow. If you are seeking a solution that tests ServiceNow from a Business User Perspective and a DevOps enabler that requires no coding expertise, might be worth checking out our AutoTestPro.co.uk solution. We go further than just automated testing. Because our solution is centered around business scenarios we also automatically create system and user documentation such as user guides and desk instructions. We can even now automate the update set deployment process from one environment to another.