While Using Jmeter for Performane testing of a Ruby Application with 100 user, we ran it for user regsitration.To login, tt requires user confirmation via email but while testing on local environment we have a method 'Skip_confirmation' (run in console) in application to skip the user confirmation via url which contains the token. How i can add the ruby method in Jmeter to skip user confirmation after registration.
Asked
Active
Viewed 156 times
-1
-
any feedback on my answer ? if it was helpful it should be accepted and possibly upvoted so that it's helpful to others – UBIK LOAD PACK Jun 26 '15 at 14:37
1 Answers
0
If by console you mean a shell or command , you can use OS PROCESS SAMPLER
if not, then have a look at code of Skip_confirmation to see what it does and add more info in your question.
A 3rd option is to use JSR223 Post Processor with JRuby as explained here:

UBIK LOAD PACK
- 33,980
- 5
- 71
- 116