What test.py does:
1. Do an initial get request to http://127.0.0.1:8080/jboss-numberguess/home.jsf (saving cookie and jsf view state) 2. "clicks" on the "begin" button 3. Runs two threads, (two requests in parallel) "clicking" on the "end" button. (same session, same cid, same view state)
|