I am testing a web application. In this application a user has a unique login name. If i record the script and replay it ,the script fails as while recording the login name used cannot be repeated. I have replced the login name by a parameter loginname. I have added different record in the parameter list (with help of edit notepad)
But after adding the diff records in the parameter list, the script while replaying is not accepting the records sequentially. It is accepting the first entry from the notepad in the every iteration
please reply it's very imp
Total Answers and Comments: 3
Last Update: February 06, 2008 Asked by: sapnameshram
[Quote: I am testing a web application. In this application a user has a unique login name] Do you need just one login name or multiple login names? If you need multiple names do you want a unique name/password combination to run every time and abort the script when all usernames/passwords are done? You need to provide more detail here.
[Quote: If i record the script and replay it the script fails as while recording the login name used cannot be repeated.] It should not fail. The detail you have given is not sufficient. Do you have multiple iterations in your script? Have you parameterized so that you only have one name in your Table and have set parameterization to be Unique->Once.
[Quote: But after adding the diff records in the parameter list the script while replaying is not accepting the records sequentially. It is accepting the first entry from the notepad in the every iteration] How do you know this? Are you checking the log or the Thumbnails/Run-Time viewer?
I want to help but you need to provide the necessary information.
I think your program does not support login multiple times with same login. Let me explain by example in gmail you can open multiple instace with same email id but in yahoo messanger you cant.