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

Similar Messages

  • 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" />

  • 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?
    >>
    >
    >

  • Automated regression tests on Oracle*Forms

    Hi all,
    We're looking for a toolset that allows automated regression tests (record/playback) on an Oracle Forms GUI. Something like QuickTest*Pro (previously Winrunner).
    Anybody having experience with this ? Thanks for sharing it.

    Check tool called DataLoader
    http://www.dbload.com/

  • 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

  • Automated Regression Testing

    Apologies for putting a more advanced question in a general forum but there is no Topic for QA/Testing (that I know of).
    Okay, I've been tasked with finding a solution for fully automated unit, component, system, and regression testing. I realize that sounds like a tall order and can't truly be done. However, I'd like to get as close as possible to being able to test every aspect of our system and thought I'd post to the community for ideas. We have a typical multi-tiered web app. We have a web interface, business logic on the server-side, Web Services, DAO, etc. Naturally, some combination of testing needs to be performed. So I suppose that first I need to make a list of all the (general) types of testing that can be done. So far I have:
    - syntax validation
    - link checking
    - unit testing
    - record and playback (robot user for web UI)
    - custom scripting (for anything I can't buy a tool for)
    - performance monitoring & stress testing
    - security testing
    - etc.
    So I guess my first question is: What other types of testing am I missing here? I honestly think I'll end up with 2-3 sets of tests that hopefully give me good testing coverage. The end goal is to have a nightly build that includes a series of tests which generate reports. So in the morning someone can open the reports and see if anything's really busted. So basically, after the build finishes, the tests should be kicked off. I'd like to use Ant for this but I suppose a cron job could be written or whatever. I'm not worried about that right now.
    Anyway, I don't have very specific requirements yet but I'm thinking of breaking my work up into unit, component, and system level testing. My initial thoughts are that I'd need:
    1. Unit Testing - Ant would simply kick off all the JUnit tests we have available. This would do basic class level testing and validation.
    2. Component Testing - Custom Java code/scripts that would tests some specific functional area. This is open ended in my mind as I'm not that familir with the codebase yet. But an example would be "register a user" or "make a reservation".
    3. System Testing - Needs to simuilate a user hitting the web interface and would invoke all tiers. So I'm guessing I need to buy some software product to fill out forms automatically and whatever else.
    Can you all let me know if there's anything major I'm missing? What methodologies or tools do you recommend? Any links on good tech articles regarding this? Anything comments or feedback welcome.
    Thanks in advance!

    I'd recommend adding automated acceptance testing to the list of things to consider. Example:
    http://fitnesse.org/
    ~

  • Automated Unit Tests / TEST-INF/testrun.xml

    Hello!
    Regarding to the originial question here Re: Automated Unit Tests through NWDI / Purpose of testrun.xml I'll try to ask this question again:
    Is it possible to run jUnit-Tests automatically during the build (cbs)?
    A very promising looking file (testrun.xml) is not documented..
    We're using the NWDI and CE 7.11.
    Testdriven development isn't a new paradigm in the standard java development so it must be possible to do so with ce and nwdi.
    Thanks in advance,
    --cl

    Hi Carsten
    I guess that the testrun.xml allows to do exactly that you want - to run jUnit-Tests automatically during the build (CBS).
    Though there is one small thing - I think that the tool which can understand the file and run the tests is SAP internal tool. So I doubt that having just pure CBS server it'll be possible to activate the automatic test execution process. It seems we need to have something more.
    I also could not find any documentation regarding this on SDN. That's why I think the functionality is SAP internal.
    BR, Siarhei

  • Accessibility and Java GUI testing

    Hi,
    Can java accessibility be used for developing java GUI testing tool for applet embedded in IE? If not is there any other way we can test Java Appet GUI?
    best regards
    Krishna

    I do not know of a free tool, but you can use the Robot class in Java to create what you need.

  • Automated BPEL Testing

    Automated BPEL Testing
    (on 10.1.3.2)
    I have created a set of Unit tests for our BPEL processes which deploy with no problems. From within the BPEL console they work fine.
    When I try to automate the testing (ideally so we can implement continuous integration) by running the test target of JDevelopers autogenerated build scripts (the same script I use to compile and deploy the process and to deploy the test).
    I have come across two problems:
    Firstly if I try to run the tests from a domain other than default (a neccessity in my environment) I get a message along the lines of:
    ORABPEL-02178
    Process not found.
    The BPEL process "XXXXXXXX", revision "1.0" has not been loaded. Either the process was not initialized properly or the process has been disabled.
    Please consult your administrator regarding this error. The application server logs may provide more information regarding this error.
    If I deploy and run from the default domain the ant target is successful but the generated report indicates that 0 tests were run (there are 3 tests actually deployed).
    Information on the web and forums seems very sparse but possibly it has something to do with the values of bpeltest.callhandler? What other properties effect the unit test?
    Regards,
    John

    I know this problems too and there a two bugs in metalink but not fixed yet.
    1) ant task bpeltest seems to work only on default domain (see BUG 5936230)
    2) no test-results under windows (on my unix box it works fine for me) (see BUG 5872799)
    Regards, Harald

  • 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.

  • GUI testing on Vista & XP clients

    Hi ~
    Is there any documentation on doing GUI testing on Vista & XP clients?  If not, could you provide me with the steps that I would need to do this task?
    Thanks in advance,
    Denny.

    are you using AMD CPU? It seems like the gui is only slow in my AMD computer. My other laptops with Intel chipsets are pretty smooth.

  • Java GUI Testing

    I'm not sure where to post this, so here goes...
    I have a Java Swing application, and I am looking to do GUI testing on it. I'm looking for a piece of free software similar in functionality to QuickTest Professional that will let me record and playback actions I perform on the application. I want the testing application to be able to launch the Java application, perform button clicks, and interact with the application like a human does. So if anyone could reccommend a good free tool that does this, it would be greatly appreciated.

    I do not know of a free tool, but you can use the Robot class in Java to create what you need.

  • 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]

  • 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.

  • 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.

Maybe you are looking for

  • Language Translation for MENU items

    Hi Experts, Please let me know the Process of Language translation for MENU items. I have copied the Standard ALV GUI Status for my ZProgram. Now the MENU items are not translated.

  • Using GetProcAddress to find JNI_CreateJavaVM

    Hi, a quick question. I understand the function below returns the address of the JNI_CreateJavaVM function. How exactly do I use it below to call the function (i.e. JNI_CreateJavaVM)? Note: GetJVMLibrary returns the location of jvm.dll on the system.

  • G62-229WM - Battery charges but computer won't start/run on AC power.

    I've got an HP G62-229WM, running Win7 Ultimate 64 bit, that will only run on battery power.   With a full, or even partially, charged battery and the AC adapter not plugged in, the computer starts and runs just fine.  The little power icon down in t

  • Cannot create data store shared-memory segment error

    Hi, Here is some background information: [ttadmin@timesten-la-p1 ~]$ ttversion TimesTen Release 11.2.1.3.0 (64 bit Linux/x86_64) (cmttp1:53388) 2009-08-21T05:34:23Z Instance admin: ttadmin Instance home directory: /u01/app/ttadmin/TimesTen/cmttp1 Gro

  • TNS:listener does not currently know of SID

    java.sql.SQLException: Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: *127.0.0.1:1521:XE* My Java Code: im