<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title>SOA Test Architect | SOA TEST NETWORK | THE SOA NETWORK</title><updated>2008-10-13T20:11:23Z</updated><id>http://soatestarchitect.com/atom.aspx</id><link rel="self" href="http://soatestarchitect.com/atom.aspx" /><link rel="alternate" href="http://soatestarchitect.com" /><generator uri="http://app.onlinequickblog.com/" version="2.0">Quick Blogcast</generator><entry><title>Green Hat Enhances Testing for webMethods Green Hat Introduces First Test Automation for Stored Procedures</title><link rel="alternate" href="http://soatestarchitect.com/2008/10/12/green-hat-enhances-testing-for-webmethods-green-hat-introduces-first-test-automation-for-stored-procedures.aspx?ref=rss" /><id>tag:soatestarchitect.com,2008-10-12:a2d09e51-e100-4e7f-af0e-896398864cbd</id><author><name>Gary E Smith - THE SOA NETWORK</name></author><category term="Press Release" /><updated>2008-10-12T06:36:07Z</updated><published>2008-10-12T06:32:00Z</published><content type="html"><![CDATA[<BR><BR><BR>
<P align=center><A href="http://www.cloudcomputingnetwork.net/"><IMG src="http://images.quickblogcast.com/26715-25380/Cloud_Computing___sml.png" width=477 border=0></A><BR><BR><BR>
<P align=center><FONT size=3>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";a
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "999999";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</FONT></P>
<P><FONT size=1><BR></FONT>&nbsp; <FONT size=2>
<DIV class=story_genre_notes>
<H1><FONT size=3><FONT size=2><SPAN class=large>
<DIV id=headline>
<CENTER><FONT size=3><FONT face=Verdana><FONT size=4><SPAN class=t>
<H3><FONT size=3>
<H4>Green Hat Enhances Testing for webMethods Green Hat Introduces First Test Automation for Stored Procedures&nbsp;&nbsp;&nbsp;</FONT></SPAN></FONT></FONT></FONT></SPAN></FONT></FONT><FONT face=Verdana><SPAN class=normal>&nbsp;</H4></H3></CENTER></DIV></H1></DIV>
<DIV class=ar>
<DIV class=story_genre_notes>
<DIV>
<DIV class=p>
<DIV class=p>
<DIV class=p>
<DIV class=p>
<DIV class=story_genre_notes>
<DIV><EM>Green Hat releases GH Tester 4.2, generally available as of September 30, 2008, with expanded test automation for SOA platforms as well as specialized message and data formats. Of note is SOA integration, performance and governance testing for Software AG webMethods, including automation of SWIFT testing. This release also represents the first integration and SOA test automation to work with stored procedures, which can eliminate up to 95% of the time it takes in manual testing.</EM> </DIV></DIV><!-- GENRE NOTES END --><!-- start story body -->
<P>Claymont, DE (<A href="http://www.prweb.com/">PRWEB</A>) October 12, 2008 -- Green Hat announced the release of GH Tester 4.2, representing expanded test automation for SOA platforms as well as specialized message and data formats. GH Tester 4.2 was made generally available on September 30, 2008. </P>
<P>This release represents enhancements to the native testing for Software AG webMethods platform available in the Solstice Integra Suite which Green Hat acquired earlier this year. The integration between webMethods Integration Server, Broker and GH Tester is offered in GH Tester for Software AG webMethods. This product gives webMethods users native visibility into the integration layer and the ability to isolate each interface for comprehensive validation of business processes. </P>
<P><SPAN id=quote_0 style="DISPLAY: none"></SPAN><SPAN id=quote_1 style="DISPLAY: inline">
<TABLE style="BORDER-RIGHT: #c6d5df 4px; PADDING-RIGHT: 10px; BORDER-TOP: #c6d5df 4px solid; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 16px; Z-INDEX: -1; BACKGROUND: #fff; FLOAT: right; PADDING-BOTTOM: 10px; MARGIN: 5px 12px 5px 5px; BORDER-LEFT: #c6d5df 4px; COLOR: #748da7; PADDING-TOP: 10px; BORDER-BOTTOM: #c6d5df 4px solid; FONT-FAMILY: Arial,
                            Helvetica, sans-serif; HEIGHT: 100%" width=250>
<TBODY>
<TR>
<TD><IMG alt="" src="http://www.prweb.com/images_v4/quote_left.gif"> <A title=http://www.greenhat.com style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #748da7; FONT-FAMILY: Arial,
                    Helvetica, sans-serif; TEXT-DECORATION: none" href="http://www.greenhat.com/">Clients ask us to make our tools work with data and messages of all kinds. With good reason. One of our users reduced the labor associated with stored procedures by 95% with Green Hat automation.</A> <IMG style="VERTICAL-ALIGN: bottom" alt="" src="http://www.prweb.com/images_v4/quote_right.gif"> </TD></TR></TBODY></TABLE></SPAN>
<SCRIPT type=text/javascript><!--
                numquotes=2;
                quote_index = 0;
                quote_naptime = 1000 * 4;
                quote_timeout = 0;

                function sequentialQuotes()
                {
                    var i;
                    for( i = 0; i < numquotes; i++ )
                    {
                        document.getElementById( "quote_"+i ).style.display = "none";
                    }
                    quote_index = quote_index + 1;
                    if( quote_index >= numquotes ) { quote_index=0; }
                    //alert( quote_index );
                    document.getElementById( "quote_"+quote_index ).style.display = "inline";
                    if( enable_random )
                    {
                        quote_timeout = setTimeout( "randomQuotes()", quote_naptime );
                    }
                }
                function randomQuotes()
                {
                    var randQuotId;
                    var i;
                    for( i = 0; i < numquotes; i++ )
                    {
                        document.getElementById( "quote_"+i ).style.display = "none";
                    }
                    randQuotId = Math.floor( Math.random() * numquotes);
                    //alert( randQuotId );
                    document.getElementById( "quote_"+randQuotId ).style.display = "inline";
                    if( enable_random )
                    {
                        quote_timeout = setTimeout( "randomQuotes()", quote_naptime );
                    }
                    quote_timeout = setTimeout( "sequentialQuotes()", quote_naptime );
                }

                randQuotId = Math.floor( Math.random() * numquotes);
                //alert( randQuotId );
                document.getElementById( "quote_"+randQuotId ).style.display = "inline";
                enable_random=false;
                if( enable_random )
                {
                    quote_timeout = setTimeout( "sequentialQuotes()", 1 );
                }
                --></SCRIPT>
