Hi,
I have created a project based on the instructions in
http://blog.smartbear.com/post/10-10-01 ... i---part-2 using loadUI version 1.5.0
I have the problem where the table log is able to show the different urls
http://test.eviware.com/index.htmlhttp://test.eviware.com/userguide.html etc. under the URL column but the responses are the same for all the requests. The response is based on the Web Page Address in Web Page Runner component (
http://test.eviware.com). This is exactly the same issue posted by JohanSandberg (09 Feb 2011 14:19).
I also tried the solution by changing
message['URL'] = url
to
message['url'] = url
and leave the Web Page Address value empty but unfortunately it didn't work. After i clicked the play button, nothing happened (Requests count is 0, Completed count is 0, Table log is empty etc.) except the 'Time' value changed.
Any idea? Thanks in advance.