<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Testing Tools in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/testing-tools/m-p/3962107#M946449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The testing tools we use are SE30 Runtime Analysis  and ST05 SQL trace. which says that how much time taken for each select statement and how many times it hits the data base tables etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Jun 2008 07:32:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-15T07:32:07Z</dc:date>
    <item>
      <title>Testing Tools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/testing-tools/m-p/3962105#M946447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which Testing Tools used in sap r/3 , explain each in brief.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jun 2008 02:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/testing-tools/m-p/3962105#M946447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-15T02:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Tools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/testing-tools/m-p/3962106#M946448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-catt.htm" target="test_blank"&gt;http://www.sap-img.com/sap-catt.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jun 2008 03:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/testing-tools/m-p/3962106#M946448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-15T03:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Tools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/testing-tools/m-p/3962107#M946449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The testing tools we use are SE30 Runtime Analysis  and ST05 SQL trace. which says that how much time taken for each select statement and how many times it hits the data base tables etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jun 2008 07:32:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/testing-tools/m-p/3962107#M946449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-15T07:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Tools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/testing-tools/m-p/3962108#M946450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAP TESTING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SAP users use CATT frequently to upload master data or to make changes to master data records. SAP Consultants and Abapers tend to use it for creating test data. The transactions run without user interaction. You can check system messages and test database changes. All tests are logged. The CATT records your keystrokes while performing the actual transaction. You then identify the fields that you wish to change in that view. Then export this data to a spreadsheet to populate with the data required. This is uploaded and executed saving you keying in the data manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For SAP R/3 we use CATT and ECATT tools.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both are very useful tools and generally used for automated functional testing.Reduces a large amount of cost and human effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even you can convert or call external tool scripts like mercury QTP etc from ECATT and run from ECATT itself.Also you can use these tools with solution manager to get awesome effortless testing and test plan management.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check my weblogs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part-1:Shows how to create a Parameterize CATT script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/community.user/blog/2007/02/05/create-and-migrate-catt-to-ecatt-part-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part-2:Shows how to migrate CATT to ECATT script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/community.user/blog/2007/02/06/create-and-migrate-catt-to-ecatt-part-2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1./people/community.user/blog/2007/01/02/integrating-ecatt-mercury-qtp-part-1&lt;/P&gt;&lt;P&gt;This one shows the minimum configuration required for QTP and ECATT integration on client and server side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2./people/community.user/blog/2007/01/15/integrating-ecatt-mercury-qtp-part-2&lt;/P&gt;&lt;P&gt;This one shows the standalone mode.e.g.mercury script is created and uploaded to ecatt and then executed from ecatt itself.Also,It is now possible to call this script from Solution manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3./people/community.user/blog/2007/01/22/integrating-ecatt-mercury-qtp-part-3&lt;/P&gt;&lt;P&gt;This one shows the integration mode which is most powerful as we can run QTP scripts from ECATT,Upload &amp;amp; download modify existing etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jun 2008 07:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/testing-tools/m-p/3962108#M946450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-15T07:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Tools</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/testing-tools/m-p/3962109#M946451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may cosider the use of unit tests, look at the details and links I gave in my answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[unit and system tests|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5441908"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jun 2008 10:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/testing-tools/m-p/3962109#M946451</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2008-06-15T10:43:40Z</dc:date>
    </item>
  </channel>
</rss>

