Automation GUI

Please provide information on what is Automation GUI, how it is useful for Recording and Playing back the scripts.
Provide information onSynactive GUIXT and what is the process to run as a batch?
Thanks in ADVANCE.

Hi Kishore,
                 If you mean SAPGUI driver to record controls like tree structure and so on, refer this help link.
In this below link'
Select Developing Test Scripts --> Testing Applications --> Using SAPGUI (Record) to Record Transactions
http://help.sap.com/saphelp_nw04/helpdata/en/1b/e81c3b84e65e7be10000000a11402f/frameset.htm
Thanks and Kind Regards
Mohan

Similar Messages

  • Automated GUI testing

    Hey,
    I'm developing an application using UI5 and I'm currently looking for a tool that allows me to record automated GUI test cases.
    Usually we are using HP QuickTest for that purpose but it seems not to support UI5.
    Can you recommend me any Software that actually does support UI5 and can create automated GUI tests?
    Thanks!
    Regards, Timo

    Hi Timo,
    this is not my main expertise, but UI5 development internally also uses QTP. Maybe with additional plug-ins.
    But we are moving towards Selenium for UI tests.
    qUnit mentioned above is a code-based unit-testing tool which comes from jQuery and is also heavily used. The official documentation and some of our example test pages *.qunit.html should make it easy to write your own tests. But it's not really recording UI interaction.
    Regards
    Andreas

  • Automating GUI Operations

    Hi
    Anybody have a suggested tool for automating GUI tasks from a shell script ......
    Thanks
    Brian

    generally, whatever you run from a GUI will have a command line equivalent - or will issue commands - you'll need to do some digging and find out what these commands are, and then put them in a script.
    You could use ps -ef to show the commands that are running after you've pressed a GUI button (assuming it runs for long enough) or resort to the manuals which may list the commands.
    What application is it? That might narrow down the answer a bit.

  • Webinar (Aug 11): How to create Cross-Platform Automated GUI Tests for Java Apps

    Join Squish expert, Amanda Burma, and learn how to create cross-platform automated GUI tests for your Java applications!
    Register here (multiple time slots)
    August 11th 2014
    Duration: 30 minutes plus Q & A
    This webinar will cover:
    General Squish for Java overview
    Automating BDD Scenarios
    Executing Cross-Platform Automated GUI Tests
    Interacting with Java application objects, properties & API
    See you there!
    Unable to attend? Register and we'll send links to future events and access to our webinar archive following the event.
    Webinar schedule
    Learn more about Squish
    Evaluate froglogic squish

    <property name="messaging.client.jar.path" value="Location in your local drive" />
    <property name="messaging.client.jar.name" value="nameOfYourFile.jar" />

  • SAP  Automation GUI  Interface Files

    Hi,
    I am trying to locate the files I need for the SAP Automation GUI Interfaces (BC-FES-AIT).
    The files are guilib.dll, guilib.lib, guilib.h.
    Does anyone know where I can get these files?
    Thanks, Chris

    Hello people,
    Could you somebody help me in this question ?
    The SAP Automation is supported in the ERP 6.0 ?
    One user in our company is asking to implement an application that use SAP Automation (http://help.sap.com/saphelp_46c/helpdata/de/8c/20e2ab493311d1894a0000e829fbbd/frameset.htm) in order to call RFC in our R/3 4.6c. In the end of this year we are going to migrate to ERP 6.0 and I'm not sure that this kind of technology is supported in this version.
    The application is an 3rd party software from T-Systems developed in Powerbuilder and comunicate with R/3 using RFC.
    Thanks in advance
    Regards
    Sérgio Herculano
    [email protected]

  • Spotlight: How to update Finder/Spot Comments without Finder/Automator/GUI?

    I am trying to find a way to update the Spotlight Comments field without using a GUI like Finder/Automator.
    OS X provides good commandline tools for reading metadata.
    % mdls myfile
    would list:
    kMDItemFinderComment = "This is David's file."
    This is good for searching.
    Now, I need to write/update the metadata instead of just reading it. E.g. I want something like
    % mdupdate kMDItemFinderComment "This is Aber's file now."
    I have searched through the documentation for Spotlight but all the examples given were on querying the file. There is no documentation for updating metadata programmatically.
    Since OS X did not provide any command line tool to update metadata, is there some C/Carbon/Cocoa API I can call from a C program to do so? If yes, then I can write a command line C program to achieve what I need.
    (or could someone point me to third party command line app to do likewise?)
    Any help would be greatly appreciated.

    Hi David,
    I noticed the same thing/shortcoming a while ago. I think what you're after is an excellent comandline tool called 'xattr'. Have a look here, you can download the source or the binary from the links on that page.

  • Is there a tool for automated GUI feeding?

    Hi!
    I did not find a better place for this question:
    Let's assume that I have a running Java GUI, is there any tool to access the GUI elements, i.e. to connect to a running GUI (from another script or program), push buttons and fill in text to text fields and so on?
    I would like to perform automated tests..
    Best regards

    Hello,
    You can use the freeware tool Marathon. It is a nice tool which can be used for automated testing. It also has a script recorder. The script is in jython which makes our job easier.
    You can find this at,
    http://marathonman.sourceforge.net/
    Ranga.

  • Searching for a GUI testing tool

    Hi all,
    I would like to create automated GUI tests for my Flex Air application which uses the 4.12 Apache Flex SDK. Unfortunately the most appealing testing tool is Flex Monkey which is not supported anymore by Gorilla Logic. Is there a way to make it work with the latest Flex SDK or do you know a tool that can be used for the same purpose and is able to leverage the latest Apache Flex SDK's automation library?

    See https://bugs.eclipse.org/bugs/show_bug.cgi?id=114159.
    "Paul Slauenwhite" <[email protected]> wrote in message
    news:g2o9dp$n8a$[email protected]..
    > Hi Hans,
    > Note, the AGR only supports Eclipse applications and not RCP/SWT
    > applications.
    >
    > An AGR recording is an XML macro containing events on widgets for
    > playback. Only verification hooks are implemented in Java code.
    >
    > Paul
    > "Hans Schwaebli" <[email protected]> wrote in message
    > news:be7ec383d2fbbae62ebcc7dd79fa3f11$[email protected]..
    >> We are searching for a GUI test tool or framework for testing RCP
    >> applications.
    >>
    >> I downloaded the TPTP version of Eclipse
    >> (eclipse-rcp-europa-winter-win32.zip) and installed the latest TPTP
    >> (webinstall). But I discovered that I only can do HTTP recording then.
    >>
    >> We need to record SWT events instead. Is this possible with TPTP?
    >>
    >> It seems to be possible according to
    >> http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI.html#2.0
    >>
    >> But there is no wizard "TPTP Automated GUI Tests" in my Eclipse. Why not?
    >>
    >> Another question is, whether that only records in XML or if it can be
    >> recorded as Java statements too?
    >>
    >
    >

  • Automator, smotomator...What's the deal YO...

    I want to use the Automator just because. I would like to know what you all have done, create with Automator that helps your day easier. I am trying to get an understanding of what Automator does? What setups have you all done that you use everyday?
    Thanks
    Doobs

    A few things I have done with Automator:
    There's a website that I need to visit every day, and click a button to update my statistics on it. I wrote an Automator script to log in and push the button, and then saved it as an iCal plugin to do it automatically at the same time for me every day.
    I also wrote a script to switch to the login window and then put my Mac to sleep. I used Spark to run this script when I press control-F13.
    During the Olympics, I hooked up a camcorder though a VCR, so that I could import TV to iMovie. I wanted to record all the gymnastics events that came on in the middle of the night while I was asleep. I wrote an Automator GUI script to push iMovie's Import button, and then saved it as an iCal plugin, set to run at the time the program came on in the middle of the night, and again at the time the program ended.

  • SAP Automation - Info needed

    Hi,
    I need to use SAP automation GUI to load some data. Anybody having document to how to load  please send me the link.
    Thanks
    Sa_R

    hi Sa_R,
    what u need specifically to load?
    try to search in these web:
    http://help.sap.com/saphelp_nw70/helpdata/en/69/f7e5377eec360be10000009b38f8cf/frameset.htm
    Regards
    Allan Cristian
    Message was edited by:
            Allan Cristian

  • Automator step function bug in Lion

    Thought I would try reposting this problem to see if anyone can help.  I just upgraded to Lion from Snow Leopard and now when I create a workflow in Automator the Step function on the Automator GUI does not work.  I am able to step through the first action in the workflow, but then the Step icon becomes inactive and the status line at the bottom of the Automator window says "Running."  This happens on two different machines that were upgraded to Lion and it happens for a brand new user account as well.  It occurs even using newly created, *very* simple, two-step workflows.  Is there a way to completely reset or reinitialize Automator so I know this is not just some kind of configuration bug?
    Here's the related thread: automator perpetually running on second action
    Thanks!
    Dave

    See my reply in the other thread.  I'm convinced there is an Automator bug in Lion which broke the Single Step through a Workflow functionality.
    See: https://discussions.apple.com/message/18033972#18033972

  • Is u201CSAP Automation GUIu201D replaced by u201CSAPGUI scripting APIu201D?

    Hi experts,
      Our developers write "SAP Automation GUI" in 3.1I and it does not
    work on ECC 6. Please see attachment. It return 'FALSE' when calling SAP.logon. Does this mean SAP no longer support it? From note 423522. "BC-FES-AIT-GLB: - SAP Automation GUI: No replacement". But many guys in SDN say it is replaced. How to I solve it if it is not?
    Sub SAPLogon()
        Dim iCtrl As Integer
        Dim bOK As Boolean
        ' Uncomment following 2 lines if Sap is not declared globally
        Set Sap = CreateObject("SapAutoGui.Event")
        bOK = Sap.Connect("QCAPRD3", "00", SapGuiMerlin Or SapGuiFullMenu)
        OKCheck bOK, "Error in opening connection"
        Sap.RowDimension = 24
        Sap.RowListDimension = 24
        Sap.ColumnDimension = 80
        Sap.ColumnListDimension = 80
        Sap.SetSizeFlag = True
        OKCheck bOK, "Error in opening connection"
        ' Replace txtPassword with an actual password or password variable
        bOK = Sap.Logon("318", "user", "password", "")
        OKCheck bOK, "Error in logon"
        ScreenCheck "SAPMSYST", "0040"
    End Sub

    Hi Dennis,
    yes, please take a look at note 398074:
      SAP Automation GUI: removed without replacement                                                                               
    -  ITOLE: removed without replacement                                                                               
    -  GUILIB: removed without replacement (If necessary, you can          
         individually replace it with "SAP GUI Scripting" - for this         
         refer to SAP GUI Family => "SAP GUI             
         Scripting".)                                                        
    Regards,
    Martin

  • Determine avg of student_marks quickly

    Hi every body,
    i have a table thrat contain approximately
    one million records, and i made a function that determine avg of selected student, but i takes 1 to 2 minutes (or more) to return the avg of this student, my question is :
    1) is this normal.
    2) can i get the avg of selected student more quickly (less then 10sec).
    the procedure i used look like following:
    CREATE OR REPLACE FUNCTION STU_AVG (STU_NO NUMBER) RETURN NUMBER IS
    AVG1 NUMBER(5,2) := 0;
    SUM_HOUR NUMBER(5) := 0;
    AVG2 NUMBER(5,2);
    BEGIN
    -- SUBJECT_NO CHAR(9) THE 7TH Digit repesent No. hours for this subject/course
    FOR R IN (SELECT NVL(STUDENT_MARK * SUBSTR(SUBJECT_NO,7,1),0) STU_MARK,
    SUBSTR(SUBJECT_NO,7,1) * 100 SUB_HOUR,
    SM.SUB_NO,STUDENT_MARK,SEMESTER_NO
    FROM
    V_SUBJECT_MARKS SM,SUBJECT S
    WHERE
    SM.SUB_NO = S.SUB_NO
    AND
    STUDENT_NO = STU_NO
    AND
    STUDENT_MARK IS NOT NULL
    AND
    STUDENT_MARK > 10
    AND
    (SUBJECT_NO IN (SELECT SUBJECT_NO FROM C_STUDYPLAN_DETAIL2 WHERE STUDYPLAN_NO =
    (SELECT SUBSTR(STUDYPLAN_NO,5,1) FROM STUDENT_ACADEMIC
    WHERE STUDENT_NO = STU_NO) )
    OR
    SUBJECT_NO IN (SELECT SUBJECT_NO FROM D_STUDYPLAN_DETAIL2 WHERE STUDYPLAN_NO =
    (SELECT SUBSTR(STUDYPLAN_NO,5,1) FROM STUDENT_ACADEMIC
    WHERE STUDENT_NO = STU_NO)) ) )
    LOOP
    IF R.STUDENT_MARK >= 60 THEN
    FOR R1 IN (SELECT 1 FROM V_SUBJECT_MARKS WHERE STUDENT_NO = STU_NO AND SEMESTER_NO
    <> R.SEMESTER_NO AND SUB_NO = R.SUB_NO AND STUDENT_MARK >= R.STUDENT_MARK )
    LOOP
    R.STU_MARK := 0;
    R.SUB_HOUR := 0;
    END LOOP;
    ELSIF R.STUDENT_MARK > 10 AND R.STUDENT_MARK < 60 THEN
    FOR R1 IN (SELECT COUNT(1) FROM V_SUBJECT_MARKS WHERE STUDENT_NO = STU_NO AND SEMESTER_NO
    <> R.SEMESTER_NO AND SUB_NO = R.SUB_NO AND STUDENT_MARK >= 60
    HAVING COUNT(1) = 2)
    LOOP
    R.STU_MARK := 0;
    R.SUB_HOUR := 0;
    END LOOP;
    END IF;
    SUM_HOUR := SUM_HOUR + R.SUB_HOUR;
    AVG1 := AVG1 + R.STU_MARK;
    END LOOP;
    IF SUM_HOUR = 0 THEN
    RETURN 0;
    END IF;
    AVG2 := (AVG1/SUM_HOUR) * 100;
    RETURN AVG2 ;
    END;
    /

    Maher
    Speaking generally, in PL/SQL there are literally hundreds of ways to skin a cat. I have created applications that took 50 parameters, joined 20 tables, queried 200 Million records, and returned the results in < 3 seconds on a machine no more powerful then my laptop! I have also written applications that join only 3 or 4 tables, query 5000 records and it takes 3 minutes, and it took me a long time to figure out why. It all comes down to how you write the query and how your database is tuned. For example, using functions like substr on subject_no will cause an index on subject_no not to be used, by the same token you could utilitze a function based index to index the product of student_mark*substr(subject_no,7,1) which would speed the query, or create a materialized view (an automatically updated summary table). The first thing that I would try to do is isolate where your bottleneck is, your code has 4 nested select statements within the original select statement. If using a substr or lack of an index causes this query to do a full table scan, then the database has to run 5 million queries PLUS another million depending on how the result is routed by your if statement.
    That being said, I would examine each of your select statements (separately) to see which ones are your bottlenecks. To do that you could use Sql*Plus to run each of your queries and time how long it takes to run.
    SQL> set timing on
    SQL> select distinct mgr from scott.emp;
    MGR
    7566
    7698
    7782
    7788
    7839
    7902
    7 rows selected.
    Elapsed: 00:00:00.40
    SQL>
    You could additionally use things like Explain Plan to see if you are utilizing indexes or doing full scans, or you could use the Oracle Tuning and Diagnostics Packs to do all this work for you, they are automated GUI tools that examine code and database structure and give suggestions for tuning your code and your database, but cost extra $$.
    Oracle is the fastast database in the world, but only if you learn how to use it properly and play by its rules.
    I have always been able to write code to do what I want, but sometimes it takes me a while to figure out how to write that code so that it executes fast. That is the real trick. Good Luck!

  • ANN: Tab Panel Magic 2 Released

    http://www.projectseven.com/products/tools/tpm2/
    From simply elegant to utterly dramatic, TPM2 can be skinned like a classic movie star or a modern day rock star. Leveraging the power of CSS3, you have at your disposal a treasure chest of rounded corners, linear gradients, drop shadows, inner shadows, and glass effects—all done without using a single image. It's pure CSS3 and purely remarkable. CSS3 is supported in all modern browsers, including IE9. Older browsers will display perfectly lovely tabs, minus the shadows and curves.
    Major Features:
    Cross-browser support
    Automated GUI inside Dreamweaver
    Automatic TPM1 to TPM2 Conversion Utility
    Search engine friendly
    Accessible
    iPhone, iPod, and iPad support
    3 optional animation methods
    12 customizable CSS-based skins
    CSS3 Shadow, Curves, and Gradients
    Support for multi-state images
    Trigger actions: Click or MouseOver
    Auto Play and Random Panel Options
    Help system, plus PDF user guide
    Free technical support
    Optional Tabs Scroller provides scroll controls when there are more tabs than will fit your space
    Programmed by PVII for a completely dedicated, efficient, and powerful solution.
    Upgrade pricing available for TPM1 users.

    Al
    The product looks great, however you might want to redo the
    sound on the
    video. Even with mu speakers and its setting cranked up it
    was difficult to
    hear.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "Al Sparber- PVII" <[email protected]> wrote in message
    news:e78nid$1g$[email protected]..
    >
    http://www.projectseven.com/products/tools/tabpanel/demo/
    >
    > Tab Panel Magic automates the process of building tabbed
    user interfaces
    > (UIs) - web page elements that allow you to display
    multiple panels of
    > content with access to each panel controlled by
    CSS-styled tabs. Tab
    > Panels can be inserted into CSS layouts or table
    layouts. Panels can be
    > tucked snugly into sidebars or can span an entire page.
    >
    > $60
    >
    > --
    > Al Sparber - PVII
    >
    http://www.projectseven.com
    > Popup Menus | Image Galleries | CSS Tutorials &
    Templates
    >
    > Newsgroup: news://forums.projectseven.com/pviiwebdev/
    > CSS Newsgroup: news://forums.projectseven.com/css/
    > DW Newsgroup:
    news://forums.projectseven.com/dreamweaver/
    >
    >
    >
    >
    >
    >

  • How to make fake events on JButton?

    Hi ,
    how can i make fake events on JButton.
    Like when i click on the button A i want
    button B has to pressed and the app. listeners
    has to be called.
    thanks in advance
    Johinth

    Visit JDC Tech Tip page at:
    http://developer.java.sun.com/developer/JDCTechTips/
    A topic on Automating GUI Programs with java.awt.Robot could be helpful to you.

Maybe you are looking for