Green Hat makes testing simple for SOA customers choosing the webMethods ESB platform for internal integrations or B2B interactions with third parties. Green Hat pioneered the simulation of interfaces using automated stubs for functional testing and as a complete enviroment for high performance testing. So testing can continue uninterrupted even when systems are unavailable or use of the production environment is not advisable. GH Performance reuses all test assets created in GH Tester 4.2 and generates extensive webMethods performance data related to load, stress and tuning checks - all as functionality in the core Green Hat products. </P>
<P>GH Tester 4.2 provides testing of all industry protocols such as HTTP(s), WebSphere MQ and web services. These are often found in the complex infrastructures of Software AG clients. Additional unique plugins are available for the testing of industry-specific messaging, such as SWIFT for international payments and HL7 for healthcare. </P>
<P>With GH Tester 4.2, Green Hat also announced the first SOA testing tool to offer automated testing with stored procedures. GH Tester 4.2 makes it possible to run database stored procedures and to access the returned data, allowing automation of stored procedure testing in the same products that customers are using to exercise the systems talking to the database. <BR><BR>"The complexity inherent in SOA infrastructure is not always due to the newer technologies," observed Peter Cole, President and CTO of Green Hat. "Clients ask us to make our tools work with data and messages of all kinds. With good reason. One of our users reduced the labor associated with stored procedures by 95% with Green Hat automation." </P>
<P>Green Hat tests a broad array of transports, including testing for TIBCO, and continues to enhance these capabilities with the steady input of users and partners. With GH Tester 4.2, users now have SSL support for an IBM MQ infrastructure and support for HTTP authentication. A file transport is a new feature to allow reading and writing of files using various formats. </P>
<P>Information on these and other enhancements now available in GH Tester 4.2 can be found by contacting Green Hat at <A title="Green Hat sponsor" onclick="linkClick( this.href );" href="http://www.greenhat.com/" target=_blank>Innovation World</A>, Software AG's user conference in Miami, Florida November 3-5. Additional new product announcements will be made at that time.<BR>&nbsp;</P>
<P><STRONG>About Green Hat </STRONG></P>
<P>Green Hat is your global testing technology leader for SOA lifecycle management. They make testing simple and streamlined for complex systems relying on messaging, BPM, CEP and governance. Green Hat makes constant transformation sustainable with reusable assets and simulations. </P>
<P>Green Hat partners with FioranoMQ, HP, IBM, Progress, Software AG, TIBCO and their service providers with a testing technology framework and best practices. We tie quality and performance to business requirements. We create material differences in the time, cost and coverage of testing for integration and SOA projects, departments and COE's. </P>
<P><EM>Automate now. Make business better. </EM></P>
<P></SPAN></FONT></FONT><BR><FONT< a><BR>__________________________________________________________________</SPAN><BR><BR><BR></P></DIV></DIV></DIV></DIV></DIV>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR><BR><FONT size=1>_________________________________________________________________________________________<BR></FONT><FONT size=2><BR><BR>
<P></P></DIV></DIV>
<DIV class=p><STRONG>
<P><FONT face=Verdana color=#0000ff><STRONG>Submit Press Releases to </STRONG></FONT><A href="http://www.soanetwork.net/"><FONT face=Verdana color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG> send to </STRONG></FONT><A href="mailto:SOA@pr2web.com"><FONT face=Verdana color=#c0c0c0><STRONG>SOA@pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>. <BR><BR>(For more details visit </STRONG></FONT><A href="http://www.pr2web.com/"><FONT face=Verdana color=#c0c0c0><STRONG>www.pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>).<BR></STRONG></FONT><EM><BR><FONT face=Verdana color=#0000ff><STRONG>For more resources on Service-Oriented Architecture check out:</STRONG></FONT></EM><FONT face=Verdana color=#0000ff><STRONG> </STRONG><A href="http://www.soanetwork.net/" target=_blank><FONT color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><BR></FONT></STRONG></FONT><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><A class="" href="http://soatestarchitect.com/" target=""><FONT color=#264772 size=2><STRONG>Back to Main Page</STRONG></FONT></A><BR><BR><BR><FONT face=Verdana size=2><STRONG>Gary E. Smith<BR>SOA Test Architect - </STRONG></FONT><EM><FONT size=2><FONT face=Verdana><STRONG>SOA Testing and Performance in a Connected World</STRONG></FONT><BR></FONT></EM><A class="" href="http://www.soanetwork.net/" target=_blank><EM><FONT size=2><IMG alt="Check out THE SOA NETWORK for the latest SOA NEWS" hspace=0 src="http://soatestarchitect.com/images/6585-6409/The_SOA_network_logo.jpg" border=0></FONT></EM></A>&nbsp; <BR></P></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<P align=center><FONT size=1><STRONG><FONT color=#000080><BR><BR><FONT size=1>
<P align=center><FONT size=1><STRONG><FONT color=#c0c0c0><U>IT RESOURCE NETWORK<BR></U></FONT><STRONG><BR><FONT color=#0000ff>&nbsp;</STRONG><BR></FONT><A href="http://www.cloudcomputingnetwork.net/" target=_blank><STRONG><FONT color=#0000ff>THE CLOUD NETWORK</FONT></STRONG></A><FONT color=#0000ff> | </FONT><A href="http://www.thebpmnetwork.com/"><STRONG><FONT color=#0000ff>THE BPM NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.saasnetwork.net/"><STRONG><FONT color=#0000ff>THE SAAS NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetwork.net/"><STRONG><FONT color=#0000ff>THE SOA NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.web2network.net/"><STRONG><FONT color=#0000ff>WEB 2.0 NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG>
<P align=center><STRONG><FONT color=#0000ff>THE SOA NETWORK<BR></FONT></STRONG><A href="http://www.soagovernance.org/"><STRONG><FONT color=#0000ff>SOA Governance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soamanagement.net/"><STRONG><FONT color=#0000ff>SOA Management</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetworking.com/"><STRONG><FONT color=#0000ff>SOA Networking</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soasecurity.net/"><STRONG><FONT color=#0000ff>SOA Security</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaidentity.net/"><STRONG><FONT color=#0000ff>SOA Identity</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatest.net/"><STRONG><FONT color=#0000ff>SOA Test</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG></P>
<P align=center><STRONG><FONT color=#0000ff>SOA Verticals<BR></FONT></STRONG><A href="http://www.soafinance.net/"><STRONG><FONT color=#0000ff>SOA Finance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soagovernment.net/"><STRONG><FONT color=#0000ff>SOA Government</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soahealthcare.net/"><STRONG><FONT color=#0000ff>SOA Healthcare</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soainsurance.net/"><STRONG><FONT color=#0000ff>SOA Insurance</FONT></STRONG></A><STRONG><FONT color=#0000ff><BR></FONT></STRONG><A href="http://soamanufacturing.net/"><STRONG><FONT color=#0000ff>SOA Manufacturing</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaretail.net/"><STRONG><FONT color=#0000ff>SOA Retail</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatelecom.net/"><STRONG><FONT color=#0000ff>SOA Telecom</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soautilities.net/"><STRONG><FONT color=#0000ff>SOA Utilities</FONT></STRONG></A><BR><BR><BR></STRONG></FONT></FONT></FONT></STRONG></FONT><BR><BR><BR></P>
<H2></H2></FONT></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN>]]></content><summary>Green Hat releases GH Tester 4.2, generally available as of September 30, 2008, with expanded test automation for SOA platforms as well as specialized message and data formats. Of note is SOA integration, performance and governance testing for Software AG webMethods, including automation of SWIFT testing. This release also represents the first integration and SOA test automation to work with stored procedures, which can eliminate up to 95% of the time it takes in manual testing. - SOA Test Architect - SOA TEST NETWORK - THE SOA NETWORK </summary></entry><entry><title>MindTree Establishes Testing Services Center of Excellence (CoE) In Partnership With Hewlett Packard</title><link rel="alternate" href="http://soatestarchitect.com/2008/09/30/mindtree-establishes-testing-services-center-of-excellence-coe-in-partnership-with-hewlett-packard.aspx?ref=rss" /><id>tag:soatestarchitect.com,2008-09-30:0d79ed29-e488-408e-abb8-252487c13a11</id><author><name>Gary E Smith - THE SOA NETWORK</name></author><category term="Press Release" /><updated>2008-09-30T20:04:17Z</updated><published>2008-09-30T20:01:00Z</published><content type="html"><![CDATA[<BR><BR><BR>
<P align=center><A href="http://www.cloudcomputingnetwork.net/"><IMG src="http://images.quickblogcast.com/26715-25380/Cloud_Computing___sml.png" width=477 border=0></A><BR><BR><BR>
<P align=center><FONT size=3>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";a
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "999999";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</FONT></P>
<P><FONT size=1><BR></FONT>&nbsp; <FONT size=2>
<DIV class=story_genre_notes>
<H1><FONT size=3><FONT size=2><SPAN class=large>
<DIV id=headline>
<CENTER><FONT size=3><FONT face=Verdana><FONT size=4><SPAN class=t>
<H3><FONT size=3>
<H4>MindTree Establishes Testing Services Center of Excellence (CoE) In Partnership With Hewlett Packard &nbsp;&nbsp;</FONT></SPAN></FONT></FONT></FONT></SPAN></FONT></FONT><FONT face=Verdana><SPAN class=normal>&nbsp;</H4></H3></CENTER></DIV></H1></DIV>
<DIV class=ar>
<DIV class=story_genre_notes>
<DIV>
<DIV class=p>
<DIV class=p>
<DIV class=p>
<DIV class=p>
<DIV class=story_genre_notes>
<DIV>STARWEST Conference</DIV></DIV><!-- GENRE NOTES END --><!-- start story body -->
<P>ANAHEIM, Cali.--(<A href="http://www.businesswire.com/">BUSINESS WIRE</A>)--<A href="http://www.mindtree.com/" target=_blank shape=rect>MindTree Limited</A>, a global IT and R&amp;D services company, announced today that it has established a <A href="http://www.mindtree.com/itservices/testing/coe.html" target=_blank shape=rect>Testing Center of Excellence</A> (CoE) in partnership with Hewlett Packard (HP), for HP<SPAN id=bwanpa0>’</SPAN>s quality and performance testing tools. The Testing CoE will enable MindTree to develop new testing frameworks and enhance its capabilities in offering proof of concepts to customers while increasing competence on HP software tools. </P>
<P>The Testing CoE will serve to impart training to test engineers on HP<SPAN id=bwanpa1>’</SPAN>s quality and performance testing tools, and over time be extended to application security testing tools. MindTree will also be able to offer testing solutions based on the latest tools developed by HP. </P>
<P><SPAN id=bwanpa2>“</SPAN>The combination of MindTree<SPAN id=bwanpa3>’</SPAN>s <A href="http://www.mindtree.com/itservices/testing/testing.html" target=_blank shape=rect>Testing Services</A> and the recent majority acquisition of Aztecsoft has created one of the leading testing services providers in the industry, which is why global customers rely on us to validate their business and technology solutions,<SPAN id=bwanpa4>”</SPAN> said Ananda Rao Ladi, vice president and head of the Testing Practice at MindTree. <SPAN id=bwanpa5>“</SPAN>Through our alliance with HP and our new Testing CoE, we are further strengthening our capabilities with HP software tools in the areas of quality and performance testing.<SPAN id=bwanpa6>”</SPAN> </P>
<P>With more than 2,000 members, MindTree<SPAN id=bwanpa7>’</SPAN>s independent Testing Practice is the largest group within the company. MindTree provides end-to-end Testing Services including <A href="http://www.mindtree.com/itservices/testing/coe.html" target=_blank shape=rect>Testing CoE</A> set up, Test Execution, Test Planning, Test Consulting, Test Automation and specialized non-functional testing. MindTree continues to invest significantly in building testing frameworks in the areas of SOA, Test Automation, Internet Applications Testing, Web-based Applications Testing, Wired and Wireless Communication Testing, Product Testing, SAP Testing and Security Testing. </P>
<P>MindTree<SPAN id=bwanpa8>’</SPAN>s industry-focused&nbsp;Testing Services ensure that IT applications meet growing business needs with high performance and availability as well as ensure that products are of high quality and reliability. Its&nbsp;<A href="http://www.mindtree.com/itservices/testing/testing.html" target=_blank shape=rect>Software Testing Services</A> team focuses on the BFSI, Hi-Tech, Manufacturing, Retail, Publishing and Media, and Travel and Transport markets. Among the markets served by MindTree<SPAN id=bwanpa9>’</SPAN>s <A href="http://www.mindtree.com/randdservices/testing/product_testing_services.html" target=_blank shape=rect>R&amp;D Testing</A> team are Communication Systems, Consumer Appliances, Industrial Systems, Web and Portal, Storage and Platforms. </P>
<P>For more information on MindTree<SPAN id=bwanpa10>’</SPAN>s Testing Practice, visit the company in booth # 52 at the STARWEST 2008 conference, taking place September 29 - October 3 at the Disneyland Hotel in Anaheim, CA or visit <A href="http://www.mindtree.com/itservices/testing/testing.html" target=_blank shape=rect>http://www.mindtree.com/testing</A>. <BR></P>
<P><B><BR>About MindTree</B> </P>
<P>MindTree Limited is a global IT and R&amp;D Services Company co-headquartered in the U.S. and India. With a passion for customer satisfaction, MindTree partners with its clients to create a transparent, value-based relationship. Our domain experts deliver business-enabling solutions by leveraging a consulting led, framework-based and IP-driven approach. MindTree's IT Services business provides a range of services to CIOs across a variety of industry segments. Our R&amp;D Services business works with Technology companies to help build innovative products by providing Product Realization services. MindTree has acquired an 80% equity stake in Aztecsoft Ltd., a global leader in outsourced product development and independent testing. The Company intends to complete the merger by April 2009. </P>
<P>MindTree was named among the Top 30 offshore service providers by the International Association of Outsourcing Professionals and Fortune Magazine. Widely known for its focus on human capital development, MindTree has been consistently rated among the most admired employers by several industry surveys, including Hewitt Associates and Mercer/TNS, and is also the winner of the MAKE Award for knowledge management. MindTree has been selected as one of the Top 25 companies for good Corporate Governance practices. MindTree is publicly listed in India. <BR><BR>Please visit us at <A href="http://www.mindtree.com/" target=_blank shape=rect>www.mindtree.com</A>. </P>
<P></P>
<P><!-- end story body --><!-- end story --><BR></SPAN></FONT></FONT><BR><FONT< a><BR>__________________________________________________________________</SPAN><BR><BR><BR></P></DIV></DIV></DIV></DIV></DIV>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR><BR><FONT size=1>_________________________________________________________________________________________<BR></FONT><FONT size=2><BR><BR>
<P></P></DIV></DIV>
<DIV class=p><STRONG>
<P><FONT face=Verdana color=#0000ff><STRONG>Submit Press Releases to </STRONG></FONT><A href="http://www.soanetwork.net/"><FONT face=Verdana color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG> send to </STRONG></FONT><A href="mailto:SOA@pr2web.com"><FONT face=Verdana color=#c0c0c0><STRONG>SOA@pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>. <BR><BR>(For more details visit </STRONG></FONT><A href="http://www.pr2web.com/"><FONT face=Verdana color=#c0c0c0><STRONG>www.pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>).<BR></STRONG></FONT><EM><BR><FONT face=Verdana color=#0000ff><STRONG>For more resources on Service-Oriented Architecture check out:</STRONG></FONT></EM><FONT face=Verdana color=#0000ff><STRONG> </STRONG><A href="http://www.soanetwork.net/" target=_blank><FONT color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><BR></FONT></STRONG></FONT><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><A class="" href="http://soatestarchitect.com/" target=""><FONT color=#264772 size=2><STRONG>Back to Main Page</STRONG></FONT></A><BR><BR><BR><FONT face=Verdana size=2><STRONG>Gary E. Smith<BR>SOA Test Architect - </STRONG></FONT><EM><FONT size=2><FONT face=Verdana><STRONG>SOA Testing and Performance in a Connected World</STRONG></FONT><BR></FONT></EM><A class="" href="http://www.soanetwork.net/" target=_blank><EM><FONT size=2><IMG alt="Check out THE SOA NETWORK for the latest SOA NEWS" hspace=0 src="http://soatestarchitect.com/images/6585-6409/The_SOA_network_logo.jpg" border=0></FONT></EM></A>&nbsp; <BR></P></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<P align=center><FONT size=1><STRONG><FONT color=#000080><BR><BR><FONT size=1>
<P align=center><FONT size=1><STRONG><FONT color=#c0c0c0><U>IT RESOURCE NETWORK<BR></U></FONT><STRONG><BR><FONT color=#0000ff>&nbsp;</STRONG><BR></FONT><A href="http://www.cloudcomputingnetwork.net/" target=_blank><STRONG><FONT color=#0000ff>THE CLOUD NETWORK</FONT></STRONG></A><FONT color=#0000ff> | </FONT><A href="http://www.thebpmnetwork.com/"><STRONG><FONT color=#0000ff>THE BPM NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.saasnetwork.net/"><STRONG><FONT color=#0000ff>THE SAAS NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetwork.net/"><STRONG><FONT color=#0000ff>THE SOA NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.web2network.net/"><STRONG><FONT color=#0000ff>WEB 2.0 NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG>
<P align=center><STRONG><FONT color=#0000ff>THE SOA NETWORK<BR></FONT></STRONG><A href="http://www.soagovernance.org/"><STRONG><FONT color=#0000ff>SOA Governance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soamanagement.net/"><STRONG><FONT color=#0000ff>SOA Management</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetworking.com/"><STRONG><FONT color=#0000ff>SOA Networking</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soasecurity.net/"><STRONG><FONT color=#0000ff>SOA Security</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaidentity.net/"><STRONG><FONT color=#0000ff>SOA Identity</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatest.net/"><STRONG><FONT color=#0000ff>SOA Test</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG></P>
<P align=center><STRONG><FONT color=#0000ff>SOA Verticals<BR></FONT></STRONG><A href="http://www.soafinance.net/"><STRONG><FONT color=#0000ff>SOA Finance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soagovernment.net/"><STRONG><FONT color=#0000ff>SOA Government</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soahealthcare.net/"><STRONG><FONT color=#0000ff>SOA Healthcare</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soainsurance.net/"><STRONG><FONT color=#0000ff>SOA Insurance</FONT></STRONG></A><STRONG><FONT color=#0000ff><BR></FONT></STRONG><A href="http://soamanufacturing.net/"><STRONG><FONT color=#0000ff>SOA Manufacturing</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaretail.net/"><STRONG><FONT color=#0000ff>SOA Retail</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatelecom.net/"><STRONG><FONT color=#0000ff>SOA Telecom</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soautilities.net/"><STRONG><FONT color=#0000ff>SOA Utilities</FONT></STRONG></A><BR><BR><BR></STRONG></FONT></FONT></FONT></STRONG></FONT><BR><BR><BR></P>
<H2></H2></FONT></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN>]]></content><summary>MindTree Limited, a global IT and R&amp;D services company, announced today that it has established a Testing Center of Excellence (CoE) in partnership with Hewlett Packard (HP), for HP’s quality and performance testing tools. The Testing CoE will enable MindTree to develop new testing frameworks and enhance its capabilities in offering proof of concepts to customers while increasing competence on HP software tools. 
- SOA Test Architect - SOA TEST NETWORK - THE SOA NETWORK </summary></entry><entry><title>Worksoft Announces Support for SOA Testing</title><link rel="alternate" href="http://soatestarchitect.com/2008/09/23/worksoft-announces-support-for-soa-testing.aspx?ref=rss" /><id>tag:soatestarchitect.com,2008-09-23:b44bc953-517b-45b9-8b23-edc20a858f1c</id><author><name>Gary E Smith - THE SOA NETWORK</name></author><category term="Press Release" /><updated>2008-09-23T07:17:21Z</updated><published>2008-09-23T07:06:00Z</published><content type="html"><![CDATA[<BR><BR><BR>
<P align=center><A href="http://www.cloudcomputingnetwork.net/"><IMG src="http://images.quickblogcast.com/26715-25380/Cloud_Computing___sml.png" width=477 border=0></A><BR><BR><BR>
<P align=center><FONT size=3>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";a
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "999999";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</FONT></P>
<P><FONT size=1><BR></FONT>&nbsp; <FONT size=2>
<DIV class=story_genre_notes>
<H1><FONT size=3><FONT size=2><SPAN class=large>
<DIV id=headline>
<CENTER><FONT size=3><FONT face=Verdana><FONT size=4><SPAN class=t>
<H3><FONT size=3>
<H4>Worksoft Announces Support for SOA Testing&nbsp; </H4></FONT></H3></H1></SPAN></FONT></FONT></FONT><FONT size=2><SPAN class=t2></SPAN></FONT></SPAN></FONT></FONT><FONT face=Verdana></DIV></CENTER></DIV>
<H1></H1>
<DIV class=ar>
<DIV class=story_genre_notes>
<DIV>
<DIV class=p>
<DIV class=p>
<DIV class=p>
<DIV class=p><SPAN class=normal>
<P><STRONG><EM>End-to-End Testing of Complex Web Services-based Composite Applications</EM></STRONG>&nbsp; </P>
<P>DALLAS--(<A href="http://www.businesswire.com/">BUSINESS WIRE</A>)--<A href="http://cts.businesswire.com/ct/CT?id=smartlink&amp;url=http%3A%2F%2Fwww.worksoft.com%2F&amp;esheet=5785462&amp;lan=en_US&amp;anchor=Worksoft%2C+Inc&amp;index=1" target=_blank shape=rect>Worksoft, Inc</A>., a leading provider of <A href="http://cts.businesswire.com/ct/CT?id=smartlink&amp;url=http%3A%2F%2Fwww.worksoft.com%2F&amp;esheet=5785462&amp;lan=en_US&amp;anchor=solutions&amp;index=1" target=_blank shape=rect>solutions</A> that accelerate deployments of SAP<SUP id=bwanpa21><SPAN id=bwanpa3>®</SPAN></SUP> applications, today announced the availability of Worksoft Certify<SUP id=bwanpa22>TM</SUP> for SOA (Service-Oriented Architecture) version 8.2.1. This announcement extends the testing coverage provided by Worksoft<SPAN id=bwanpa4>’</SPAN>s flagship product, Worksoft Certify, which also support technologies and platforms such as SAP solutions, .Net, HTML, JAVA, Unix, C++, and even the mainframe. </P>
<P><SPAN id=bwanpa5>“</SPAN>SOA drives business value by ensuring that the IT services required to quickly respond to changing business needs are delivered in a secure and manageable way,<SPAN id=bwanpa6>”</SPAN> said Bruce Johnson, CEO and President of Worksoft. <SPAN id=bwanpa7>“</SPAN>Worksoft Certify for SOA simplifies the validation of these dynamic, composite applications by allowing WSDLs and messages to be tested in the context of the end-to-end business process they support.<SPAN id=bwanpa8>”</SPAN> </P>
<P>Certify for SOA allows: </P>
<UL>
<LI class=bwlistitemmarginbottom>Tests to be designed and executed at the business process level to validate, in context, both the Web Services and the end-user application, covering the stack from bottom to top 
<LI class=bwlistitemmarginbottom>The simulations of both the messages and responses to allow test suites to be built and executed before producer services are even available, thereby compressing the overall SOA Project Lifecycle 
<LI class=bwlistitemmarginbottom>The automated identification of all changes to the XML and SOAP messages and test cases that are impacted with each new revision of the service 
<LI class=bwlistitemmarginbottom>Seamless integration into Certify<SPAN id=bwanpa9>’</SPAN>s existing repository of reports, requirements, test data and processes </LI></UL>
<P><B>About Worksoft Certify:</B> </P>
<P>Worksoft<SPAN id=bwanpa10>’</SPAN>s flagship product, Worksoft Certify, offers a patented and unique <SPAN id=bwanpa24>“</SPAN>scriptless<SPAN id=bwanpa12>”</SPAN> approach to functional and business process validation testing, which allows business analysts and functional users to define, execute, and maintain tests through a menu-driven interface with business language narratives. </P>
<P>Worksoft Certify provides a single integrated platform for testing business processes across the enterprise without relying on time-consuming and inefficient scripting processes. Processes that span multiple technologies and platforms such as SAP solutions, .Net, HTML, JAVA, and even the mainframe, can be effectively tested in a single, seamless test process. Worksoft Certify<SPAN id=bwanpa13>’</SPAN>s unique <SPAN id=bwanpa14>“</SPAN>learn<SPAN id=bwanpa15>”</SPAN> feature maps each screen of the customer<SPAN id=bwanpa16>’</SPAN>s application to automatically discover all of the functions it contains, such as input fields, labels, and pull down boxes, among others. </P>
<P>Information and demonstrations of Worksoft Certify for SOA are available by contacting Worksoft at 1-866-836-1773 or <A href="http://cts.businesswire.com/ct/CT?id=smartlink&amp;url=http%3A%2F%2Fwww.worksoft.com&amp;esheet=5785462&amp;lan=en_US&amp;anchor=www.worksoft.com&amp;index=1" target=_blank shape=rect>www.worksoft.com</A>. </P>
<P><B>About Worksoft, Inc.</B> </P>
<P>Worksoft pioneers innovative approaches to software quality testing, and is a premier provider of lifecycle automation solutions for use with SAP<SUP id=bwanpa23><SPAN id=bwanpa17>®</SPAN></SUP> solutions to reduce the total cost of ownership for users. Worksoft<SPAN id=bwanpa18>’</SPAN>s unique <SPAN id=bwanpa19>“</SPAN>scriptless<SPAN id=bwanpa20>”</SPAN> or code-free approach to creating and maintaining test cases speeds the rollout of SAP solutions by up to 60 percent; shortens time-to-value by improving reliability of business processes; and meets compliance, training and reporting requirements through the auto-generation of documentation and capture of reusable business process knowledge. Worksoft's customers include industry leaders in manufacturing, financial services, government, healthcare, retail and transportation. Worksoft was founded in 1998 and has its headquarters in Dallas, Texas. </P>
<P>Contact Worksoft at 1-866-836-1773 or visit <A href="http://cts.businesswire.com/ct/CT?id=smartlink&amp;url=http%3A%2F%2Fwww.worksoft.com&amp;esheet=5785462&amp;lan=en_US&amp;anchor=www.worksoft.com&amp;index=2" target=_blank shape=rect>www.worksoft.com</A> <BR></P>
<P><FONT size=1><I><BR>Worksoft and Worksoft Certify are registered trademarks of Worksoft, Inc.</I> </FONT></P>
<P><FONT size=1><I>SAP and all SAP logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries.</I> </FONT></P>
<P><FONT size=1><I>All other product and company names are marks of their respective owners.</I> <BR></FONT><BR></SPAN></FONT></FONT><BR><FONT< a><BR>__________________________________________________________________</SPAN><BR><BR><BR></P></DIV></DIV></DIV></DIV></DIV>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR><BR><FONT size=1>_________________________________________________________________________________________<BR></FONT><FONT size=2><BR><BR>
<P></P></DIV></DIV>
<DIV class=p><STRONG>
<P><FONT face=Verdana color=#0000ff><STRONG>Submit Press Releases to </STRONG></FONT><A href="http://www.soanetwork.net/"><FONT face=Verdana color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG> send to </STRONG></FONT><A href="mailto:SOA@pr2web.com"><FONT face=Verdana color=#c0c0c0><STRONG>SOA@pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>. <BR><BR>(For more details visit </STRONG></FONT><A href="http://www.pr2web.com/"><FONT face=Verdana color=#c0c0c0><STRONG>www.pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>).<BR></STRONG></FONT><EM><BR><FONT face=Verdana color=#0000ff><STRONG>For more resources on Service-Oriented Architecture check out:</STRONG></FONT></EM><FONT face=Verdana color=#0000ff><STRONG> </STRONG><A href="http://www.soanetwork.net/" target=_blank><FONT color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><BR></FONT></STRONG></FONT><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><A class="" href="http://soatestarchitect.com/" target=""><FONT color=#264772 size=2><STRONG>Back to Main Page</STRONG></FONT></A><BR><BR><BR><FONT face=Verdana size=2><STRONG>Gary E. Smith<BR>SOA Test Architect - </STRONG></FONT><EM><FONT size=2><FONT face=Verdana><STRONG>SOA Testing and Performance in a Connected World</STRONG></FONT><BR></FONT></EM><A class="" href="http://www.soanetwork.net/" target=_blank><EM><FONT size=2><IMG alt="Check out THE SOA NETWORK for the latest SOA NEWS" hspace=0 src="http://soatestarchitect.com/images/6585-6409/The_SOA_network_logo.jpg" border=0></FONT></EM></A>&nbsp; <BR></P></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<P align=center><FONT size=1><STRONG><FONT color=#000080><BR><BR><FONT size=1>
<P align=center><FONT size=1><STRONG><FONT color=#c0c0c0><U>IT RESOURCE NETWORK<BR></U></FONT><STRONG><BR><FONT color=#0000ff>&nbsp;</STRONG><BR></FONT><A href="http://www.cloudcomputingnetwork.net/" target=_blank><STRONG><FONT color=#0000ff>THE CLOUD NETWORK</FONT></STRONG></A><FONT color=#0000ff> | </FONT><A href="http://www.thebpmnetwork.com/"><STRONG><FONT color=#0000ff>THE BPM NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.saasnetwork.net/"><STRONG><FONT color=#0000ff>THE SAAS NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetwork.net/"><STRONG><FONT color=#0000ff>THE SOA NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.web2network.net/"><STRONG><FONT color=#0000ff>WEB 2.0 NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG>
<P align=center><STRONG><FONT color=#0000ff>THE SOA NETWORK<BR></FONT></STRONG><A href="http://www.soagovernance.org/"><STRONG><FONT color=#0000ff>SOA Governance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soamanagement.net/"><STRONG><FONT color=#0000ff>SOA Management</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetworking.com/"><STRONG><FONT color=#0000ff>SOA Networking</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soasecurity.net/"><STRONG><FONT color=#0000ff>SOA Security</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaidentity.net/"><STRONG><FONT color=#0000ff>SOA Identity</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatest.net/"><STRONG><FONT color=#0000ff>SOA Test</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG></P>
<P align=center><STRONG><FONT color=#0000ff>SOA Verticals<BR></FONT></STRONG><A href="http://www.soafinance.net/"><STRONG><FONT color=#0000ff>SOA Finance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soagovernment.net/"><STRONG><FONT color=#0000ff>SOA Government</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soahealthcare.net/"><STRONG><FONT color=#0000ff>SOA Healthcare</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soainsurance.net/"><STRONG><FONT color=#0000ff>SOA Insurance</FONT></STRONG></A><STRONG><FONT color=#0000ff><BR></FONT></STRONG><A href="http://soamanufacturing.net/"><STRONG><FONT color=#0000ff>SOA Manufacturing</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaretail.net/"><STRONG><FONT color=#0000ff>SOA Retail</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatelecom.net/"><STRONG><FONT color=#0000ff>SOA Telecom</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soautilities.net/"><STRONG><FONT color=#0000ff>SOA Utilities</FONT></STRONG></A><BR><BR><BR></STRONG></FONT></FONT></FONT></STRONG></FONT><BR><BR><BR></P>
<H2></H2></FONT></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN>]]></content><summary>Worksoft, Inc., a leading provider of solutions that accelerate deployments of SAP® applications, today announced the availability of Worksoft CertifyTM for SOA (Service-Oriented Architecture) version 8.2.1. This announcement extends the testing coverage provided by Worksoft’s flagship product, Worksoft Certify, which also support technologies and platforms such as SAP solutions, .Net, HTML, JAVA, Unix, C++, and even the mainframe. - SOA Test Architect - SOA TEST NETWORK - THE SOA NETWORK </summary></entry><entry><title>Parasoft and AmberPoint Announce Joint Solution for Ensuring Reliable, Compliant SOA Applications</title><link rel="alternate" href="http://soatestarchitect.com/2008/09/22/parasoft-and-amberpoint-announce-joint-solution-for-ensuring-reliable-compliant-soa-applications.aspx?ref=rss" /><id>tag:soatestarchitect.com,2008-09-22:065d4d1c-5835-4a5c-902e-5559099866d2</id><author><name>Gary E Smith - THE SOA NETWORK</name></author><category term="Press Release" /><updated>2008-09-23T07:19:10Z</updated><published>2008-09-22T07:02:00Z</published><content type="html"><![CDATA[<BR><BR><BR>
<P align=center><A href="http://www.cloudcomputingnetwork.net/"><IMG src="http://images.quickblogcast.com/26715-25380/Cloud_Computing___sml.png" width=477 border=0></A><BR><BR><BR>
<P align=center><FONT size=3>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";a
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "999999";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</FONT></P>
<P><FONT size=1><BR></FONT>&nbsp; <FONT size=2>
<DIV class=story_genre_notes>
<H1><FONT size=3><FONT size=2><SPAN class=large>
<DIV id=headline>
<CENTER><FONT size=3><FONT face=Verdana><FONT size=4><SPAN class=t>
<H3><FONT size=3>
<H4>Parasoft and AmberPoint Announce Joint Solution for Ensuring Reliable, Compliant SOA Applications </H4></FONT></H3></H1></SPAN></FONT></FONT></FONT><FONT size=2><SPAN class=t2></SPAN></FONT></SPAN></FONT></FONT><FONT face=Verdana></DIV></CENTER></DIV>
<H1></H1>
<DIV class=ar>
<DIV class=story_genre_notes>
<DIV>
<DIV class=p>
<DIV class=p>
<DIV class=p>
<DIV class=p><SPAN class=normal>
<P><EM><STRONG>SOA Industry Leaders Bridge the Gaps between Development, QA and Operations to Improve the Quality of System Components and End-to-End Transactions</STRONG></EM> </P>
<P>MONROVIA, Calif.--(<A href="http://www.businesswire.com/">BUSINESS WIRE</A>)--Parasoft Corporation and AmberPoint today announced closed-loop integration between their industry-leading SOA quality and runtime governance solutions. Their joint solution brings significant benefits to organizations by automating test suite generation, improving the accuracy of quality processes, raising team collaboration and reducing resolution times for complex and evolving Service Oriented Architecture (SOA) systems. </P>
<P>"Because SOA implementations involve increasingly distributed and complex systems, it becomes more challenging to create the sophisticated testing scenarios required for quality assurance across the service lifecycle," said Jason Bloomberg, Managing Partner, ZapThink. "These challenges threaten to extend testing lifecycles and reduce agility, but more importantly, they jeopardize system security and reliability. The integration between AmberPoint and Parasoft addresses these issues, giving organizations an automated way to generate realistic, true-to-production scenarios for exercising their services." </P>
<P><B>Bridging the Gap between Development, QA and Operations</B> </P>
<P>One of the greatest challenges of SOA quality is how to validate realistic transactions involving distributed services that may not be available for testing. Consider the example of a services-based account provisioning system that<SPAN id=bwanpa1>’</SPAN>s losing orders. To solve this problem, the development team has to test the fixed application in a safe sandbox that replicates the transaction flows of the production environment<SPAN id=bwanpa2>—</SPAN>or risk breaking the system upon redeploying the application. </P>
<P>The integrated Parasoft-AmberPoint solution helps teams overcome this challenge by automatically emulating<SPAN id=bwanpa3>—</SPAN>or virtualizing<SPAN id=bwanpa4>—</SPAN>services based on real-world historical data collected from the runtime environment. With this baseline established, teams can exercise distributed services in context<SPAN id=bwanpa5>—</SPAN>without impacting partners<SPAN id=bwanpa6>’</SPAN> normal business transactions. </P>
<P><SPAN id=bwanpa11>•</SPAN> Bases tests on running reality, not just synthetic messages </P>
<P><SPAN id=bwanpa12>•</SPAN> Comprehensive runtime data on individual services as well as end-to-end transactions </P>
<P><SPAN id=bwanpa13>•</SPAN> Detects the impact of errant changes before they affect production environments </P>
<P><SPAN id=bwanpa14>•</SPAN> Significantly reduces manual steps by automating baseline collection and test suite generation </P>
<P><SPAN id=bwanpa15>•</SPAN> Enables organizations to censor sensitive production data to comply with Sarbanes Oxley, HIPAA and other industry regulations </P>
<P><B>Customer Benefits:</B> </P>
<P><SPAN id=bwanpa16>•</SPAN> Improves the accuracy of quality processes </P>
<P><SPAN id=bwanpa17>•</SPAN> Improves team collaboration </P>
<P><SPAN id=bwanpa18>•</SPAN> Reduces the testing lifecycle and resolution times </P>
<P><SPAN id=bwanpa19>•</SPAN> Facilitates reliable, compliant SOA applications </P>
<P><SPAN id=bwanpa7>“</SPAN>Our closed-loop integration with AmberPoint is a big step forward,<SPAN id=bwanpa8>”</SPAN> said Wayne Ariola, Vice President of Business Development at Parasoft. <SPAN id=bwanpa9>“</SPAN>Bringing real-world historical data into the quality realm enables the development and QA not only makes testing more realistic, thereby improving the reliability of the applications, it also significantly shortens the testing lifecycle.<SPAN id=bwanpa20>”</SPAN> </P>
<P><B>About AmberPoint</B> </P>
<P>AmberPoint is the runtime SOA governance of choice for commercial organizations, federal agencies and software vendors alike. Utilizing a policy-based approach to manage the health and well-being of SOA applications, AmberPoint's industry-leading software brings real-time visibility and control to services and applications at each stage of the SOA lifecycle. For more information, contact AmberPoint at 510.663.6300 or <A href="mailto:info@amberpoint.com" target=_blank shape=rect>info@amberpoint.com</A>, or visit <A href="http://cts.businesswire.com/ct/CT?id=smartlink&amp;url=http%3A%2F%2Fwww.amberpoint.com&amp;esheet=5784383&amp;lan=en_US&amp;anchor=www.amberpoint.com&amp;index=1" target=_blank shape=rect>www.amberpoint.com</A> for a complimentary developer's edition of AmberPoint software. </P>
<P><B>About Parasoft</B> </P>
<P>For 20 years, Parasoft has investigated how and why software errors are introduced into applications. Our solutions leverage this research to deliver quality as a continuous process throughout the SDLC. This promotes strong code foundations, solid functional components, and robust business processes. Whether you are delivering Service-Oriented Architectures (SOA), evolving legacy systems, or improving quality processes<SPAN id=bwanpa10>—</SPAN>draw on our expertise and award-winning products to increase productivity and the quality of your business applications: <A href="http://cts.businesswire.com/ct/CT?id=smartlink&amp;url=http%3A%2F%2Fwww.parasoft.com&amp;esheet=5784383&amp;lan=en_US&amp;anchor=www.parasoft.com&amp;index=1" target=_blank shape=rect>www.parasoft.com</A>. </SPAN></FONT></FONT></SPAN></FONT><BR><BR><FONT< a><BR>__________________________________________________________________</SPAN><BR><BR><BR></P></DIV></DIV></DIV></DIV></DIV>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><FONT size=2><BR>
<P></P></DIV></DIV>
<DIV class=p><STRONG>
<P><FONT face=Verdana color=#0000ff><STRONG>Submit Press Releases to </STRONG></FONT><A href="http://www.soanetwork.net/"><FONT face=Verdana color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG> send to </STRONG></FONT><A href="mailto:SOA@pr2web.com"><FONT face=Verdana color=#c0c0c0><STRONG>SOA@pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>. <BR><BR>(For more details visit </STRONG></FONT><A href="http://www.pr2web.com/"><FONT face=Verdana color=#c0c0c0><STRONG>www.pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>).<BR></STRONG></FONT><EM><BR><FONT face=Verdana color=#0000ff><STRONG>For more resources on Service-Oriented Architecture check out:</STRONG></FONT></EM><FONT face=Verdana color=#0000ff><STRONG> </STRONG><A href="http://www.soanetwork.net/" target=_blank><FONT color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><BR></FONT></STRONG></FONT><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><A class="" href="http://soatestarchitect.com/" target=""><FONT color=#264772 size=2><STRONG>Back to Main Page</STRONG></FONT></A><BR><BR><BR><FONT face=Verdana size=2><STRONG>Gary E. Smith<BR>SOA Test Architect - </STRONG></FONT><EM><FONT size=2><FONT face=Verdana><STRONG>SOA Testing and Performance in a Connected World</STRONG></FONT><BR></FONT></EM><A class="" href="http://www.soanetwork.net/" target=_blank><EM><FONT size=2><IMG alt="Check out THE SOA NETWORK for the latest SOA NEWS" hspace=0 src="http://soatestarchitect.com/images/6585-6409/The_SOA_network_logo.jpg" border=0></FONT></EM></A>&nbsp; <BR></P></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<P align=center><FONT size=1><STRONG><FONT color=#000080><BR><BR><FONT size=1>
<P align=center><FONT size=1><STRONG><FONT color=#c0c0c0><U>IT RESOURCE NETWORK<BR></U></FONT><STRONG><BR><FONT color=#0000ff>&nbsp;</STRONG><BR></FONT><A href="http://www.cloudcomputingnetwork.net/" target=_blank><STRONG><FONT color=#0000ff>THE CLOUD NETWORK</FONT></STRONG></A><FONT color=#0000ff> | </FONT><A href="http://www.thebpmnetwork.com/"><STRONG><FONT color=#0000ff>THE BPM NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.saasnetwork.net/"><STRONG><FONT color=#0000ff>THE SAAS NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetwork.net/"><STRONG><FONT color=#0000ff>THE SOA NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.web2network.net/"><STRONG><FONT color=#0000ff>WEB 2.0 NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG>
<P align=center><STRONG><FONT color=#0000ff>THE SOA NETWORK<BR></FONT></STRONG><A href="http://www.soagovernance.org/"><STRONG><FONT color=#0000ff>SOA Governance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soamanagement.net/"><STRONG><FONT color=#0000ff>SOA Management</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetworking.com/"><STRONG><FONT color=#0000ff>SOA Networking</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soasecurity.net/"><STRONG><FONT color=#0000ff>SOA Security</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaidentity.net/"><STRONG><FONT color=#0000ff>SOA Identity</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatest.net/"><STRONG><FONT color=#0000ff>SOA Test</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG></P>
<P align=center><STRONG><FONT color=#0000ff>SOA Verticals<BR></FONT></STRONG><A href="http://www.soafinance.net/"><STRONG><FONT color=#0000ff>SOA Finance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soagovernment.net/"><STRONG><FONT color=#0000ff>SOA Government</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soahealthcare.net/"><STRONG><FONT color=#0000ff>SOA Healthcare</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soainsurance.net/"><STRONG><FONT color=#0000ff>SOA Insurance</FONT></STRONG></A><STRONG><FONT color=#0000ff><BR></FONT></STRONG><A href="http://soamanufacturing.net/"><STRONG><FONT color=#0000ff>SOA Manufacturing</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaretail.net/"><STRONG><FONT color=#0000ff>SOA Retail</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatelecom.net/"><STRONG><FONT color=#0000ff>SOA Telecom</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soautilities.net/"><STRONG><FONT color=#0000ff>SOA Utilities</FONT></STRONG></A><BR><BR><BR></STRONG></FONT></FONT></FONT></STRONG></FONT><BR><BR><BR></P>
<H2></H2></FONT></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN>]]></content><summary>Parasoft Corporation and AmberPoint today announced closed-loop integration between their industry-leading SOA quality and runtime governance solutions. Their joint solution brings significant benefits to organizations by automating test suite generation, improving the accuracy of quality processes, raising team collaboration and reducing resolution times for complex and evolving Service Oriented Architecture (SOA) systems. - SOA Test Architect - SOA TEST NETWORK - THE SOA NETWORK </summary></entry><entry><title>Business-process-driven gray-box SOA testing - IBM Systems Journal</title><link rel="alternate" href="http://soatestarchitect.com/2008/09/13/businessprocessdriven-graybox-soa-testing--ibm-systems-journal.aspx?ref=rss" /><id>tag:soatestarchitect.com,2008-09-13:a005e652-1799-4172-a11f-d8c2f3e20b33</id><author><name>Gary E Smith - THE SOA NETWORK</name></author><category term="Article" /><updated>2008-09-23T07:20:03Z</updated><published>2008-09-13T08:04:00Z</published><content type="html"><![CDATA[<BR><BR><BR>
<P align=center><A href="http://www.cloudcomputingnetwork.net/"><IMG src="http://images.quickblogcast.com/26715-25380/Cloud_Computing___sml.png" width=477 border=0></A><BR><BR><BR>
<P align=center><FONT size=3>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";a
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "999999";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</FONT></P>
<P><FONT size=1><BR></FONT>&nbsp; <FONT size=2>
<DIV class=story_genre_notes>
<H1><FONT size=3><FONT size=2><SPAN class=large>
<DIV id=headline>
<CENTER><FONT size=3><FONT face=Verdana><FONT size=4><SPAN class=t>
<H3><FONT size=3>
<H4>Business-process-driven gray-box SOA testing</H4></FONT></H3></H1></SPAN></FONT></FONT></FONT><FONT size=2><SPAN class=t2></SPAN></FONT></SPAN></FONT></FONT><FONT face=Verdana></DIV></CENTER></DIV>
<H1></H1>
<DIV class=ar>
<DIV class=story_genre_notes>
<DIV>
<DIV class=p>
<DIV class=p>
<DIV class=p>
<DIV class=p><SPAN class=normal>
<P><EM>"Challenges are emerging in testing service-oriented architecture (SOA) systems. Current testing is not sufficient to deal with the new requirements arising from several SOA features such as composition, loose coupling, and code without a graphical user interface. The most critical architecture information of an SOA solution is actually how services are composed and interact with each other. This paper proposes a gray-box testing approach, that is, an approach that involves having access to internal workings, data structures, and algorithms when designing the test cases but tests at the user level as a black box, that is, by applying inputs and observing outputs. This approach leverages business processes and the underlying SOA layered architecture to better test SOA solutions. A commonly used language to model business processes is BPEL (Business Process Execution Language), which is the focus of the approach described in this paper. Among the layered artifacts, the business process view represents the global behavior of the SOA system and thus is a good candidate as supplemental architectural information to the functional requirement or specification in test-case design and generation. This approach has three key enablers: test-path exploration, trace analysis, and regression test selection. BPELTester is an innovative tool that implements this method. It has been piloted in several projects and the initial pilot results are presented in this paper."</EM></P>
<P><BR>For&nbsp;the complete article:&nbsp; <A href="http://www.research.ibm.com/journal/sj/473/li.html" cmImpressionSent="1"><FONT color=#996699><STRONG>Business-process-driven gray-box SOA testing</STRONG></FONT></A><STRONG> <BR></STRONG><BR>SOURCE: IBM Systems Journal&nbsp;<BR></SPAN></FONT></FONT></SPAN></FONT><BR><BR><FONT< a><BR>__________________________________________________________________</SPAN><BR><BR><BR></P></DIV></DIV></DIV></DIV></DIV>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><FONT size=2><BR>
<P></P></DIV></DIV>
<DIV class=p><STRONG>
<P><FONT face=Verdana color=#0000ff><STRONG>Submit Press Releases to </STRONG></FONT><A href="http://www.soanetwork.net/"><FONT face=Verdana color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG> send to </STRONG></FONT><A href="mailto:SOA@pr2web.com"><FONT face=Verdana color=#c0c0c0><STRONG>SOA@pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>. <BR><BR>(For more details visit </STRONG></FONT><A href="http://www.pr2web.com/"><FONT face=Verdana color=#c0c0c0><STRONG>www.pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>).<BR></STRONG></FONT><EM><BR><FONT face=Verdana color=#0000ff><STRONG>For more resources on Service-Oriented Architecture check out:</STRONG></FONT></EM><FONT face=Verdana color=#0000ff><STRONG> </STRONG><A href="http://www.soanetwork.net/" target=_blank><FONT color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><BR></FONT></STRONG></FONT><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><A class="" href="http://soatestarchitect.com/" target=""><FONT color=#264772 size=2><STRONG>Back to Main Page</STRONG></FONT></A><BR><BR><BR><FONT face=Verdana size=2><STRONG>Gary E. Smith<BR>SOA Test Architect - </STRONG></FONT><EM><FONT size=2><FONT face=Verdana><STRONG>SOA Testing and Performance in a Connected World</STRONG></FONT><BR></FONT></EM><A class="" href="http://www.soanetwork.net/" target=_blank><EM><FONT size=2><IMG alt="Check out THE SOA NETWORK for the latest SOA NEWS" hspace=0 src="http://soatestarchitect.com/images/6585-6409/The_SOA_network_logo.jpg" border=0></FONT></EM></A>&nbsp; <BR></P></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<P align=center><FONT size=1><STRONG><FONT color=#000080><BR><BR><FONT size=1>
<P align=center><FONT size=1><STRONG><FONT color=#c0c0c0><U>IT RESOURCE NETWORK<BR></U></FONT><STRONG><BR><FONT color=#0000ff>&nbsp;</STRONG><BR></FONT><A href="http://www.cloudcomputingnetwork.net/" target=_blank><STRONG><FONT color=#0000ff>THE CLOUD NETWORK</FONT></STRONG></A><FONT color=#0000ff> | </FONT><A href="http://www.thebpmnetwork.com/"><STRONG><FONT color=#0000ff>THE BPM NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.saasnetwork.net/"><STRONG><FONT color=#0000ff>THE SAAS NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetwork.net/"><STRONG><FONT color=#0000ff>THE SOA NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.web2network.net/"><STRONG><FONT color=#0000ff>WEB 2.0 NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG>
<P align=center><STRONG><FONT color=#0000ff>THE SOA NETWORK<BR></FONT></STRONG><A href="http://www.soagovernance.org/"><STRONG><FONT color=#0000ff>SOA Governance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soamanagement.net/"><STRONG><FONT color=#0000ff>SOA Management</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetworking.com/"><STRONG><FONT color=#0000ff>SOA Networking</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soasecurity.net/"><STRONG><FONT color=#0000ff>SOA Security</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaidentity.net/"><STRONG><FONT color=#0000ff>SOA Identity</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatest.net/"><STRONG><FONT color=#0000ff>SOA Test</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG></P>
<P align=center><STRONG><FONT color=#0000ff>SOA Verticals<BR></FONT></STRONG><A href="http://www.soafinance.net/"><STRONG><FONT color=#0000ff>SOA Finance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soagovernment.net/"><STRONG><FONT color=#0000ff>SOA Government</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soahealthcare.net/"><STRONG><FONT color=#0000ff>SOA Healthcare</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soainsurance.net/"><STRONG><FONT color=#0000ff>SOA Insurance</FONT></STRONG></A><STRONG><FONT color=#0000ff><BR></FONT></STRONG><A href="http://soamanufacturing.net/"><STRONG><FONT color=#0000ff>SOA Manufacturing</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaretail.net/"><STRONG><FONT color=#0000ff>SOA Retail</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatelecom.net/"><STRONG><FONT color=#0000ff>SOA Telecom</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soautilities.net/"><STRONG><FONT color=#0000ff>SOA Utilities</FONT></STRONG></A><BR><BR><BR></STRONG></FONT></FONT></FONT></STRONG></FONT><BR><BR><BR></P>
<H2></H2></FONT></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN>]]></content><summary>   

 
Introduction  
Service-oriented architecture (SOA) provides a service ecosystem in which composite business-centric services can be assembled on the fly as requirements change. Testing of the new components is similar to traditional application testing, but testing the assembled processes requires new and more extensive testing approaches. - SOA Test Architect - SOA TEST NETWORK - THE SOA NETWORK </summary></entry><entry><title>Cloud Computing Gathers Steam With $6.4M Round for SOASTA</title><link rel="alternate" href="http://soatestarchitect.com/2008/09/08/cloud-computing-gathers-steam-with-64m-round-for-soasta.aspx?ref=rss" /><id>tag:soatestarchitect.com,2008-09-08:5ff128a4-77ab-4b66-846f-1ef170320dd8</id><author><name>Gary E Smith - THE SOA NETWORK</name></author><category term="Press Release" /><updated>2008-09-23T07:21:03Z</updated><published>2008-09-08T20:54:00Z</published><content type="html"><![CDATA[<BR><BR><BR>
<P align=center><A href="http://www.cloudcomputingnetwork.net/"><IMG src="http://images.quickblogcast.com/26715-25380/Cloud_Computing___sml.png" width=477 border=0></A>&nbsp;<BR><BR><BR>
<P align=center><FONT size=3>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";a
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "999999";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</FONT></P>
<P><FONT size=1><BR></FONT>&nbsp; <FONT size=2>
<DIV class=story_genre_notes>
<DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.1pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: 'Times New Roman'"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: 'Times New Roman'"><ITNTMPL_ARTICLE_PRINT_COMMENTOFF><FONT size=2>
<H1><FONT size=3><FONT size=2><SPAN class=large>
<DIV id=headline>
<CENTER><FONT size=3><FONT face=Verdana><FONT size=4><SPAN class=t>
<DIV id=companyLogosTop>
<H1 class=h1>
<H3><FONT size=3>Cloud Computing Gathers Steam With $6.4M Round for SOASTA</FONT></H3></H1></SPAN></FONT></FONT></FONT><FONT size=2><SPAN class=t2></SPAN></FONT></SPAN></FONT></FONT><FONT face=Verdana></DIV></CENTER></DIV></H1>
<DIV class=ar>
<DIV class=story_genre_notes>
<DIV>
<DIV class=p>
<DIV class=p>
<DIV class=p>
<DIV class=p><SPAN class=normal>
<P>MOUNTAIN VIEW, CA--(Marketwire - September 8, 2008) - SOASTA, the leading provider of cloud-based testing solutions, today announced the successful close of $6.4 million in Series B funding. New investor, Formative Ventures, a leading early-stage venture capital firm focused on next-generation emerging technologies, led the round with continuing participation from previous investors including Canaan Partners and The Entrepreneurs' Fund. The new funding will be used to support product enhancements, marketing, and business development efforts to address the growing demand for SOASTA's web testing solution for Cloud Computing environments. 
<P>SOASTA also announced that Clint Chao, co-founder and general partner at Formative Ventures, has been elected to the company's board, joining Canaan Partners and The Entrepreneurs' Fund. 
<P>"We're always on the lookout for promising companies that provide a critical missing link that can serve as a catalyst for market growth," said Clint Chao, general partner, Formative Ventures. "In SOASTA, we found a fast growing company that helps enterprises more readily and comfortably move their data onto cloud networks. SOASTA's 'reliability-as-a-service' solution enables companies to easily test the performance and scale of their platform, whether they're hosted behind a firewall, or out on one of the cloud networks, and that should further accelerate cloud market adoption." 
<P>Silicon Valley-based SOASTA launched in early 2008 with a new way of testing today's web applications and services. The company has amassed an impressive and growing list of customers, and was named a "Cool Vendor" by Gartner Group in its 2008 "Cool Vendors in Application Development (AD)." 
<P>"Progressive investors like Formative and Canaan who appreciate the new frontier of cloud computing will help SOASTA increase its market reach and penetration," said Tom Lounibos, CEO, SOASTA. "This round of financing will enable us to aggressively invest in our product and go-to-market strategies and plans, and is a testimony to the confidence our investors have in our company and market opportunity." 
<P><STRONG>About SOASTA </STRONG>
<P>SOASTA, Inc. (pronounced sō'-sta), is the leading provider of cloud-based testing solutions. SOASTA's mission is to ensure that today's web applications and services perform in a high quality, scalable, and predictable manner. The company's product, SOASTA CloudTest™, is available as an on demand service in the cloud or as an appliance (virtual and hardware), and enables developers to test and monitor their web applications and services at an affordable price. SOASTA CloudTest supports Load, Performance, Functional, and web UI/Ajax testing. SOASTA is privately held and headquartered in Mountain View, California. <BR><BR>For more information about SOASTA, please visit <A href="http://www.soasta.com/"><FONT color=#cc0000>www.soasta.com</FONT></A>. 
<P><FONT size=1>©SOASTA, Inc. 2008. SOASTA, SOASTA CloudTest and SOASTA CloudTest Lab are trademarks of SOASTA, Inc. All other trademarks are the property of their respective owners.</FONT> </SPAN></FONT></FONT></SPAN></FONT><BR><FONT< a><BR>__________________________________________________________________</SPAN><BR><BR><BR></P></DIV></DIV></DIV></DIV></DIV>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><FONT size=2><BR>
<P></P></DIV></DIV>
<DIV class=p><STRONG>
<P><FONT face=Verdana color=#0000ff><STRONG>Submit Press Releases to </STRONG></FONT><A href="http://www.soanetwork.net/"><FONT face=Verdana color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG> send to </STRONG></FONT><A href="mailto:SOA@pr2web.com"><FONT face=Verdana color=#c0c0c0><STRONG>SOA@pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>. <BR><BR>(For more details visit </STRONG></FONT><A href="http://www.pr2web.com/"><FONT face=Verdana color=#c0c0c0><STRONG>www.pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>).<BR></STRONG></FONT><EM><BR><FONT face=Verdana color=#0000ff><STRONG>For more resources on Service-Oriented Architecture check out:</STRONG></FONT></EM><FONT face=Verdana color=#0000ff><STRONG> </STRONG><A href="http://www.soanetwork.net/" target=_blank><FONT color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><BR></FONT></STRONG></FONT><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><A class="" href="http://soatestarchitect.com/" target=""><FONT color=#264772 size=2><STRONG>Back to Main Page</STRONG></FONT></A><BR><BR><BR><FONT face=Verdana size=2><STRONG>Gary E. Smith<BR>SOA Test Architect - </STRONG></FONT><EM><FONT size=2><FONT face=Verdana><STRONG>SOA Testing and Performance in a Connected World</STRONG></FONT><BR></FONT></EM><A class="" href="http://www.soanetwork.net/" target=_blank><EM><FONT size=2><IMG alt="Check out THE SOA NETWORK for the latest SOA NEWS" hspace=0 src="http://soatestarchitect.com/images/6585-6409/The_SOA_network_logo.jpg" border=0></FONT></EM></A>&nbsp; <BR></P></DIV></DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<P align=center><FONT size=1><STRONG><FONT color=#000080><BR><BR><FONT size=1>
<P align=center><FONT size=1><STRONG><FONT color=#c0c0c0><U>IT RESOURCE NETWORK<BR></U></FONT><STRONG><BR><FONT color=#0000ff>&nbsp;</STRONG><BR></FONT><A href="http://www.cloudcomputingnetwork.net/" target=_blank><STRONG><FONT color=#0000ff>THE CLOUD NETWORK</FONT></STRONG></A><FONT color=#0000ff> | </FONT><A href="http://www.thebpmnetwork.com/"><STRONG><FONT color=#0000ff>THE BPM NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.saasnetwork.net/"><STRONG><FONT color=#0000ff>THE SAAS NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetwork.net/"><STRONG><FONT color=#0000ff>THE SOA NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.web2network.net/"><STRONG><FONT color=#0000ff>WEB 2.0 NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG>
<P align=center><STRONG><FONT color=#0000ff>THE SOA NETWORK<BR></FONT></STRONG><A href="http://www.soagovernance.org/"><STRONG><FONT color=#0000ff>SOA Governance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soamanagement.net/"><STRONG><FONT color=#0000ff>SOA Management</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetworking.com/"><STRONG><FONT color=#0000ff>SOA Networking</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soasecurity.net/"><STRONG><FONT color=#0000ff>SOA Security</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaidentity.net/"><STRONG><FONT color=#0000ff>SOA Identity</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatest.net/"><STRONG><FONT color=#0000ff>SOA Test</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG></P>
<P align=center><STRONG><FONT color=#0000ff>SOA Verticals<BR></FONT></STRONG><A href="http://www.soafinance.net/"><STRONG><FONT color=#0000ff>SOA Finance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soagovernment.net/"><STRONG><FONT color=#0000ff>SOA Government</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soahealthcare.net/"><STRONG><FONT color=#0000ff>SOA Healthcare</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soainsurance.net/"><STRONG><FONT color=#0000ff>SOA Insurance</FONT></STRONG></A><STRONG><FONT color=#0000ff><BR></FONT></STRONG><A href="http://soamanufacturing.net/"><STRONG><FONT color=#0000ff>SOA Manufacturing</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaretail.net/"><STRONG><FONT color=#0000ff>SOA Retail</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatelecom.net/"><STRONG><FONT color=#0000ff>SOA Telecom</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soautilities.net/"><STRONG><FONT color=#0000ff>SOA Utilities</FONT></STRONG></A><BR><BR><BR></STRONG></FONT></FONT></FONT></STRONG></FONT><BR><BR><BR></P>
<H2></H2></FONT></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN>]]></content><summary>SOASTA, the leading provider of cloud-based testing solutions, today announced the successful close of $6.4 million in Series B funding. New investor, Formative Ventures, a leading early-stage venture capital firm focused on next-generation emerging technologies, led the round with continuing participation from previous investors including Canaan Partners and The Entrepreneurs' Fund. The new funding will be used to support product enhancements, marketing, and business development efforts to address the growing demand for SOASTA's web testing solution for Cloud Computing environments. 
- SOA Test Architect - SOA TEST NETWORK - THE SOA NETWORK </summary></entry><entry><title>Crosscheck Networks Sets the Industry Standard for SOA Testing with Introduction of SOAPSonar(TM) v4.0</title><link rel="alternate" href="http://soatestarchitect.com/2008/09/04/crosscheck-networks-sets-the-industry-standard-for-soa-testing-with-introduction-of-soapsonartm-v40.aspx?ref=rss" /><id>tag:soatestarchitect.com,2008-09-04:7aa595d1-c65f-4e0e-8e44-d560456c4a0d</id><author><name>Gary E Smith - THE SOA NETWORK</name></author><category term="Press Release" /><updated>2008-09-23T07:22:10Z</updated><published>2008-09-04T07:07:00Z</published><content type="html"><![CDATA[<BR><BR><BR>
<P align=center><A href="http://www.cloudcomputingnetwork.net/"><IMG src="http://images.quickblogcast.com/26715-25380/Cloud_Computing___sml.png" width=477 border=0></A>&nbsp;<BR><BR><BR>
<P align=center><FONT size=3>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";a
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "999999";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</FONT></P>
<P><FONT size=1><BR></FONT>&nbsp; <FONT size=2>
<DIV class=story_genre_notes>
<DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.1pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: 'Times New Roman'"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: 'Times New Roman'"><ITNTMPL_ARTICLE_PRINT_COMMENTOFF><FONT size=2>
<H1><FONT size=3><FONT size=2><SPAN class=large>
<DIV id=headline>
<CENTER><FONT size=3><FONT face=Verdana><FONT size=4><SPAN class=t>
<DIV id=companyLogosTop>
<H1 class=h1>
<H3><FONT size=3>Crosscheck Networks Sets the Industry Standard for SOA Testing with Introduction of SOAPSonar(TM) v4.0</FONT></H3></H1></SPAN></FONT></FONT></FONT><FONT size=2><SPAN class=t2></SPAN></FONT></SPAN></FONT></FONT><FONT face=Verdana></DIV></CENTER></DIV></H1>
<DIV class=ar>
<DIV class=story_genre_notes>
<DIV>
<DIV class=p>
<DIV class=p>
<DIV class=p>
<DIV class=p><SPAN class=normal>
<P>BOSTON, September 4 /PRNewswire/ -- </P>
<P>- Latest release enables QA and Development Teams to quickly measure the quality of their WSDLs through an automated scoring system </P>
<P>Crosscheck Networks, Inc., the market-leading provider of SOA Testing Tools, today announced immediate availability of SOAPSonar(TM) v.4.0. This release incorporates modules that enable QA and Development teams to quickly test the quality of their enterprise WSDLs based on an easy to understand scoring system. The scoring system provides the teams a valuable feedback loop to improve the quality of their WSDLs thus increasing interoperability, security and integrity of services. </P>
<P>"This release addresses one of the major pain points that SOA users face that is how to test for quality of WSDLs," said Mamoon Yunus, Chief Technology Officer at Forum Systems and advisor to Crosscheck Networks. "The latest SOAPSonar release offers unique capabilities that provide strong validation features that helps strengthen the quality of enterprise services." </P>
<P>The following features in SOAPSonar v4.0 enable testers to easily validate ever increasing sophisticated SOA web services deployments: </P><PRE>   <FONT face=Verdana> 
    -- WS-Policy Consumption and Policy Generation
    -- WSDL Scoring
    -- Custom XSD Schema Support
    -- Schematron Validation
    -- SmartCard Certificates
    -- Asynchronous Performance Testing
    -- Performance Testing Error Rates Statistics Optimization techniques to
       parse jumbo WSDLs and Schemas</FONT>
</PRE>
<P></P>
<P>Based on patent-pending XSD-mutation technology, SOAPSonar (TM) delivers on the four pillars of SOA Web services testing: functional regression, performance testing, security assessment and compliance validation. These four pillars ensure robust, scalable reliable and secure web services are deployed within an enterprise. </P>
<P>Pricing and Availability </P>
<P>SOAPSonar v4.0 is immediately available to all Crosscheck Networks customers running version 3.5 or later. For new customers, SOAPSonar pricing varies by model and starts at US$799 annual subscription per instance. </P>
<P><STRONG>About Crosscheck Networks </STRONG></P>
<P>Crosscheck Network's mission is to provide products for testing, diagnosing and controlling enterprise Web Services. Crosscheck Networks' products provide QA professionals, security personnel, and compliance officers with necessary information about the functional completeness, scalability, security and interoperability compliance of their Service Oriented Architecture (SOA). Through SOAPSonar(TM) -- industry leading comprehensive SOA testing product -- IT professionals make more informed decisions that enable their companies to stay within corporate quality and regulatory boundaries. The SOA diagnostics architecture is the first in the industry to encompass security, compliance, performance and functional regression under a unified architectural framework. The architecture enables the product to be deployed from the core to the perimeter of an enterprise. <BR><BR>Visit Crosscheck Networks at <A href="http://www.crosschecknet.com/" target=_blank>http://www.crosschecknet.com/</A>. </P>
<P>Web site: <A href="http://www.crosschecknet.com/" target=_blank>http://www.crosschecknet.com</A> </P></SPAN></FONT></FONT></SPAN></FONT><BR><FONT< a><BR>__________________________________________________________________</SPAN><BR><BR><BR></DIV></DIV></DIV></DIV></DIV>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><FONT size=2><BR></DIV></DIV>
<DIV class=p><STRONG>
<P><FONT face=Verdana color=#0000ff><STRONG>Submit Press Releases to </STRONG></FONT><A href="http://www.soanetwork.net/"><FONT face=Verdana color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG> send to </STRONG></FONT><A href="mailto:SOA@pr2web.com"><FONT face=Verdana color=#c0c0c0><STRONG>SOA@pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>. <BR><BR>(Content must be related to&nbsp;Cloud Computing&nbsp;to be published <BR>-&nbsp;for more details visit </STRONG></FONT><A href="http://www.pr2web.com/"><FONT face=Verdana color=#c0c0c0><STRONG>www.pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>).<BR></STRONG></FONT><EM><BR><FONT face=Verdana color=#0000ff><STRONG>For more resources on Service-Oriented Architecture check out:</STRONG></FONT></EM><FONT face=Verdana color=#0000ff><STRONG> </STRONG><A href="http://www.soanetwork.net/" target=_blank><FONT color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><BR></FONT></STRONG></FONT><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><A class="" href="http://soatestarchitect.com/" target=""><FONT color=#264772 size=2><STRONG>Back to Main Page</STRONG></FONT></A><BR><BR><BR><FONT face=Verdana size=2><STRONG>Gary E. Smith<BR>SOA Test Architect - </STRONG></FONT><EM><FONT size=2><FONT face=Verdana><STRONG>SOA Testing and Performance in a Connected World</STRONG></FONT><BR></FONT></EM><A class="" href="http://www.soanetwork.net/" target=_blank><EM><FONT size=2><IMG alt="Check out THE SOA NETWORK for the latest SOA NEWS" hspace=0 src="http://soatestarchitect.com/images/6585-6409/The_SOA_network_logo.jpg" border=0></FONT></EM></A>&nbsp; <BR></P></DIV></DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<P align=center><FONT size=1><STRONG><FONT color=#000080><BR><BR><FONT size=1>
<P align=center><FONT size=1><STRONG><FONT color=#c0c0c0><U>IT RESOURCE NETWORK<BR></U></FONT><STRONG><BR><FONT color=#0000ff>&nbsp;</STRONG><BR></FONT><A href="http://www.cloudcomputingnetwork.net/" target=_blank><STRONG><FONT color=#0000ff>THE CLOUD NETWORK</FONT></STRONG></A><FONT color=#0000ff> | </FONT><A href="http://www.thebpmnetwork.com/"><STRONG><FONT color=#0000ff>THE BPM NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.saasnetwork.net/"><STRONG><FONT color=#0000ff>THE SAAS NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetwork.net/"><STRONG><FONT color=#0000ff>THE SOA NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.web2network.net/"><STRONG><FONT color=#0000ff>WEB 2.0 NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG>
<P align=center><STRONG><FONT color=#0000ff>THE SOA NETWORK<BR></FONT></STRONG><A href="http://www.soagovernance.org/"><STRONG><FONT color=#0000ff>SOA Governance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soamanagement.net/"><STRONG><FONT color=#0000ff>SOA Management</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetworking.com/"><STRONG><FONT color=#0000ff>SOA Networking</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soasecurity.net/"><STRONG><FONT color=#0000ff>SOA Security</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaidentity.net/"><STRONG><FONT color=#0000ff>SOA Identity</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatest.net/"><STRONG><FONT color=#0000ff>SOA Test</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG></P>
<P align=center><STRONG><FONT color=#0000ff>SOA Verticals<BR></FONT></STRONG><A href="http://www.soafinance.net/"><STRONG><FONT color=#0000ff>SOA Finance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soagovernment.net/"><STRONG><FONT color=#0000ff>SOA Government</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soahealthcare.net/"><STRONG><FONT color=#0000ff>SOA Healthcare</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soainsurance.net/"><STRONG><FONT color=#0000ff>SOA Insurance</FONT></STRONG></A><STRONG><FONT color=#0000ff><BR></FONT></STRONG><A href="http://soamanufacturing.net/"><STRONG><FONT color=#0000ff>SOA Manufacturing</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaretail.net/"><STRONG><FONT color=#0000ff>SOA Retail</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatelecom.net/"><STRONG><FONT color=#0000ff>SOA Telecom</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soautilities.net/"><STRONG><FONT color=#0000ff>SOA Utilities</FONT></STRONG></A><BR><BR><BR></STRONG></FONT></FONT></FONT></STRONG></FONT><BR><BR><BR></P>
<H2></H2></FONT></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN>]]></content><summary>Crosscheck Networks, Inc., the market-leading provider of SOA Testing Tools, today announced immediate availability of SOAPSonar(TM) v.4.0. This release incorporates modules that enable QA and Development teams to quickly test the quality of their enterprise WSDLs based on an easy to understand scoring system. The scoring system provides the teams a valuable feedback loop to improve the quality of their WSDLs thus increasing interoperability, security and integrity of services. - SOA Test Architect - SOA TEST NETWORK - THE SOA NETWORK </summary></entry><entry><title>MindTree Intensifies Focus On SOA Testing</title><link rel="alternate" href="http://soatestarchitect.com/2008/09/02/mindtree-intensifies-focus-on-soa-testing.aspx?ref=rss" /><id>tag:soatestarchitect.com,2008-09-02:9318550e-56fc-4dc8-990a-7612368ad69f</id><author><name>Gary E Smith - THE SOA NETWORK</name></author><category term="Press Release" /><updated>2008-09-23T07:23:44Z</updated><published>2008-09-02T19:22:00Z</published><content type="html"><![CDATA[<BR><BR><BR>
<P align=center><A href="http://www.cloudcomputingnetwork.net/"><IMG src="http://images.quickblogcast.com/26715-25380/Cloud_Computing___sml.png" width=477 border=0></A>&nbsp;<BR><BR><BR>
<P align=center><FONT size=3>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";a
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "999999";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</FONT></P>
<P><FONT size=1><BR></FONT>&nbsp; <FONT size=2>
<DIV class=story_genre_notes>
<DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.1pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: 'Times New Roman'"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: 'Times New Roman'"><ITNTMPL_ARTICLE_PRINT_COMMENTOFF><FONT size=2>
<H1><FONT size=3><FONT size=2><SPAN class=large>
<DIV id=headline>
<CENTER><FONT size=3><FONT face=Verdana><FONT size=4><SPAN class=t>
<DIV id=companyLogosTop>
<H1 class=h1><FONT size=3>
<H3>MindTree Intensifies Focus On SOA Testing</H3></FONT></H1></SPAN></FONT><EM><FONT size=2>MindTree enters into a global partnership with iTKO LISA to build industry-specific SOA testing solutions for the Travel, Media, Retail and Banking, Financial Services and Insurance (BFSI) markets</FONT> </EM></FONT></FONT><FONT size=2><SPAN class=t2><FONT face=Verdana><BR><BR><BR></FONT></SPAN></FONT></SPAN></FONT></FONT><FONT face=Verdana></DIV></CENTER></DIV></H1>
<DIV class=ar>
<DIV class=story_genre_notes>
<DIV>
<DIV class=p>
<DIV class=p>
<DIV class=p>
<DIV class=p>WARREN, N.J., Sep 02, 2008 (BUSINESS WIRE) -- MindTree Limited, a global IT and R&amp;D services company, announced today that it has entered into a global strategic alliance with iTKO LISA, the leading provider of testing, validation and virtualization solutions for SOA (Service-Oriented Architecture) and enterprise software. MindTree will develop a ready-to-use testing framework and deliver solutions for the Travel, BFSI, Media and Retail industries using the iTKO tool set that will be made available to MindTree's customers across the globe helping them cut time-to-market by up to 20%. <BR></DIV>
<DIV class=p><BR>"SOA applications are gaining momentum in the IT Services market, and as adoption increases, MindTree is intensifying focus on providing industry-specific testing solutions with a core SOA test team approaching 200 people," said Ananda Rao Ladi, vice president and head of the Testing Practice at MindTree. "Through our alliance with iTKO, the capabilities of our SOA test team are further strengthened with the ability to test across components and differing standards, greatly increasing productivity and value." <BR></DIV>
<DIV class=p><BR>MindTree's independent Testing Practice is the largest group within the company with over 2000 members. MindTree's Testing Practice helpsdeliver business and technology solutions with world-class quality. MindTree provides partners with in-depth experience in test methodologies, frameworks, tools and processes. Its industry-focused testing services ensure that IT applications meet growing business needs with high performance and availability as well as ensure that products are of high quality and reliable. <BR></DIV>
<DIV class=p><BR>"MindTree's go-to-market approach with iTKO offers customers the best of both worlds in terms of SOA technology and expertise," said Satendar Bhatia, VP of strategic alliances at iTKO LISA. "Pairing the LISA solution's leading SOA testing and validation capabilities with MindTree's deep expertise in delivering total quality throughout the SOA lifecycle, will take much of the complexity and risk out of migrating and integrating complex systems for our joint customers."<BR>&nbsp;</DIV>
<DIV class=p>According to Gartner the market for IT professional services involving SOA, Web services and Web 2.0 will grow at a compound annual growth rate of 27% from $58.9 billion in 2006 to $154 billion in 20101. </DIV>
<DIV class=p>LISA stands for "Learn, Invoke, Simulate, Analyze," and is a unified SOA testing platform with the ability to deeply analyze and test most middle-tier and front-end components of SOA applications. When testing needs expand, LISA can also build and run directly against the targeted systems. The fully integrated LISA suite of products can test from design, to development and throughout deployment to meet the full quality lifecycle needs of enterprise software and SOA applications. <BR></DIV>
<DIV class=p><BR><BR><STRONG>About iTKO LISA <BR></STRONG></DIV>
<DIV class=p><BR>iTKO LISA offers the most comprehensive solution for testing, validating, and virtualizing Service-Oriented Architectures (SOA). iTKO's mission is to minimize the business risk inherent in making frequent changes to complex IT environments. Their LISA software suite provides Complete, Collaborative, and Continuous quality throughout the enterprise software delivery lifecycle. LISA enables the extended team, from development, to QA and business analysts to exercise multiple business technology layers within a single test case. LISA automates unit, functional, regression, load and performance tests, and virtualization of services and data. Founded in 1999, the Dallas-based company's customers include Citigroup, WaMu, Level3, TIBCO and eBay. </DIV>
<DIV class=p><A class=lk001 href="http://www.itko.com/" target=_blank><FONT color=#0000cc>http://www.itko.com</FONT></A> <BR></DIV>
<DIV class=p><BR><BR><STRONG>About MindTree </STRONG><BR></DIV>
<DIV class=p><BR>MindTree Limited is a global IT and R&amp;D Services Company co-headquartered in the U.S. and India. With a passion for customer satisfaction, MindTree partners with its clients to create a transparent, value-based relationship. Our domain experts deliver business-enabling solutions by leveraging a consulting led, framework-based and IP-driven approach. MindTree's IT Services business provides a range of services to CIOs across a variety of industry segments. Our R&amp;D Services business works with Technology companies to help build innovative products by providing Product Realization services. MindTree has acquired an 80% equity stake in Aztecsoft Ltd., a global leader in outsourced product development and independent testing. The Company intends to complete the merger by April 2009. <BR></DIV>
<DIV class=p><BR>MindTree was named among the Top 30 offshore service providers by the International Association of Outsourcing Professionals and Fortune Magazine. Widely known for its focus on human capital development, MindTree has been consistently rated among the most admired employers by several industry surveys, including Hewitt Associates and Mercer/TNS, and is also the winner of the MAKE Award for knowledge management. MindTree has been selected as one of the Top 25 companies for good Corporate Governance practices. MindTree is publicly listed in India. <BR><BR>Please visit us at <A class=lk001 href="http://www.mindtree.com/" target=_blank><FONT color=#0000cc>www.mindtree.com</FONT></A>. <BR></DIV>
<DIV class=p><BR><BR><FONT size=1>Editor's Note: </FONT></DIV>
<DIV class=p><FONT size=1>1. Dataquest Insight: Worldwide IT Professional Services Market Size and Forecast for SOA, Web Services, and Web 2.0, 2005-2010 -- May 7, 2007 <BR></FONT></DIV>
<DIV class=p><BR><BR>SOURCE: MindTree </DIV></FONT></FONT></SPAN></FONT><BR><FONT< a><BR>__________________________________________________________________</SPAN><BR><BR><BR></DIV></DIV></DIV></DIV></DIV>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><FONT size=2></DIV>
<DIV class=p><STRONG>
<P><FONT face=Verdana color=#0000ff><STRONG>Submit Press Releases to </STRONG></FONT><A href="http://www.soanetwork.net/"><FONT face=Verdana color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG> send to </STRONG></FONT><A href="mailto:SOA@pr2web.com"><FONT face=Verdana color=#c0c0c0><STRONG>SOA@pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>. <BR><BR>(Content must be related to&nbsp;Cloud Computing&nbsp;to be published <BR>-&nbsp;for more details visit </STRONG></FONT><A href="http://www.pr2web.com/"><FONT face=Verdana color=#c0c0c0><STRONG>www.pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>).<BR></STRONG></FONT><EM><BR><FONT face=Verdana color=#0000ff><STRONG>For more resources on Service-Oriented Architecture check out:</STRONG></FONT></EM><FONT face=Verdana color=#0000ff><STRONG> </STRONG><A href="http://www.soanetwork.net/" target=_blank><FONT color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><BR></FONT></STRONG></FONT><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><A class="" href="http://soatestarchitect.com/" target=""><FONT color=#264772 size=2><STRONG>Back to Main Page</STRONG></FONT></A><BR><BR><BR><FONT face=Verdana size=2><STRONG>Gary E. Smith<BR>SOA Test Architect - </STRONG></FONT><EM><FONT size=2><FONT face=Verdana><STRONG>SOA Testing and Performance in a Connected World</STRONG></FONT><BR></FONT></EM><A class="" href="http://www.soanetwork.net/" target=_blank><EM><FONT size=2><IMG alt="Check out THE SOA NETWORK for the latest SOA NEWS" hspace=0 src="http://soatestarchitect.com/images/6585-6409/The_SOA_network_logo.jpg" border=0></FONT></EM></A>&nbsp; <BR></P></DIV></DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<P align=center><FONT size=1><STRONG><FONT color=#000080><BR><BR><FONT size=1>
<P align=center><FONT size=1><STRONG><FONT color=#c0c0c0><U>IT RESOURCE NETWORK<BR></U></FONT><STRONG><BR><FONT color=#0000ff>&nbsp;</STRONG><BR></FONT><A href="http://www.cloudcomputingnetwork.net/" target=_blank><STRONG><FONT color=#0000ff>THE CLOUD NETWORK</FONT></STRONG></A><FONT color=#0000ff> | </FONT><A href="http://www.thebpmnetwork.com/"><STRONG><FONT color=#0000ff>THE BPM NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.saasnetwork.net/"><STRONG><FONT color=#0000ff>THE SAAS NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetwork.net/"><STRONG><FONT color=#0000ff>THE SOA NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.web2network.net/"><STRONG><FONT color=#0000ff>WEB 2.0 NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG>
<P align=center><STRONG><FONT color=#0000ff>THE SOA NETWORK<BR></FONT></STRONG><A href="http://www.soagovernance.org/"><STRONG><FONT color=#0000ff>SOA Governance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soamanagement.net/"><STRONG><FONT color=#0000ff>SOA Management</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetworking.com/"><STRONG><FONT color=#0000ff>SOA Networking</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soasecurity.net/"><STRONG><FONT color=#0000ff>SOA Security</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaidentity.net/"><STRONG><FONT color=#0000ff>SOA Identity</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatest.net/"><STRONG><FONT color=#0000ff>SOA Test</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG></P>
<P align=center><STRONG><FONT color=#0000ff>SOA Verticals<BR></FONT></STRONG><A href="http://www.soafinance.net/"><STRONG><FONT color=#0000ff>SOA Finance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soagovernment.net/"><STRONG><FONT color=#0000ff>SOA Government</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soahealthcare.net/"><STRONG><FONT color=#0000ff>SOA Healthcare</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soainsurance.net/"><STRONG><FONT color=#0000ff>SOA Insurance</FONT></STRONG></A><STRONG><FONT color=#0000ff><BR></FONT></STRONG><A href="http://soamanufacturing.net/"><STRONG><FONT color=#0000ff>SOA Manufacturing</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaretail.net/"><STRONG><FONT color=#0000ff>SOA Retail</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatelecom.net/"><STRONG><FONT color=#0000ff>SOA Telecom</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soautilities.net/"><STRONG><FONT color=#0000ff>SOA Utilities</FONT></STRONG></A><BR><BR><BR></STRONG></FONT></FONT></FONT></STRONG></FONT><BR><BR><BR></P>
<H2></H2></FONT></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN>]]></content><summary>MindTree Limited, a global IT and R&amp;D services company, announced today that it has entered into a global strategic alliance with iTKO LISA, the leading provider of testing, validation and virtualization solutions for SOA (Service-Oriented Architecture) and enterprise software. - SOA Test Architect - SOA TEST NETWORK - THE SOA NETWORK </summary></entry><entry><title>A.E.T. Europe B.V. and Crosscheck Networks Partner to Deliver Industry-First SOA Testing Solution for Strong Authentication</title><link rel="alternate" href="http://soatestarchitect.com/2008/08/26/aet-europe-bv-and-crosscheck-networks-partner-to-deliver-industryfirst-soa-testing-solution-for-strong-authentication.aspx?ref=rss" /><id>tag:soatestarchitect.com,2008-08-26:92061129-72e8-4f77-a49e-90e9605319d1</id><author><name>Gary E Smith - THE SOA NETWORK</name></author><category term="Press Release" /><updated>2008-09-23T07:25:45Z</updated><published>2008-08-26T06:25:00Z</published><content type="html"><![CDATA[<BR><BR><BR>
<P align=center><A href="http://www.cloudcomputingnetwork.net/"><IMG src="http://images.quickblogcast.com/26715-25380/Cloud_Computing___sml.png" width=477 border=0></A>&nbsp;<BR><BR><BR>
<P align=center><FONT size=3>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";a
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "999999";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</FONT></P>
<P><FONT size=1><BR></FONT>&nbsp; <FONT size=2>
<DIV class=story_genre_notes>
<DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; LETTER-SPACING: -0.1pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: 'Times New Roman'"><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: 'Times New Roman'"><ITNTMPL_ARTICLE_PRINT_COMMENTOFF><FONT size=2>
<H1><FONT size=3><FONT size=2><SPAN class=large>
<DIV id=headline>
<CENTER><FONT size=3><FONT face=Verdana><FONT size=4><SPAN class=t>
<DIV id=companyLogosTop>
<H1 class=h1><FONT size=3>
<H3><FONT size=3>A.E.T. Europe B.V. and Crosscheck Networks Partner to Deliver Industry-First SOA Testing Solution for Strong Authentication</FONT> </H3></FONT></H1></SPAN></FONT><BR></FONT></FONT><FONT size=2><SPAN class=t2><FONT face=Verdana>Crosscheck Networks SOAPSonar integrates with AET SafeSign Identity Client<BR>&nbsp;&nbsp;&nbsp; to test WS-Security using hardware tokens.<BR><BR><BR><BR></FONT></SPAN></FONT></SPAN></FONT></FONT><FONT face=Verdana></DIV></CENTER></DIV></H1>
<DIV class=ar>
<DIV class=story_genre_notes>
<DIV>
<DIV class=p>
<DIV class=p>
<DIV class=p>BOSTON, Aug. 26 /CNW/ -- Crosscheck Networks, the leading provider of SOA<BR>Testing products, today announced a partnership with A.E.T. Europe B.V. (AET),<BR>market leader in strong authentication with cryptographic tokens and Digital<BR>ID Management.&nbsp; The partnership enables Crosscheck Networks to provide SOA<BR>customers worldwide the ability to test WS-Security operations using hardware<BR>based smart cards and USB tokens as well as test secure SSL session with<BR>dynamic X509 client authentication using the hardware smart card certificate.<BR>The integration of SafeSign Identity Client (IC) with SOAPSonar testing<BR>product allows customers to quickly validate the interoperability of SOA<BR>client applications that utilize hardware-based smartcards for secure signed<BR>or encrypted SOAP/XML messages when communicating with SOA infrastructure<BR>components.<BR><BR>&nbsp;&nbsp;&nbsp; "AET is the market and technology leader when it comes to middleware for<BR>cryptographic tokens. Crosscheck Networks is pleased to partner with a company<BR>that delivers strong authentication worldwide to over 10 million users with<BR>more than 70 cards and USB tokens from more than 10 different manufacturers,"<BR>said Jack Hembrough, Board Advisor Crosscheck Networks.<BR><BR>&nbsp;&nbsp;&nbsp; Crosscheck Networks' industry-leading SOA testing software, SOAPSonar, is<BR>based on four pillars of SOA testing -- functional regression, performance,<BR>security, and compliance.&nbsp; The product simplifies testing at each stage of the<BR>SOA lifecycle.<BR><BR>&nbsp;&nbsp;&nbsp; "We are seeing increased use cases in Europe of SOA client applications<BR>utilizing hardware-based smartcards for SOAP-XML message cryptography," said<BR>Reinoud Weijman, Managing Director of AET.&nbsp; "SOAPSonar's integration with<BR>SafeSign IC allows SOA customers to easily test hardware-based cryptography<BR>for SOAP-XML before deploying production SOA client applications."<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; <STRONG>About AET<BR></STRONG>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; The Dutch company A.E.T. Europe B.V. (AET), headquartered in Arnhem and<BR>founded in 1998, is committed to IT security. AET offers its customers<BR>ingenious solutions based on worldwide accepted standards for e-commerce and<BR>information security.<BR>&nbsp;&nbsp;&nbsp; AET is setting new standards in the crucial business area of developing<BR>middleware for smart cards and USB tokens with its SafeSign Identity Client.<BR>Another of AET's bestsellers its BlueX Digital ID Management. This well-known<BR>and extremely adaptable system supports the simplification and automation of<BR>individual steps for the digital ID management process.<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; For more information, please visit <A href="http://www.aeteurope.com<br><br><br>&nbsp;&nbsp;&nbsp;">www.aeteurope.com<BR><BR><BR>&nbsp;&nbsp;&nbsp;</A> <STRONG>About Crosscheck Networks</STRONG><BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; Crosscheck Network's mission is to provide products for testing,<BR>diagnosing and controlling enterprise Web Services. Crosscheck Networks'<BR>products provide QA professionals, security personnel, and compliance officers<BR>with necessary information about the functional completeness, scalability,<BR>security and interoperability compliance of their Service Oriented<BR>Architecture (SOA).&nbsp; Through SOAPSonar(TM) -- industry leading comprehensive<BR>SOA testing product -- IT professionals make more informed decisions that<BR>enable their companies to stay within corporate quality and regulatory<BR>boundaries.&nbsp; The SOA diagnostics architecture is the first in the industry to<BR>encompass security, compliance, performance and functional regression under a<BR>unified architectural framework.&nbsp; The architecture enables the product to be<BR>deployed from the core to the perimeter of an enterprise.&nbsp; <BR><BR>Visit Crosscheck Networks at <A href="http://www.crosschecknet.com/">www.crosschecknet.com</A><BR></FONT></FONT></SPAN></FONT><BR><FONT< a><BR>__________________________________________________________________</SPAN><BR><BR><BR></DIV></DIV></DIV></DIV></DIV>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR>
<P align=center>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "6C82B5";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</P><BR><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><FONT size=2><BR></DIV>
<DIV class=p><STRONG>
<P><FONT face=Verdana color=#0000ff><STRONG>Submit Press Releases to </STRONG></FONT><A href="http://www.soanetwork.net/"><FONT face=Verdana color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG> send to </STRONG></FONT><A href="mailto:SOA@pr2web.com"><FONT face=Verdana color=#c0c0c0><STRONG>SOA@pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>. <BR><BR>(Content must be related to&nbsp;Cloud Computing&nbsp;to be published <BR>-&nbsp;for more details visit </STRONG></FONT><A href="http://www.pr2web.com/"><FONT face=Verdana color=#c0c0c0><STRONG>www.pr2web.com</STRONG></FONT></A><FONT face=Verdana color=#0000ff><STRONG>).<BR></STRONG></FONT><EM><BR><FONT face=Verdana color=#0000ff><STRONG>For more resources on Service-Oriented Architecture check out:</STRONG></FONT></EM><FONT face=Verdana color=#0000ff><STRONG> </STRONG><A href="http://www.soanetwork.net/" target=_blank><FONT color=#c0c0c0><STRONG>THE SOA NETWORK</STRONG></FONT></A><BR></FONT></STRONG></FONT><BR><FONT size=1>_________________________________________________________________________________________<BR><BR></FONT><A class="" href="http://soatestarchitect.com/" target=""><FONT color=#264772 size=2><STRONG>Back to Main Page</STRONG></FONT></A><BR><BR><BR><FONT face=Verdana size=2><STRONG>Gary E. Smith<BR>SOA Test Architect - </STRONG></FONT><EM><FONT size=2><FONT face=Verdana><STRONG>SOA Testing and Performance in a Connected World</STRONG></FONT><BR></FONT></EM><A class="" href="http://www.soanetwork.net/" target=_blank><EM><FONT size=2><IMG alt="Check out THE SOA NETWORK for the latest SOA NEWS" hspace=0 src="http://soatestarchitect.com/images/6585-6409/The_SOA_network_logo.jpg" border=0></FONT></EM></A>&nbsp; <BR></P></DIV></DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<P align=center><FONT size=1><STRONG><FONT color=#000080><BR><BR><FONT size=1>
<P align=center><FONT size=1><STRONG><FONT color=#c0c0c0><U>IT RESOURCE NETWORK<BR></U></FONT><STRONG><BR><FONT color=#0000ff>&nbsp;</STRONG><BR></FONT><A href="http://www.cloudcomputingnetwork.net/" target=_blank><STRONG><FONT color=#0000ff>THE CLOUD NETWORK</FONT></STRONG></A><FONT color=#0000ff> | </FONT><A href="http://www.thebpmnetwork.com/"><STRONG><FONT color=#0000ff>THE BPM NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.saasnetwork.net/"><STRONG><FONT color=#0000ff>THE SAAS NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetwork.net/"><STRONG><FONT color=#0000ff>THE SOA NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.web2network.net/"><STRONG><FONT color=#0000ff>WEB 2.0 NETWORK</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG>
<P align=center><STRONG><FONT color=#0000ff>THE SOA NETWORK<BR></FONT></STRONG><A href="http://www.soagovernance.org/"><STRONG><FONT color=#0000ff>SOA Governance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soamanagement.net/"><STRONG><FONT color=#0000ff>SOA Management</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soanetworking.com/"><STRONG><FONT color=#0000ff>SOA Networking</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soasecurity.net/"><STRONG><FONT color=#0000ff>SOA Security</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaidentity.net/"><STRONG><FONT color=#0000ff>SOA Identity</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatest.net/"><STRONG><FONT color=#0000ff>SOA Test</FONT></STRONG></A><STRONG><FONT color=#0000ff> </FONT></STRONG></P>
<P align=center><STRONG><FONT color=#0000ff>SOA Verticals<BR></FONT></STRONG><A href="http://www.soafinance.net/"><STRONG><FONT color=#0000ff>SOA Finance</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soagovernment.net/"><STRONG><FONT color=#0000ff>SOA Government</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soahealthcare.net/"><STRONG><FONT color=#0000ff>SOA Healthcare</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soainsurance.net/"><STRONG><FONT color=#0000ff>SOA Insurance</FONT></STRONG></A><STRONG><FONT color=#0000ff><BR></FONT></STRONG><A href="http://soamanufacturing.net/"><STRONG><FONT color=#0000ff>SOA Manufacturing</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soaretail.net/"><STRONG><FONT color=#0000ff>SOA Retail</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soatelecom.net/"><STRONG><FONT color=#0000ff>SOA Telecom</FONT></STRONG></A><STRONG><FONT color=#0000ff> | </FONT></STRONG><A href="http://www.soautilities.net/"><STRONG><FONT color=#0000ff>SOA Utilities</FONT></STRONG></A><BR><BR><BR></STRONG></FONT></FONT></FONT></STRONG></FONT><BR><BR><BR></P>
<H2></H2></FONT></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN>]]></content><summary>Crosscheck Networks, the leading provider of SOA
Testing products, today announced a partnership with A.E.T. Europe B.V. (AET),
market leader in strong authentication with cryptographic tokens and Digital
ID Management.  The partnership enables Crosscheck Networks to provide SOA
customers worldwide the ability to test WS-Security operations using hardware
based smart cards and USB tokens as well as test secure SSL session with
dynamic X509 client authentication using the hardware smart card certificate.
- SOA Test Architect - SOA TEST NETWORK - THE SOA NETWORK </summary></entry><entry><title>Isomorphic and SOASTA Partner to Deliver Robust AJAX RIA Load Testing in the Cloud and the Enterprise</title><link rel="alternate" href="http://soatestarchitect.com/2008/08/21/isomorphic-and-soasta-partner-to-deliver-robust-ajax-ria-load-testing-in-the-cloud-and-the-enterprise.aspx?ref=rss" /><id>tag:soatestarchitect.com,2008-08-21:892e2df7-9910-4b63-b737-a08630ae1ff5</id><author><name>Gary E Smith - THE SOA NETWORK</name></author><category term="Press Release" /><updated>2008-09-23T07:27:43Z</updated><published>2008-08-21T20:44:00Z</published><content type="html"><![CDATA[<BR><BR><BR>
<P align=center><A href="http://www.cloudcomputingnetwork.net/"><IMG src="http://images.quickblogcast.com/26715-25380/Cloud_Computing___sml.png" width=477 border=0></A>&nbsp;<BR><BR><BR>
<P align=center><FONT size=3>
<SCRIPT type=text/javascript><!--
google_ad_client = "pub-6726398379816193";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";a
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "999999";
//-->
</SCRIPT>

<SCRIPT src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
</SCRIPT>
</FONT></P>
<P><FONT size=1><BR></FONT>&nbsp; <FONT size=2>
<DIV class=story_genre_notes>
<DIV><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 11pt; FONT