- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 07:46 AM
Hello everyone!
We made some automation after a Standard Change Request is performed. Is it possible to use the Automated Test Framework to test the UI and the end results of performing a `change_request` with type = standard? At the moment opening the ATF opens the Catalog Item or Open Record with a shopping cart to the page. The record inserted will be a `sc_change` instead of a `change_request` and our automation is not triggered. How can i open a Standard Change Catalog Item?
Thank you!
Best regards,
Sander
Solved! Go to Solution.
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2018 01:42 PM
I used the info on this site to be able to open the various change types. I have three different change tests, one for each type of change. Step 3 really just logs what type of change was created, but you already know that from the previous step.
https://greg-grabowski.com/configure-new-test-step/#more-81
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2018 05:38 AM
we are also on jakarta. If you follow the steps in the link that I found, you add a custom step. With that step you can choose what type of change you want to log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2018 06:10 AM
Thanks Tony i am going to try it out 🙂