How do I simulate the usage of a sequence of web pages?
- by Rory Becker
I have a simple sequence of web pages written in ASP.Net 3.5 SP1.
Page1 - A Logon Form.... txtUsername, txtPassword and cmdLogon
Page2 - A Menu (created using DevExpress ASP.Net controls)
Page3 - The page redirected to by the server in the event that the user picks the right menu option in Page2
I would like to create a threaded program to…