| bio | website | |
|---|---|---|
| location | Zagreb, Croatia | |
| age | 36 | |
| visits | member for | 11 months |
| seen | Jan 29 at 8:12 | |
| stats | profile views | 0 |
No bullshit ECM Java architect & developer.
OpenSource, ASF, Node.js, NoSQL and BigData addict.
Google Dart evangelist.
|
Jun 21 |
comment |
Using Selenium scripts with JMeter for load testing This (already mentioned) link lists detailed instruction on how to set up JSF testing. |
|
Jun 21 |
comment |
Using Selenium scripts with JMeter for load testing Add > Post Processors > Debug PostProcessor |
|
Jun 21 |
comment |
Using Selenium scripts with JMeter for load testing Add > Sampler > Debug Sampler |
|
Jun 20 |
comment |
Using Selenium scripts with JMeter for load testing You can test what your Regex expression returns using ViewResultsTree Regex tester. Debug component could also be helpful to examine what happens in runtime. |
|
Jun 20 |
comment |
Using Selenium scripts with JMeter for load testing I used jMeter with JSF with no problems. Have you verified that your regex expression returns correct values? See also here. Which errors exactly have you encountered? |
|
Jun 20 |
comment |
Using Selenium scripts with JMeter for load testing I suggest you scrap Selenium scripts and record your test using JMeter Proxy. You can then alter the test plan as shown here. |
|
Jun 5 |
comment |
Handling JSF ViewState errors using JMeter I used the procedure in your first link and it worked. |