ATF test case for Upgradation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 04:59 AM - edited 12-06-2022 05:06 AM
Hi All,
I am beginer to create ATF test cases in servicenow. I want to create ATF test cases for the upgradation. Could you please suggest/provide steps on what needs to be covered.
Thanks,
Venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 05:12 AM
Just think it as a normal test .
1. Design the test cases to check if the system goes well
2. Write ATF cases base on the test case( In a way it is similar to Junit test).
3. Test the ATF cases before upgrade and make sure that the ATF cases are correct.
4. Upgrade the instance
5. Run the ATF cases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 05:13 AM
Hi Venkataramudu A,
When we use ATFs during the upgrade process we use them to test the following:
Incident
Problem
Change
Knowledge
When creating tests it is good to test both the successful outcome, i.e. what should happen when you emulate a user creating a new incident, filling out the required fields etc. and also the unsuccessful paths. such as a user shouldn't be able to progress and incident to the next state if all the mandatory fields have not been completed.
Finally, ATFs should never be run in your production environment. they are only run in DEV and TEST to check that the upgrade has worked as expected before upgrading Production.
hope this helps
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 05:19 AM
Hi,
Thanks for the response. Is this same as ATF regression testing?
Venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 05:27 AM
I believe it is the same as ATF regression testing.