<?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: eCATT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt/m-p/9634298#M1762223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;There&lt;BR /&gt;are two scripting options available for recording eCATT scripts: SAPGUI and&lt;BR /&gt;TCD. TCD is faster than SAPGUI. SAPGUI must be used on the “enjoy” controls&lt;BR /&gt;functions in SAP as TCD has an issue with these items. TCD can be run in&lt;BR /&gt;background mode where SAPGUI is run in foreground. Is there an SAP official&lt;BR /&gt;recommendation on when to use SAPGUI over TCD and the limitations associated to&lt;BR /&gt;each type?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;As you rightly mentioned&lt;BR /&gt;eCATT has different drivers (commands) like TCD, SAPGUI, FUN etc., each&lt;BR /&gt;specialized for a particular task. With new SAP technologies like Web Dynpro&lt;BR /&gt;etc new drivers are created to enable automation of application based on these&lt;BR /&gt;technologies. Following flow chart helps to determine most appropriate driver&lt;BR /&gt;to be used to automate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;To summarize if the&lt;BR /&gt;SAPGUI screens are control intensive (Enjoy transactions) then please use &lt;STRONG&gt;SAPGUI&lt;/STRONG&gt;,&lt;BR /&gt;else for conventional transactions use of &lt;STRONG&gt;TCD&lt;/STRONG&gt; driver is recommended.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #00b050;"&gt;Note:&lt;/STRONG&gt;&lt;SPAN style="color: #00b050;"&gt; No single driver provides the best solution for every&lt;BR /&gt;application, several drivers can be used within the same script. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;One&lt;BR /&gt;of SAP's partners at my client said SAPGUI has less issues at the time of&lt;BR /&gt;upgrades than TCD recordings. I am trying to determine if this is really the&lt;BR /&gt;case. We had TCD recordings that had to be “re-recorded” at the time of our&lt;BR /&gt;upgrade to EHP6. However, not all TCD recordings had to be re-recorded. (Note&lt;BR /&gt;at this time we did not have any SAPGUI recordings.) My thought was that this&lt;BR /&gt;seemed more of an issue with the new SAPGUI log on as we upgraded that as well,&lt;BR /&gt;rather than TCD scripts being broken due to EHP6. We are trying to determine&lt;BR /&gt;something official on this as well.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;Test Script will not&lt;BR /&gt;normally fail whether its recorded using &lt;STRONG&gt;TCD&lt;/STRONG&gt; or &lt;STRONG&gt;SAPGUI&lt;/STRONG&gt; as long as&lt;BR /&gt;the GUI element id’s of the controls are intact to what was during the&lt;BR /&gt;recording of automated script and the expected control objected is available on&lt;BR /&gt;the screen where the execution control is at the runtime. I feel the change in&lt;BR /&gt;GUI element id’s of the recorded control object has resulted in the failure of&lt;BR /&gt;the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Aug 2013 17:23:23 GMT</pubDate>
    <dc:creator>AjayHS</dc:creator>
    <dc:date>2013-08-19T17:23:23Z</dc:date>
    <item>
      <title>eCATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt/m-p/9634297#M1762222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;My question is really a clarification/confirmation around the eCATT tool.&amp;nbsp; My client is looking for something official in regards to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;There are two scripting options available for recording eCATT scripts:&amp;nbsp; SAPGUI and TCD.&amp;nbsp; TCD is faster than SAPGUI.&amp;nbsp; SAPGUI must be used on the “enjoy” controls functions in SAP as TCD has an issue with these items.&amp;nbsp; TCD can be run in background mode where SAPGUI is run in foreground.&amp;nbsp; Is there an SAP official recommendation on when to use SAPGUI over TCD and the limitations associated to each type?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;One of SAP's partners at my client said &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt;SAPGUI has less issues at the time of upgrades than TCD recordings.&amp;nbsp; I am trying to determine if this is really the case. &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt; We had TCD recordings that had to be “re-recorded” at the time of our upgrade to EHP6.&amp;nbsp; However, not all TCD&lt;BR /&gt;recordings had to be re-recorded.&amp;nbsp; (Note at this time we did not have any SAPGUI recordings.)&amp;nbsp; My thought was that this seemed more of an issue with the new SAPGUI log on as we upgraded that as well, rather than TCD scripts being broken due to EHP6.&amp;nbsp; We are trying to determine something official on this as well.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Jason Au&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 00:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt/m-p/9634297#M1762222</guid>
      <dc:creator>jason_au</dc:creator>
      <dc:date>2013-08-14T00:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: eCATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt/m-p/9634298#M1762223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;There&lt;BR /&gt;are two scripting options available for recording eCATT scripts: SAPGUI and&lt;BR /&gt;TCD. TCD is faster than SAPGUI. SAPGUI must be used on the “enjoy” controls&lt;BR /&gt;functions in SAP as TCD has an issue with these items. TCD can be run in&lt;BR /&gt;background mode where SAPGUI is run in foreground. Is there an SAP official&lt;BR /&gt;recommendation on when to use SAPGUI over TCD and the limitations associated to&lt;BR /&gt;each type?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;As you rightly mentioned&lt;BR /&gt;eCATT has different drivers (commands) like TCD, SAPGUI, FUN etc., each&lt;BR /&gt;specialized for a particular task. With new SAP technologies like Web Dynpro&lt;BR /&gt;etc new drivers are created to enable automation of application based on these&lt;BR /&gt;technologies. Following flow chart helps to determine most appropriate driver&lt;BR /&gt;to be used to automate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;To summarize if the&lt;BR /&gt;SAPGUI screens are control intensive (Enjoy transactions) then please use &lt;STRONG&gt;SAPGUI&lt;/STRONG&gt;,&lt;BR /&gt;else for conventional transactions use of &lt;STRONG&gt;TCD&lt;/STRONG&gt; driver is recommended.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #00b050;"&gt;Note:&lt;/STRONG&gt;&lt;SPAN style="color: #00b050;"&gt; No single driver provides the best solution for every&lt;BR /&gt;application, several drivers can be used within the same script. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;One&lt;BR /&gt;of SAP's partners at my client said SAPGUI has less issues at the time of&lt;BR /&gt;upgrades than TCD recordings. I am trying to determine if this is really the&lt;BR /&gt;case. We had TCD recordings that had to be “re-recorded” at the time of our&lt;BR /&gt;upgrade to EHP6. However, not all TCD recordings had to be re-recorded. (Note&lt;BR /&gt;at this time we did not have any SAPGUI recordings.) My thought was that this&lt;BR /&gt;seemed more of an issue with the new SAPGUI log on as we upgraded that as well,&lt;BR /&gt;rather than TCD scripts being broken due to EHP6. We are trying to determine&lt;BR /&gt;something official on this as well.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;Test Script will not&lt;BR /&gt;normally fail whether its recorded using &lt;STRONG&gt;TCD&lt;/STRONG&gt; or &lt;STRONG&gt;SAPGUI&lt;/STRONG&gt; as long as&lt;BR /&gt;the GUI element id’s of the controls are intact to what was during the&lt;BR /&gt;recording of automated script and the expected control objected is available on&lt;BR /&gt;the screen where the execution control is at the runtime. I feel the change in&lt;BR /&gt;GUI element id’s of the recorded control object has resulted in the failure of&lt;BR /&gt;the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 17:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecatt/m-p/9634298#M1762223</guid>
      <dc:creator>AjayHS</dc:creator>
      <dc:date>2013-08-19T17:23:23Z</dc:date>
    </item>
  </channel>
</rss>

