Need information on open source testing tools for ADF web applications

Hi experts,
I need to investigate on new feasible open source Java testing tools for testing ADF web applications. I have tried to google a lot but getting confused.
My requirements as as under:
1. The tool must be open source.
2. It should be easy to understand and to work upon by the tester and developers.
Selenium based testing approach is already in place for testing the application but need to search for tools other than Selenium which shall prove suitable for testing ADF applications. Kindly let me know your inputs / suggestions.
Thanks a lot in advance.
Neelanand

Hi,
Have a look at JMeter http://jakarta.apache.org/jmeter/index.html
1. The tool must be open source.It is.
2. It should be easy to understand and to work upon by the tester and developers.I guess it is.
There are some specifics in configuring it for ADF, but Chris Muir wrote a nice blog about how it's done, check it out http://one-size-doesnt-fit-all.blogspot.com/2010/04/configuring-apache-jmeter-specifically.html
Pedja

Similar Messages

  • I am looking for a load testing tool for my flex application

    I am looking for a load testing tool for my flex application having a limited budghet of 1000-1500$. I have gone through NEOLoad,WebUiLoad all are very expensive.

    Do you have iPad 1 or 2?
    You can connect iPad 1 via a VGA adapter to any projector with a VGA input (all projectors have this).
    You can connect iPad 2 via VGA or HDMI.
    I like Epson or Sony for projectors.

  • I Need Information about  Open Source Java Client/Server Instant Messaging

    I need your valuable help and collaboration with the following issue:
    I need to know where can find a robust Open Source Java Instant Messaging Client/Server Application.
    I thank in advance for their valuable time. And for the attention and the collaboration lent to me.

    I was going to mention that right off, but since the OP is clearly unaware of the search engines on the Web, I thought I'd give him a hand. Jabber works pretty good - I tried it a while back and some of the clients were ... quirky.

  • Open source UML tool for Code ----- Sequence Diagram ?

    Are there any open source / free tools which can generate sequence diagram from java code ?
    Thanks in Advance
    Ratheesh

    check-out www.logsequencer.com - it is a very cool tool and is only $19.
    It generates sequence diagrams from log files.

  • Open source monitoring tool for oracle Database

    Hi,
    Please suggest me any opensource tool to monitor the health, availability and performance of the Oracle Database that can be accesed through web client
    Thanks in advance

    user1687821 wrote:
    Robert,
    Thanks for the update, ya i basically need the tool to monitor the DB, but at the same time, if CPU is going high due to any query or any other reason, we must get the alert, the tool currently we are using triggers a mail for both, DB as well as CPU when it goes high, similar one is needed
    ThanksGrid control or database control will do this for you, there is a rather big however, er however. Being notified is a part of the diagnostics pack functionality (ludicrously and unjustifiably IMO). That means a license cost (unless you are already licensed for it). nagios does this as others have said as do shell scripts. I'm not aware of an open source tool that does all you want without scripting though.
    Niall

  • New open-source build tool for CS Extensions

    I just released a new open-source tool for creating, compiling, debugging, packaging, and deploying extensions:
    https://github.com/creativemarket/csxs
    At a Glance:
    All project settings live in a single JSON file (not multiple XML files).
    Compiles CS5 & CS6 versions and packages them as a single ZXP. This is useful for supporting "DarkNormal" and "DarkHover" icons without ditching CS5 compatibility on your extension. It also supports other / more complicated configurations.
    Created projects contain boilerplate for re-skinning on UI change along with fixes for platform bugs.
    Generates aggregated changelogs.
    Automated deploys to S3.
    Automated git version tagging.
    Conditional compilation variables (CONFIG::debug, CONFIG::release, CONFIG::version).
    Usage:
    csxs create
    csxs debug --cs-product=photoshop --cs-version=5.5
    csxs package
    csxs deploy
    I'd love feedback, suggestions, forks, bug reports, etc!
    p.s. I really hope this doesn't come across as spammy—I mean it with the best intentions. I think it could be useful for some out there. More tools for the CS ecosystem is a win for all.
    "We encourage you to contribute content, answer questions, or comment with corrections, clarifications, tips, and more. Links to your favorite resources or expert videos could help other community members."
    http://forums.adobe.com/docs/DOC-2325

    Great tool, thanks a lot for sharing it.
    Installed it and built "Hello, world" extension, now trying to convert my existing extension project for this. Packaging CS5 / CS6 versions alone is priceless.
    Maybe a dumb question, but is it possible to switch .json and output name in command line? I have extension with 5 different versions, they have different licenses etc., so it would be great to type
    csxs package config1.json extension1.zxp
    csxs package config2.json extension2.zxp
    and so on? I'd put it all into one .sh script
    sorry if it's all already available and I just missed this part in documentation

  • Testing tools for new web UI & PCUI

    Hi Experts,
    what are the different testing tools used by you in your engagements especially for testing web applications based on new UI (2006s) and PCUI (5.0).
    we have a need to automate our testing.
    thanks
    RH

    RH,
    Have you looked at any of the Mercury testing tools?  I know they provide adapters for SAP applications and might cover what you need.
    Take care,
    Stephen

  • What is the best reporting tool for my web application?

    Hi guys,
    I'm using ADF 11g with EJB 3.0 im my web application. My application is deployed on weblogic server 11g, I want to use a reporting tool in my application that is dynamic and flexible.
    Note: I've tried to use JasperReports but it didn't fulfill my needs.
    Thanks in advance.
    AccadSoft

    There are plenty of them. Oracle has one called BI Publisher, and there are others out there as well, such as BIRT, Business Objects, etc, etc, etc.
    "it didn't fulfil my needs" doesn't give anyone any possibility to comment, because you didn't tell us why, or what was lacking.
    John

  • Need fast, efficient, open-source PCIe DMA for your FPGA? RIFFA 2.2 from UCSD goes on GitHub

    PCIe has been an intra-system connection interface of choice for quite a while now, offering a standardized and well-understood way to move large amounts of data quickly between, for example, a host CPU and an FPGA. Efficient, high-speed PCIe screams for DMA and if that’s what you need, the latest version of RIFFA 2.2 (Reusable Integration Framework For FPGA Accelerators) is now posted on GitHub and includes DMA IP you might want for your current or your next design.
    RIFFA 2.2 employs communication channels between software threads running on a CPU and hardware user cores instantiated on an FPGA. A channel is similar to a network socket in that it must be opened before it can be read and written. Then it must be closed. However, unlike a network socket, channel reads and writes be made simultaneous by using two threads. Each channel is independent and thread-safe. RIFFA 2.2 supports as many as twelve channels.
    Here’s a block diagram of the RIFFA hardware/software architecture:
    RIFFA Hardware/Software Architecture
    But the real measure of a DMA controller is its ability to move data quickly and efficiently. According to the UCSD RIFFA Web page, the latest RIFFA versions are “able to saturate the PCIe link for nearly all link configurations supported.” The following chart shows the performance of designs based on RIFFA 2.1 using the 32 bit, 64 bit, and 128 bit interfaces:
    For more detailed information about RIFFA, see the RIFFA 2.2 documentation and these two papers:
    RIFFA: A Reusable Integration Framework for FPGA Accelerators
    RIFFA 2.0: A Reusable Integration Framework for FPGA Accelerators
     

    Hi,
    I'm from germany so no 'best buy' but I think I will lock around sleeve/bag for a different product with same measures. Any tip?
    The clear plastic case is not what I want. I would like to use the player without such protections. I just want a sleeve to protect the player while its in my jacket/pants.
    Btw, i have bought this version: Creative Zen (maybe european version?). I also doesn't seem to have your mentioned sleeve. I also couldn't find it on the website.
    Anyway, thank you,
    Chris

  • Load testing tool for FMS based application

    Is there any tool which can be used for Load testing of
    FMS?Our Flash based application uses FMS for streaming LIVE
    audio/video and data and we need to test the sceanrio that what
    happens to remote server and FMS when 1000 users get connected.

    quote:
    Originally posted by:
    dineshawasthi
    Is there any tool which can be used for Load testing of
    FMS?Our Flash based application uses FMS for streaming LIVE
    audio/video and data and we need to test the sceanrio that what
    happens to remote server and FMS when 1000 users get connected.
    No standard tool will be able to test your own application
    the way you describe here.
    The answer however is pretty simple ; write a simple swf that
    can connect (automatically) to a random available instance and let
    it play a stream.
    Since you probably developed your application yourself this
    shouldn't be a problem.
    Next open 20-50 swf's (in 20-50 browsers) on your desktop.
    Repeat on the desktops of your collegues. Open as many swf's
    as possible. (if your FMS server is in your LAN otherwise you'll
    probably will hit your bandwidth-limit soon)
    This will give a very good impression of load, bandwidth and
    stability of your application.

  • ABAP Tools for CRM Web Application

    Hello,
    I am creating a Web Dynpro Java Application for OM/CRM. I am working with CRM_ORDER_READ, and CRM_ORDER_MAINTAIN Rfcs.
    Please tell me the important transactions, tables, etc to trace and evaluate on whats going on when I update from Portal.
    Also, Could somebody please help how to debug in ABAP.
    Thanks,
    Sunita.,

    HI
    Check this out:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ffd5ce90-0201-0010-0e8a-95c5f3e6e703
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5f27e290-0201-0010-ff82-c21557572da1
    You can debug in abap by placing a "/h" while executing your program,.place the "/h" in the bar where you type in your tcodes.
    alternatively, you can set breakpoints in your source code and then run it.
    Regards
    Ravish Garg<b>
    *Reward if useful</b>

  • Internal load balancer for ADFS, Web Application Proxy join problem

    Hello,
    we deployed 2 x ADFS (2012 R2) behind a internal Azure load balancer.
    In front are two WAP servers, which should be joined to the ADFS farm based on the internal load balancer IP.
    Unfortunately the WAPs fail to join and sometimes after 5 tries it works. The problem is (based on the event logs) that the ADFS Servers dont trust the WAP certificate.
    It seems, that during the join process the ADFS internal load balancer does not stick to one ADFS server. If we join the WAP directly (without the ILB) to one of the ADFS servers, everything works fine.
    As soon as we try to join via the ADFS internal load balancer IP, the abover occurs.
    Did anyone experience the same problems? How does the internal load balancer distribute the requests? Seems to be not sticky at all.
    Thanks for any Feedback,
    Thomas

    Thomas -
    This article talks (in detail) about a recently updated distribution mode - Source IP affinity.
    http://azure.microsoft.com/blog/2014/10/30/azure-load-balancer-new-distribution-mode/
    Hope this helps!
    /Arvind

  • Testing Tools for Oracle Developer Server

    Hi,
    Are there any existing Automated Testing Tools to simulate load for the Oracle Developer Server.
    Lemme know.

    Oracle has an internal testing tool that can be used to do this called Intercept Server.
    You can ask your local consulting office to carry out the load test for you using Intercept Server.
    If you would like to do this task yourself then you will need to purchase a load test tool from Mercury called LoadRunner, last thing I heard they supported Forms 4.5 and were about to support Forms 6.0
    Jason Pepper
    Oracle Enterprise Internet Tools
    Product Management

  • Stress test tool for Developer 6i

    Hi!
    I'm looking for a stress test tool for a client/server 6i Forms/Reports application.
    Any suggestions appreciated!
    Br Niklas Danielsson

    Mercury Loadrunner should do it.
    Check the Web.

  • Load Test Tools for CC&B 2.2?

    We are evaluating four load test tools for CC&B 2.2. JMeter (Free), BadBoy (Free), TheGrinder3 (Free), Selenium (Free) and Loadrunner 9.5.1.
    1) Does anyone out there have a load test success story to share? If so, be sure to mention which tool or tool combination.
    2) Can anyone recommend another solution we might want to evaluate?
    3) It appears none of these tools work "out of the box" with CC&B. GUI rendering mode fails ajax calls. Does anyone have a trick for working around/through this issue?
    At this point, it appears the best options are:
    1) Use a combination of JMeter and BadBoy. We record the gui navigation in BadBoy and run the script in JMeter. JMeter doesn't support https GUI capture, but it seems to be the better tool for running the scripts and analyzing the results. BOTH TOOLS ARE FREE.
    2) Loadrunner VuGen. Fails on replay due to the ajax calls. Manual scripting is the only workaround found so far.
    TheGrinder3 has no GUI replay. You can't watch the replay. Also, passwords are clear text.
    Selenium only works with Firefox. LVVWD doesn't use/support firefox.
    I should also mention that our criteria assumes minimal load testing in the near future and are trying very hard to avoid spending big $$$ for upgrade and maintenance fees.

    My company used AppLoader to run tests through NRG Global. We didn’t have a lot of people to dedicate to the testing, so we paid NRG a consulting fee to do it for us (for surprisingly less than we thought!). We had them test a Citrix & .net client/server application (with 300 users) and an Apache web application with Ajax (150 users). AppLoader is protocol independent, so it worked just fine with both. Also, it tests from the front end, so you can watch the GUI replay. They also have password encryption, although we didn’t use it for our tests.
    They were able to run the tests & get the data back to us quickly. We ended up with some failures & errors, but they gave us a detailed report with screenshots, logs & graphs which enabled us to find the problem, get it fixed and get our application up quickly. Turns out we had a memory leak. It was a relief to have the test done so fast, thorough & without the huge price tag. I spoke with the consultant there directly. She was very nice & helpful walking me through the results. Hope that helps. Good luck!

Maybe you are looking for