I have a test plan with multiple functional areas. Each of these has their own 
user/password/role. there is a lot of functionality so I use HTTP Proxy Server to 
record the keystrokes and mange them by hand. Here's the problem through an example;
I create a Recording controller called 'Customer'. I start the proxy server and start 
using the system as a customer. I stop the proxy server. Now I create another 
Recording Controller called 'Admin', start the proxy server and start using the system 
as an Admin. The problem is, all the keystrokes go to the 'Customer' Recording 
controller. I tried disabling it but it still goes there. This is a pain because you 
can't just cut and paste all the http requests (yet). You have to drag them all by 
hand and use that insert before/after/child.
thank you,
Mike


Reply via email to