<?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: Output Validation using ECATT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-validation-using-ecatt/m-p/5307245#M1223841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont have any screen shots unfortunately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably you can send me the program name and the system details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 04:29:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-20T04:29:11Z</dc:date>
    <item>
      <title>Output Validation using ECATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-validation-using-ecatt/m-p/5307241#M1223837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we use eCATT to validate outputs of a program?&lt;/P&gt;&lt;P&gt;Please Share some resources where I can learn about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 06:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-validation-using-ecatt/m-p/5307241#M1223837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T06:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Output Validation using ECATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-validation-using-ecatt/m-p/5307242#M1223838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ashan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simple answer is: YES, we can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The more elaborate answer it: The effort depends on how the program generates the output to be tested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I give you a few examples:&lt;/P&gt;&lt;P&gt;(1) If the report creates an object (e.g. VA01 creates sales order) then the report sends a final success message as output which can be captured using the MESSAGE...ENDMESSAGE pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) If the report modifies DB table entries then you can select these entries using the GETTAB pattern combined with the CHEVAR pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3) If the (custom) report generates more complex output then it is advisable that the report allows easy access to this output, e.g. by exporting the output to the ABAP memory. Then you can try to fetch the output within your eCATT script using ABAP...ENDABAP and evaluate it by ABAP means.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details please refer to:&lt;/P&gt;&lt;P&gt;[eCATT: extended Computer Aided Test Tool (BC-TWB-TST-ECA)|http://help.sap.com/saphelp_nw04/helpdata/en/1b/e81c3b84e65e7be10000000a11402f/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 06:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-validation-using-ecatt/m-p/5307242#M1223838</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2009-03-18T06:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Output Validation using ECATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-validation-using-ecatt/m-p/5307243#M1223839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes , eCATT can be used to perform the checks on the output of the programs in the following ways :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Database checks if the program that you are talking about modifies any table entries&lt;/P&gt;&lt;P&gt;-&amp;gt; Screen checks if there is any updation on the value of the screen fields through GETGUI command&lt;/P&gt;&lt;P&gt;-&amp;gt; You can also use MESSAGE.... ENDMESSAGE command to check for the appearence of the messages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it answers your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 18:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-validation-using-ecatt/m-p/5307243#M1223839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T18:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Output Validation using ECATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-validation-using-ecatt/m-p/5307244#M1223840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ajay &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you provide any screen shot for this, so that we can understand better&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vagdevi on May 18, 2009 5:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 12:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-validation-using-ecatt/m-p/5307244#M1223840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-18T12:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Output Validation using ECATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-validation-using-ecatt/m-p/5307245#M1223841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont have any screen shots unfortunately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably you can send me the program name and the system details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-validation-using-ecatt/m-p/5307245#M1223841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:29:11Z</dc:date>
    </item>
  </channel>
</rss>

