What I want to do is to generate how-to documents for users of application that I test. When user clicks how-to link (or help, or whatever), there should be list:

- login
- do something
- do something else
...
- logout

Select login and you get:

- go to 'my.app/login.aspx'
- there should be text 'Please Login'
- at text field Username enter your username
- at text field Password enter your password
- click button Login
- url should be 'my.app/default.aspx'
- there should be text 'logged in as [your username]'

Zeljko
--
http://zeljkofilipin.com/
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to