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.

Similar Messages

  • Is there any tool for developing Postscript code ?

    Hi Friends,
    Is there any tool for developing Postscript code ? (or)
    Is there any IDE for Postscript ? (or)
    Thanks & Regards,
    Navaneeth Sivappan

    Hi Navaneeth,
    > is there any tool for developing Postscript code ?
    An interpreter (GS or Dist), an ascii text editor and your PS skills ;-)
    > is there any IDE for Postscript ?
    Take a look in this Sourceforge project...
    http://sourceforge.net/projects/wxghostscript/
    ...is a Ghostscript debugger.
    MaRC anToni Malagarriga i Picas
    T·(34)938721642 | (34)667517069
    (][ www.femfum.com
    PostScript&PDF Tool Developers
    Desenvolupadors d'Eines PostScript i PDF

  • Do we have any tools for automating the JavaFX 2.X application testing???

    Do we have any tools available for automating the JavaFX 2.X application testing? If so, can somebody provide more information like which shall be the best to get started, whether it is open source or licensed e.t.c?
    Thanks in advance.

    Using this we found that we can test only stand alone JavaFX application i.e. *.jar file only.
    But we want to test .html file as our application shall pass certain parameters. As per my understanding, I think this is not possible using jemmyfx.
    Is there a way to do this?

  • Tools for automation testing on iPhone

    Hi All,
    Please let me know if there are any commercial tools available that can be used for automation of iPhone testing, on Mac Machines.
    Thanks in advance
    Amit..

    Hi Ahetejaz,
    What’s the detail requirement of security testing?
    In the VS2012, we can do unit test, web test, load test and so on. I think all of them can’t do the security testing.
    # Creating Automated Tests
    https://msdn.microsoft.com/en-us/library/dd380755(v=vs.110).aspx
    I think you need to find security test tool on the internet. 
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is there any Tools for Code coverage for SQL Azure Database projects

    I need to capture data base code coverage for all the manual and automated test. this is for Azure DB, is there any tools available for the same? Please advise

    Hi,
    In order to code coverage for SQL Azure, use Microsoft Test Manager.
    This Link helps you in understanding and step by step procedures for manual testing.
    http://msdn.microsoft.com/en-us/library/vstudio/hh698492(v=vs.110).aspx
    Along with the above link also refer to
    http://msdn.microsoft.com/en-us/library/jj156172.aspx
    http://msdn.microsoft.com/en-us/library/jj156144.aspx
    Girish Prajwal

  • Are there any tools for data encryption and decryption ?

    Hi,
    i am using oracle 9i R2, i want encrypt my data. Are there any tools available in market.
    Please let me know the ways to do data encryption and decryption.
    Thanks in advance
    Prasuna.

    970489 wrote:
    using DBMS_OBFUSCATION_TOOLKIT.Encrypt /DESEncrypt we can't secure our password...So i am looking for an another alternative.As Blue Shadow said, what are you really trying to achieve?
    Encrypting a password is itself not secure. Anything that can be encrypted can be decrypted. That is why Oracle itself DOES NOT encrypt passwords.
    Surprised??
    Here's what Oracle does with passwords, and what others should be doing if they have to store them.
    When the password is created, the presented password - clear text - is concatenated with the username. The resulting character string is then passed through a one-way hashing function. It is that hashed value that is stored. Then when a user presents his credentials to log on to the system, the presented credentials are combined and hashed in the same manner as when the password was created, and the resulting hash value compared to the stored value.

  • Can I port labview 3.1.1 to latest ver 8.x is there a tool for this

    Is there a tool to port a labview 3.1.1 app to latest ver 8.x

    LV 8.x allows us to open any VI that is built using LV 6.x & upwards. So, you ve to convert them to an intermediate version like 6.x or 7.x & then you can open them in LV 8.x.
    AFAIK, there is no toolkit available for this purpose.
    Maybe you can contact someone in NI to do this for you.
    - Partha
    LabVIEW - Wires that catch bugs!

  • Tools for automated testing

    Hi,
    our QA dept is looking for a tool for creating automated tests that simulate user activity on web sites (APEX-based particularly).
    This tool probably should be able to create initial test scripts on behalf of QA engineer and then play them on its own to test our business processes.
    Could anybody recommend a good tool for this purpose?
    Thanks

    Hi Edward,
    Although it's maybe not entirely APEX, I saw Steven Feuerstein showing "Quest Code Tester for Oracle" (http://www.quest.com/code%2Dtester%2Dfor%2Doracle/ or http://unittest.inside.quest.com/product_info.jspa).
    As Steven describes: Code Tester automates the process of building and running tests of your PL/SQL programs. The major breakthrough achieved by this tool is that you describe the expected behaviour of your program through a graphical interface, and then Code Tester generates the test code needed to implement those tests.
    I found it quiet nice and as we're using a lot of PLSQL packages too, I think it can be useful in an APEX environment.
    Dimitri
    http://dgielis.blogspot.com

  • Is there an tool for automatic re-indent source code ?

    Hi
    Where could i found an Tool for automatically indenting source code ?
    Regards
    Philippe

    Jdev can do this as well. Select the class you want to re-indent in application navigator, and select Reformat (or use shortcut Ctrl-Alt-L). Your code is re-indented and formated according to code-style defined in preferences.

  • Is there a forum for Java GUI Application Design?

    Hi all,
    I've used this forum a lot and found a lot of help on it for Swing usage specifics. However, whenever I ask a question about broader design or architecture of a full Swing app I get little or no response. Sadly I'm no stranger to "view 50, replies 0" :o(
    Either I'm asking stupid questions or I'm asking the in the wrong forum - does anyone know of a good place to ask about design/best practices for Java, GUI applications? I've seen some of the "programmer"/"developer" groups on Google Groups.
    Many thanks.
    Yours, hoping for at least one reply,
    Chris

    You're right, I typed that wrong. The method signature should be addDataChangeListener(DataChangeListener lis, DataChangeType type)
    When a component registers itself as a change listener, say it wants to know whenever an object of type Foo is changed, it calls DataChangeType.addDataChangeListener(this, DataChangeType.FOO). (the Enum elements coorespond to the objects we want to listen for) Then it implements the dataChanged(DataChangeType type, Object obj) method that will be called by the controller when objects of type Foo are changed. (obviously this is an interface) Whenever a component updates an object of type Foo, it calls DataChangeControl.dataChanged(DataChangeType.FOO, theFooObject), and then the controller will notify all listeners who are interested in Foo objects changing.
    The DataChangeControl maintains a hashmap of <DataChangeType, List < DataChangeListener> >. So when a new listener is added, it checks the type to see if a list is already keyed to that object type in the hashmap. If so it adds the listener to that list, if not it creates a new list in the hashmap with the type as the key. That way when an object is changed, it notifies only those listeners who are registered to listen to that type of object being changed. Hopefully that makes sense.

  • Is there any tools for move messages from errorqueues in WLS 8.1.5?

    Hello!
              I have created a JMSDestination (MyQueue) in my wls 8.1.5.
              I have also created an other JMSDestination (MyErrorQueue) in my wls 8.1.5.
              In the wls it is possible to specify an "Error Destination:" for a JMSDestination. In my wls I have specified MyErrorQueue as error destination for MyQueue.
              If anything goes wrong during consuming message from MyQueue the message will be moved to the error destination MyErrorQueue.
              If this situation ever occur, for eg. there is a cable connection loss or something. The error destination will save me alot of trouble.
              Very nice!
              But now I wonder if there is any tool or function i wls 8.1.5 that helps me move the message back to MyQueue from the error destination, MyErrorQueue, when the problem is solved.? For eg, when the broken cable is replaced.
              Or do I have to write such a application my self? Seems strange since the concept of error destination exists.
              Best regards
              Fredrik

    Have a look at this
              http://www.hermesjms.com/confluence/display/HJMS/Home
              We use it and it works very well for handling messages on error queues.
              Some messages we automatically re-queue using a modified version of this
              code here
              https://codesamples.projects.dev2dev.bea.com/servlets/Scarab/remcurreport/true/template/ViewIssue.vm/id/S134/eventsubmit_dosetissueview/foo/resultpos/1/nbrresults/285/action/ViewIssue/tab/2/readonly/true
              Hope that helps.
              Pete
              Fredrik Andersson wrote:
              > Hello!
              >
              > I have created a JMSDestination (MyQueue) in my wls 8.1.5.
              > I have also created an other JMSDestination (MyErrorQueue) in my wls 8.1.5.
              >
              > In the wls it is possible to specify an "Error Destination:" for a JMSDestination. In my wls I have specified MyErrorQueue as error destination for MyQueue.
              >
              > If anything goes wrong during consuming message from MyQueue the message will be moved to the error destination MyErrorQueue.
              >
              > If this situation ever occur, for eg. there is a cable connection loss or something. The error destination will save me alot of trouble.
              >
              > Very nice!
              >
              > But now I wonder if there is any tool or function i wls 8.1.5 that helps me move the message back to MyQueue from the error destination, MyErrorQueue, when the problem is solved.? For eg, when the broken cable is replaced.
              >
              > Or do I have to write such a application my self? Seems strange since the concept of error destination exists.
              >
              > Best regards
              > Fredrik

  • How to Read/Write to PS registry, tools for making GUI

    Hi Folks,
    We have several plugins that we would like to make available to our users by the Photoshop panel (made with Adobe Configurator).
    Plugins are scripting aware, and also use reading and writing to Photoshop registry.
    We also want that user can define settings for the plugin and to be able to call it by clicking on a button.
    Only way that I could  find is as follows:
    User click on a settings button, and that calls java script that display dialog with settings.
    There user can make choices and save them.
    When user click on a run button script read settings from registry and calls plugin
    or just call plugin (plugin can read from registry himself).
    Now the questions:
    What are the tools that are using to make dialogs in JS when you make java scripts to automate Photoshop?
    How to read and write Photoshop registry with java script?
    I am experienced plugin developer but until now all work was in PS SDK and C++.
    I have no experience in scripting Photoshop trough java script.
    Plugins are Win 32/64 platform that are supported is Windows XP or later.
    Thank you in advance.
    Regards,
    Momir Zecevic

    Well, as someone has said, pefs should work, but if not, it is quite easy to figure out the syntax of the .reg files, so why wouldn't you create the one you need and than import it? I think you can add reg keys with
    REG ADD [ROOT\]RegKey /v ValueName [/t DataType] [/S Separator] [/d Data] [/f]or
    REGEDIT /S pathnamecommands, so call that in an external process (see ProcessBuilder class).

  • XMP Standard - Is there a tool for non-professionals to handle PDF files for free?

    I'd like to start organising my various files and I wonder if I could include PDF files into the process (it seems easier with graphics), possibly also some video or audio files in the future. I hope there's a tool, not onle for IT specialists to handle it and some clear video/document tutorial to assist.
    Waiting  for your advice !
    Darek, Poland

    As I mentioned on the other thread, the forms need to be
    flattened. CFPDF cannot flatten LiveCycle forms, only Acrobat
    Forms. The suggested solution was to use LiveCycle ES
    http://www.adobeforums.com/webx/.3c052176

  • Is there a tool for identifying style-ized properties/attributes in mxml

    Hello Everyone,
    With FlashBuilder it is quite easy to work within the mxml file due to the code completion feature. The same holds true when I try to use code completion for any css files that I'm including in my flex apllication. But often enough, without switching to a css file and trying to type out the name of a property and seeing if there is a code completion for it ... I don't know which of the properties can be moved to style sheets and which can not. I could ofcourse refer to the docs but that is an even slower process.
    Does adobe or any one out there on the web (that you know of) offer a tool to look over all the *.mxml files and spit out a list of all the attributes/properties that one could afford to move-out into style sheets?
    Thanks!

    OK, I've got to go see if I can find the definition for "*" in the stylesheet(s).  I'll bet it's in layout.css and I just missed it.
    Thanks.
    H

  • Is there a tool for identifying locks?

    Hi,
    I was wondering if there is a tool (software or something, even a profiler maybe) that knows to tell me if a method is "stuck" because it is waiting for a resource to be available?
    Thanks,
    Snayit

    JConsole can help. It's included in the 1.5 JDK.
    Run your program with -Dcom.sun.management.jmxremote Then JConsole can attach to it. If you click on the threads listed on the second pane it will given you details of their status.

Maybe you are looking for

  • How to center a title in pages without moving any text above it?

    I want to have text in the top corner and a title below like this: Name Professor Class Date Assigment                                                                                                                Insert title here But everytime I tr

  • Can't download the *** to my IMAC

    Had a previous version. Tried to delete a piece of crap (Huffpo) from the toolbar, but entire toolbar went away, never to return. Put FFox in the trash, knowing I would lose scores of bookmarked sites. Did download of most recent FFox. seemed to be s

  • How BDLS works exactly?

    Hello, I've run BDLS report on my system after the system refresh and by coincidence I found following fact: In table EDP13 there are two columns that contain logical names - RCVPRN and RCVPOR. But only RCVPRN column has been modified by BDLS report.

  • Foreign Currency Valuation during Data Migration from one server to another

    Dear Gurus, Our client wants to upload old data history of foreign currency valuation to be uploaded in the new server. Is it possible? & how? I have checked the table name is "BWPOS" but there is no data available while the data is available in tran

  • Looking for instructions

    Hello, I am looking for knowledge base article or a manual that will help me through the process of transferring the open directory master from a 10.4 server to a a new 10.5 server. We currently have OD running well on a 10.4.10 xserve but will be ad