views:

35

answers:

2

Are there any tools that can recreate web application flow..

for example i open www.abc.com and do some transactions in the application(basically i navigate between pages).....

So can i recreate the same transaction automatically using any tool .....

THanks in advance....

+2  A: 

You could use the Fiddler debugging tool to record your session as a WebTest. See here.

axel_c
+3  A: 

Use Fiddler . You can record the session and replay it later.

JoseK