I want to record script using amf proxy server but in http sampler setting amf type is missing. How should i enable amf type in amf proxy server.
相关问题
- How to load flex swf from flash?
- JMeter - Using Variables from other BeanShell Pre/
- JMeter - Detecting a TransactionController Sampler
- Access denied issue while recording Jmeter script
- Extract Location from Response Header with JMeter
相关文章
- Jmeter如何做并发测试?需求:从Excel读取数据,设置集合点的那种 跪求大佬解惑。。。
- How to test performance / load of a modern angular
- Trace on Chrome/Browser console
- Is building separate .swc allow a faster loading o
- Assigning an array of objects to a DataGrid
- Libraries for text animation in Flex / Actionscrip
- Use jmeter to test multiple Websites
- Flex 4 - Create states and add elements at runtime
Try first existent solutions:
1. AMF Plugin for JMeter
This will add the following new components:
that will allow you to test your app using the AMF3 protocol:
NOTE: not supported in JMeter 2.6, works with JMeter 2.5.1.
...And these two as possible addition:
2. jmeter-amf-visualizer
JMeter visualizer AMF response.
3. jmeter-amfsampler
JMeter sampler for testing Flex/BlazeDS applications using Adobe's AMF protocol over HTTP.
4. UbikLoadPack Flex/AMF plugin
Commercial plugin from UBIK Load Pack.
Apache JMeter does not propose AMF Sampler due to License incompatibility of BlazeDS with Apache licence.
Regarding your login issue you should check that you add a CookieManager to your test plan. Then check you add the Java beans used by your Flex Application to send objects to Flex layer.
You can have a look at:
https://www.ubik-ingenierie.com/blog/load-testing-flex-with-jmeter-made-easy/
https://www.ubik-ingenierie.com/blog/ubikloadpack-flex-amf-plugin-4-0-for-apache-jmeter-released/
Performance testing Flex applications