Re: Emulating AJAX polling requests
Ravi Joshi <ravi.joshi53-/[email protected]>
| Newsgroups | gmane.comp.java.grinder.user |
|---|---|
| Message-ID | <[email protected]> |
If JavaScript is sending any HTTP request, then you can record this scenario using TCP-Proxy. Once you have the recorded script, you can do little modification as per the requirement. -Ravi Joshi On Wednesday, 13 November 2013 12:39 AM, "Heintz, Timothy J CTR (US)" <[email protected]> wrote: Hi, We have an web application in which JavaScript periodically polls the server. To emulate this, I created a Python Thread that periodically executes a callback to an instrumented TestRunner method, the executes the poling request. This approach generated the following error: "Only Worker Threads can invoke tests". Apparently Grinder does not allow Python-created threads to execute instrumented methods. Is there another way this task can be accomplished? Thanks, Tim ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ grinder-use mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/grinder-use ------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk _______________________________________________ grinder-use mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/grinder-use