-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JPOS Framework and JMeter is works #4
base: master
Are you sure you want to change the base?
Conversation
…-jPOS-components Conflicts: src/main/java/org/apache/jmeter/samplers/jpos/JPOSSamplerGui.java
I have to test it in jmeter before merging because it seems that your UI does not fit JMeter good practices. You have to provide input fields for the file and for the content in order to let the user be able to use variables. I will have a closer look and I will let you know. |
Which section my UI does not fit JMeter good practices? Oh, I have provide input fields for file, because i think user can using custom packager, and using input file for data fields for make easy user for dynamic field bit. I think no problem for using input fields for file :) |
I did not manage to have the time to test it yet, I am not sure but I saw you suppressed the text fields and this is very useful for the user to put some raw data or jmeter variables. In your revision, can the user set the data with variables? |
Ok, I will waiting to you for test it. And you can read "README.md" on the section "See Mom" for how to input field :) . |
I have tested your repo on jmeter 2.11 and I came across some issues. First, TCP data is lost on save, so I cannot run the test. Do you understand what I mean? |
Hmmm.. OK, i am understand, but can you explain more detail TCP data is lost on save ? |
Yes, the server name, the port and the timeout is cleared from the GUI on Le Tue Jan 20 2015 at 04:09:02, Erlangga [email protected] a
|
Hi Yoann, how about this link: JMeter provide FileDialoger class, which is provide promptToOpenFile(), promptToOpenFile(String existingFileName), and promptToOpenFile(String[] exts) methods. And, how can if user input custom packager, whether by providing text area, or ... ??? |
…-jPOS-components Conflicts: src/main/java/org/apache/jmeter/iso/manager/ISOMUXSingleton.java src/main/java/org/apache/jmeter/samplers/jpos/JPOSSampler.java
Good job boy
display iso message request in view result on tree controller
…-jPOS-components # Conflicts: # src/main/java/org/apache/jmeter/gui/custom/CustomTCPConfigGui.java # src/main/java/org/apache/jmeter/samplers/jpos/JPOSSampler.java # src/test/java/org/apache/jmeter/samplers/jpos/MockJPOSSampler.java
…-jPOS-components Conflicts: .gitignore pom.xml
parser for real q2 log thx @toshim45
I have been success integration jpos framework and jmeter, and it is work. I am created only one channel (NACChannel), maybe u or everyone can add other channel. And then, i will create wiki or how to run the plugin :).