- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Automated Test Framework FAQs: Can I use ATF in Production?:
Running ATF in production is neither recommended nor supported, as doing so can result in production instance outages, and/or issues with dataloss to occur.
Records are still created and modified even if you’re not explicit about it:
Beyond the act of explicitly creating records during a test, just navigating the UI and opening forms can still increment record number counters, trigger display business rules, and can execute any number of base system and/or customized client and server scripts; such as the recording of auditing information, populating logs with errors, and at least temporarily showing failure data in report dashboards or notifying stakeholders of problematic issues. Additionally, we don’t rollback data on all tables, by default, which would leave unexpected data inaccuracies on your production environment.
Security:
The user designated as the test designer will have enough permissions to design and run tests that execute scripts and can view tested interfaces. Allowing this user this level of access on a production environment, may cause security concerns.
User error:
Even if you were to have a flawless suite of tests that manages to never modify a record or flag SLA dashboards, if anyone were to ever violate the guidelines that built that test suite, they could cause any or all of the above issues.
- 4,281 Views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.