#REDIRECT [[List of IBM products#Middleware and applications]]
<!-- Please do not remove or change this AfD message until the discussion has been closed. -->
{{Article for deletion/dated|page=Rational Automation Framework|timestamp=20221113222156|year=2022|month=November|day=13|substed=yes|help=off}}
<!-- Once discussion is closed, please place on talk page: {{Old AfD multi|page=Rational Automation Framework|date=13 November 2022|result='''keep'''}} -->
<!-- End of AfD message, feel free to edit beyond this point -->
{{Multiple issues|
{{Cleanup|reason=cohesion, tone and extensive copyedits needed|date=November 2022}}
{{Copy edit|date=November 2022}}
{{More citations needed|date=November 2022}}
}}
'''AUTOMATION'''
Automation was devised around the year 1946 by the automobile industry to give a description to the increased use of automatic devices and controls in mechanized production lines. Automation is derived from the Greek and means self-dedicated. In a most general state, automation can be defined as a technology devised with carrying out a process by means of programmed commands combined with the automatic feedback of data relating to the execution of those commands. The resulting system is capable of operating without human intervention.
During automation, we come across many types of costs like tool cost, script development cost, execution cost, and many other costs. It is necessary to visualize the profit that automation will be giving to an organization over many years on investment.
They are different equations for calculating the Return on Investment . A simple equation is as follows:
ROI:
Return
——————
Investment
=== '''Automation Framework characteristics''' ===
'''Re-usability'''
An automation team designs all the tasks as reusable components. The reusable libraries can be used in multiple situations.
'''Reliability'''
We need to see that tests are reliable and unattended. This allows us to execute tests on multiple machines.
'''Modularity'''
We need to author tests into smaller scripts. This enables effortless modification and maintenance.
'''Recoverability'''
Tests need to recover in case of any unhandled application errors.
'''Error Handling'''
We need to see that all application errors are managed with exception handlers. In case of errors, the test case would be marked and the details are written to the result file.
'''Manage Results'''
The automation framework should generate a detailed result log file with a complete description of Pass/Fail status.
'''Independent'''
We need to see that scripts designed are independent in nature. No two scripts are dependent unless they are functionally dependent on each other.
'''Maintainability'''
The automation suite should be maintainable.
'''Rational Automation Framework''' is a [[computer software]] product in the [[Application release automation]] category,<ref>{{cite web|url=http://www.gartner.com/id=1773923 |archive-url=https://web.archive.org/web/20160304230706/http://www.gartner.com/id=1773923 |url-status=dead |archive-date=March 4, 2016 |title=Application Release Automation Is a Key to DevOps | 1773923 |publisher=Gartner.com |date=2011-08-23 |accessdate=2012-07-04}}</ref><ref>http://www.hurwitz.com/index.php/recent-research/cloud-computing/doc_download/126-demonstrated-benefits-of-software-delivery-automation--an-analyst-study{{dead link|date=April 2018 |bot=InternetArchiveBot |fix-attempted=yes }}</ref> providing automation for [[middleware]] installation, middleware management, middleware operations, and application deployment.
The product was initially released in May 2009 as IBM Rational Automation Framework for WebSphere,<ref name="eweek">{{cite news
| last =Burt
| first =Jeffrey
| title =IBM Bridges SOA, Cloud Computing
| newspaper =eWeek
| date =April 30, 2009
| url =http://www.eweek.com/c/a/Cloud-Computing/IBM-Bridges-SOA-Cloud-Computing-645936/
| accessdate =June 4, 2012 }}</ref> based on technology developed by Ascendant Technology.<ref name="bare_url">{{cite web
| title =Rational Automation Framework for WebSphere (RAFW)
| work =
| publisher =Ascendant Technology
| date =
| url =http://atech.com/process/accelerators/rational-automation-framework
| format =
| doi =
| accessdate =June 4, 2012 }}</ref> With release 3.0 in 2012, IBM generalized the name of the product to IBM Rational Automation Framework to recognize the work done by MidVision to extend the functionality to products other than those from [[WebSphere]].<ref name="midvision">
{{cite web
| title =MidVision Extensions to IBM RAF
| publisher =MidVision
| url =http://www.midvision.com/wordpress/products/midvision-extensions-to-ibm-raf/
| accessdate =June 4, 2012| archive-url =https://web.archive.org/web/20120604060326/http://www.midvision.com/wordpress/products/midvision-extensions-to-ibm-raf/| archive-date =June 4, 2012| url-status =dead}}
</ref>
==Architecture==
The Rational Automation Framework software runs on a ''framework server,'' where it maintains configuration information that corresponds to product installations on one or more ''target systems.'' Target systems can be physical, virtualized, or in the cloud and can act as source systems, destination systems, or both. The product runs ''actions,'' actually elements within Apache Ant build files, to:
* Update the framework server configuration data from a target system, or vice versa
* Install or update custom applications and application artifacts
* Compare framework server configuration data with live data
* Start, stop, or restart managed product instances
* Install or patch managed products
The product uses an automation engine to automate any of those tasks.<ref name="ibm">{{cite web|url=http://www.ibm.com/software/rational/products/framework/ |title=IBM product site |publisher=Ibm.com |date= |accessdate=2012-07-04}}</ref>
==Pure Application System==
IBM Pure Application System contains the Rational Automation Framework functionality in the form of a workload named Advanced Middleware Configuration. Advanced Middleware Configuration is typically used in this context for onboarding existing applications to the cloud.<ref name="ibm_a">[http://www.ibm.com/developerworks/websphere/library/techarticles/1204_akeley/1204_akeley.html IBM DeveloperWorks]</ref>
== References ==
{{Reflist}}
== External links ==
*[http://www.ibm.com/support/docview.wss?uid=swg27020484 Rational Automation Framework Information Center]
*[http://portal2portal.blogspot.com/2012/03/all-new-rational-automation-framework.html "A Portal to a Portal" blog post]
*[http://thysmichels.com/tag/rational-automation-framework/ Thys Michels blog post]
*[https://archive.today/20130126173916/http://www.itarchitectforumblog.com/content/application_development/new_blog_--_bringing_devops_back_under_control.html "The Future of IT Architecture" blog post]
*[http://technicalprofessional.wordpress.com/2011/04/06/what-is-deployment-planning-and-automation/ Rational Technical Professionals blog post]
*[http://www.ibm.com/developerworks/websphere/techjournal/1007_supauth/1007_supauth.html IBM developerWorks: WebSphere: The Support Authority]
*www.testingdocs.com/types-of-automation-frameworks/
[[Category:Rational Software software|Automation Framework]]
|