Some enterprise architects believe that SOA can help businesses respond more quickly and cost-effectively to changing market-conditions. This style of architecture promotes reuse at the macro (service) level rather than micro (classes) level. It can also simplify interconnection to – and usage of – existing IT (legacy) assets.
published by Anonymous on January 19, 2017 - 16:36
Nearly everyone runs Unit tests or functional tests on continuous integration server(s), but how about automated UI testing? There is a number of great test automation tools that can perform visual web UI testing, but integrating them with popular CI solutions would be quite problematic.
The problem is that few UI test automation tools have full support of different CI solutions. If we take Selenium, even this famous tool does not provide an easy universal way to do that. There is a special Selenium plugin designed by Jenkins though. TeamCity, Bamboo and Travis also have their own special solutions for running Selenium tests.
Recent comments