Stress Test ADF Faces with JMeter, simulate multi user - unique number doc

Hi all
I was able to configure JMeter to test ADF faces 10g application, now is the time to define the load and the scenario.
When reading JMeter docs, I'm curious if others has been doing so successfully and can share it. (at least Mr. Chris Muir...?  :)

I have two questions:

(1) the page I want to test is a Page of entry of order with master - detail (form - editable table).
I f I just create a group of JMeter threads with Thread number = 50.
These '50 users' insert exactly the SAME data, even if I have a single Unique constraint on a field "Order-Ref" (which is not automatically generated, but entered by the user).
Is it possible to use a meter on JMeter, so this "Order-Ref" field will be filled with 'REF-1', ' REF - 2 "etc...?". (so that I can survive the unique constraint)

(2) have you tried JMeter to insert data of editable table ADF?

Thank you very much
xtanto

Search the concept of function in JMeter, more precisely the function of the counter:
http://Jakarta.Apache.org/JMeter/UserManual/functions.html#__counter

CM.

Tags: Java

Similar Questions

  • Mix ADF Faces with HTML, JavaScript, CSS, JSTL question

    Dear all,

    The project is now starting to deploy to the production server. When we try to deploy to the production server who made a lot of mistake. As this used widely used project mix ADF faces with
    HTML/JavaScript/CSS/JSTL. I would like to know what are the most error when we have mixed to use each one and how can we overcome them there?
    There is in the project

    1 mix of tags html with ADF Faces components
    2. the use of JavaScript/CSS inline
    3. mix the JSF/ADF Faces and JSTL tags

    Help me how to address this issues as well as links to useful blog.

    JDeveloper IDE version: 11.1.1.5.0 with Webcenter
    WebLogic version: 10.3



    Best regards
    KT

    Published by: KT on May 16, 2013 21:23

    Hello

    In addition to this project widely used mixture ADF faces with HTML, JavaScript, CSS, JSTL.

    JavaScript, CSS, and JSTL is not a problem, whereas - according to the JSF version - HTML is. JSF 2 is the first version of the JSF, which allows you to mix HTML with less side effects, if you use Facelets as view declaration language.

    I would like to know what are the most error when we have mixed to use each one and how can we overcome them there?

    There is in the project

    + 1. mixture of html with ADF Faces components tags +.

    This could ruin your pages, lead to update issues and - in case of frequent use in the trees - even destroy the functionality

    + 2. online use of JavaScript / CSS +.

    Poor performance because of heavy weight pages. If you were using ADF Faces and your JS addresses the DOM instead of the architecture of client cJavaScript ADF Faces then chances are JS will fail for the components that have changed their HTML output (which has an impact on the DOM structure) or changes are not submitted to the server.

    For CSS, CSS inlineStyle not applay to the DOM element that is external, which means for example af:input the background text color will color the lavel

    + 3. mix JSTL and JSF/ADF Faces tags +.

    Dependa on how you do. JSF has postponed EL syntax, which means that EL resolves at run time, whereas JSTL resolves at compile time. So the race conditions could become a problem

    Overall, it is difficult to say if things were coded wrong in the project (although for the use of HTML you can be sure) without seeing the code. It seems that the team that built the application however did not dare to the suite of recommended practices

    Frank

  • ADF faces with the META tag

    Hi guys,.

    I am with a problem. I need to add the META tag in a JSF page that works with ADF Faces. How does do it?

    The tag I need to add is:
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    Thank you very much

    http://technology.AMIS.nl/Blog/4631/ADF-11g-include-meta-data-tags-in-head-element-using-afdocument-and-metacontainer-facet

  • database stress test - datagenerator problem with import data from oracle

    Hi all

    Today, I'm doing a stress test on my new server. Someone from this forum told me that there is a nice software for it:

    http://www.dominicgiles.com

    I have a problem with Datagenerator. I can't fill my user directly in the database. DataGenerator always has an exception. What ever...

    I tried to generate data on hard drive. It seems to go well. In the file data, I found a large number of files:

    *.dat
    *. CTL
    *. SQL

    N, anyone know how I can import only the files of user oracle?


    see you soon

    Dlugasx

    I do the table drop in the first place, I think it's to be sure, there are no objects before loading.

    Nicolas.

  • 11gR2.3 JDev/ADF Faces: the Shell of the user interface, how to disable scrollbars of the logo

    I put a logo in the header by using the attribute UI Shell model property "logoImagePath". During execution of the page, I notice that if I resize the width of the browser to a value less then the width of the image, horizontally and scroll bars vertical appear. This is not desirable, and I'm looking for a way to disable the scroll bars. Any suggestions on how to fix this?

    Thank you
    Wes

    I guess for this, you must edit the template. I don't have the shell ui at hand model but I think that the image is child of a scrolling type panelgroupLayout. When the browser window is resized below the width or the height of the Panel group you get the scroll bars. To change this, you will need to remove the panelGroupLayout and just use a group.

    Timo

  • How toggle and show/hide in the ADF faces components

    Hello

    In my application, I need to toggle and show/hide in ADF faces components based on a user manipulates some components. I need to I am a newbie to ADF, all ideas are appreciated.

    Kind regards
    Surya

    For use to hide/show the Visible property and toggle use ReadOnly property.
    Set them to some EL Expression as #{ == ? : }
    Also set the PartialTrigger on this attribute pointing to the parent attribute

    Don't forget to fix biased/AutoSubmit submit = true to the parent component.

    Amit

  • Using OATMEAL - tests for Web Applications with ADF Faces functional

    Hello

    I have tried unsuccessfully to use web functional OATS to test to test a web application written
    with Oracle ADF faces (JDeveloper, ADF BC + ADF Faces).

    It is supposed to work or we are in the same situation as OpenScript when a version 9.1 for ADF Faces
    is scheduled for mid-2010?

    Concerning
    Paul

    Paul

    As you pointed out support for ADF will be released later this year, as it is now can use OpenScript to test ADF but is somewhat complicated and you need to do a bit of editing of your scripts.

    Concerning

    Alex

  • How to test applications ADF Faces automatically?

    Hello

    I use JDEV 11.1.2.3 - but in fact, my question ist depends on the JDEV version.

    How to test the different layers of the stack of the ADF, in an automatic way?

    1. How can we test business services layer - using business components? I don't mean using the component browser...

    2. How can a test the ADF faces layer? Is there a list of best practices for selenium or so?

    3. is it possible to test the ADF controller layer? Would be a great thing to call the different taskflows programmatically...

    Thx for the answers!

    Marc greetings

    Test with JUnit.

    http://download.Oracle.com/otndocs/OTNVDD-rea/ppt/ADF_VDD_Testing.PDF

  • ADF BC working with libraries of components of UI (except ADF Faces)

    Hello world

    I use JDev + ADF version: 12.1.2.0.0.

    I was wondering and also try to create an application of Fusion (using jsf, jsp pages not) but with other libraries of components, PrimeFaces and RichFaces rather than ADF faces. You could probably ask "why?" I'm really interested to integrate all the benefits that come from the ADF BC and use of a comprehensive library of user interface components (which could compensate for some missing components of the ADF Faces). My first choice would be on PrimeFaces, since it is entirely compatible JSF 2.0 and is the market leader. But my question is: is it still possible? If Yes, how can I do this? Note that my problem is not to put a simple component in a jsp page as in this tutorial: https://www.youtube.com/watch?v=-wHKWYwgr4o . But instead the exposure of data with these components controls, through the link layer (or the only possible way does all this programmatically?).

    PS: I tried to do the same procedure that Shay has shown on the tutorial above for PrimeFaces, but it seems that the pots of primefaces-4.0/3.5 do not have a definition of taglib included. AM I missing something or is it just that the community primefaces version does not include it?

    Thank you in advance!

    I managed to make it work. I had actually left behind the use of the taglib, but there are other problems with PrimeFaces. It seemed that there was some sort of conflict of the lifecycle when used in a merger application. For example, a simple submit button could not run its binded action, and all components with built-in ajax functionality had issues like this.

    The solution: I had to create another object of ViewController and remove all the adf associated configuration files (in my case, just adfc-config. XML). so I have an application with both a project for the "web" version and another for mobile. Of course, while deploying I include only one of them.

    NOTE: This method above works fine when you deploy in WLS. But another step is necessary in the event of deployment in Glassfish.

    1. After you have created an ear, I have to manually change the file "web.xml" in the package of the war, because while that JDev packages include some filters are specific for the ADF. In fact, I replace this file with the one used during development.

    2. starting at the war, remove all the libraries, with the exception of: jsf - api .jar, jsf - impl.jar, primefaces.jar and welding - integration.jar (if there are others).

    Hope this helps someone else.

  • including the extension in jdeveloper with ADF Faces?

    Hello

    We have an application with ADF Faces components that must be migrated to OracleAS weblogic 11 g Server (10.3.5).

    We strive to upgrade the application under jdeveloper 11.1.1.5.0.  I have 3 questions.

    1. which the ADF jdeveloper extension should download us for this purpose?

    We already seem to have the extensions 'Fusion Web Applications (ADF)' and ' Applications Java Desktop (ADF) "."

    2. during the upgrade, we were given an option to upgrade the ADF Faces in Trinidad, when this option has been chosen, we got a "unexpected mistake."

    is it necessary to go to TRINIDAD to be able to deploy successfully on weblogic 10.3.5? If Yes, is the extension for Jdeveloper MAVEN?

    3. in weblogic server, I understand, we need the extension JRF to support the length of the ADF, is there anything else that we need on weblogic server that the adf works?

    Thank you in advance.

    If the origins of your application of jdev 10g and runs on the OAS, you can migrate to Trinidad. No extension is required for this as the required libraries are already there. Maven is useless and will not work for 11.1.1.5.0. First version with the full support of MAVEN is 12 c.

    If you get an unexpected error during the migration from the old app to 11 g, you should try to find out

    (1) projects that is causing the error

    (2) file that is causing the error

    and work from there. There are some configurations that cannot be migrated (check the release notes), however they should not lead to unexpected errors. However, check the release notes.

    If you don't find anything and cannot pass through the error, you must open a SR with support.oracle.com.

    Next question is why migrate to 11.1.1.5.0 which is already obsolete.

    Timo

  • Question about the mix of Trinidad component with ADF Faces

    Dear all,

    I have a requirement for complex layout that I can't do with just ADF Faces component.
    I found this blog nice wfrom Jobinesh http://jobinesh.blogspot.com/2010/11/layout-tips-organizing-page-content.html
    and I quickly realize that this will solve my problem.

    Please note that components of Trinidad has not all client components peer as we have for the ADF Faces. You may need to be measured while choosing this guy

    I'm just concerned about this line. I can't really understand what it means and how it will impact my programming of the ADF.

    Thank you

    Neliel,

    Which, in my view, that Jobinesh says it's that you will not be able to use the HTML elements of the Trinity as targets for partial triggers. As far as I know, using HTML of Trinidad (trh :) components with ADF is OK, but using 'clean' Trinidad (tr :), you can have problems.

    John

  • Looking for 11 JDev ADF Faces example with several filters

    I am looking for an Internet example ADF Faces application that has the following text:

    Several combo boxes (LOVs) - some who invites just for a date range. These could as well be cascade.

    Finally a run button that runs a query based on the values of the drop-down list boxes in bind variable, then displays the results under the filters in a table.

    It sounds easy enough, but I have not found an example of this. Can someone point me in the right direction? I tried to create a quick example on the EMP table with a combobox to date that I could use to date of hire. I can't get this to work with links to view the results of the table well. I don't know how the code for the event to run the query and create the table.

    Thank you, Ken

    Hello

    even if we would work 24 hours a day 7 days a week. At the end of the year we would miss still some usecases as examples. How to do what you want

    -Drag the table
    -Drag the execute with params as a parameter
    -remove the attribute hiring date
    -Drag the variable of the hiring date linking (I think I would use a component date.) MinValue instead of a selectBox date). However, do not hesitate to choose a selectOneChoice component. In the link dialog box, create a reference to a VO list to fill the selectOneChoice (must be located a VO you query the target)
    -Similar to all others

    By pressing the button send the form parameter will execute the query

    Frank

  • ADF BC + ADF Faces 10.1.3.3: Ajax with ADF.

    Hi Comunity

    I developed an ADF Faces page with AJAX functionality, im not using other frameworks such as icefaces or richfaces I develop code ajax by myself. I try to add dynamic html tags in a table by incrementing row by row, when I combined a div with a binding value as the id #{status.index} results eventually equals the value does not print on the page.

    Any suggestions. ¿ ?.

    Hi Peter

    I had the same problem a few weeks ago.

    The limitation is that JSF 1.1 does not allow the mix and the matching of the elements HTML and JSf, I found the solution using af:script to print the tag html combined with the value #{status.index} as follows:

    I works very well for me.

    Good luck.

  • ADF Faces &amp; BC: construction of an existing application with Maven?

    Hi all

    After talking with several representatives of Oracle and reading http://www.oracle.com/technology/products/jdev/howtos/1013/maven/maven.html, I realized how useful this tool can be when you work with a team of developers on a project of the ADF. Looks like that with this tool, we can separate dependence through each developer when working on independent modules which often require changes to the project JDev eg files: .jpr and TJS. Before you follow the instructions to start moving around files within our current ADF Faces & BC project in a standard Maven directory structure, I was wondering if this is still necessary? If anyone has any additional tips on working with this tool within JDeveloper, please do not hesitate to answer!

    Thank you
    Wes

    All,

    I asked a question [url http://forums.oracle.com/forums/thread.jspa?messageID=2738034] in this forum earlier if Oracle was going to each host a repository maven for libraries of the ADF or publish a taxonomy standard maven for them so that we can all have a standard configuration. Frank N responded that he deposited an ER for such.

    Best,

    John

  • Stress test

    Hi all, is there a tool to stress test your environment vWorkspace? I found: http://vdirantsandraves.com/ku-vworkspace-multi-session-initiator/ but he does this job to 7.6 and 8.0.1?

    Hello again,

    I checked with our quality assurance team and we recommend a commercial product for testing of constraint to follow. Please let us know if you have any additional questions.

    www.loginvsi.com

Maybe you are looking for