How to test login and signup functionality with tsung

200 Views Asked by At

I have integrated Tsung tool. I have Rails, Foreman. Just tell me an example to check login and signup functionality.

like for login where I can put username and password. like where do I put signup info into xml file.

1

There are 1 best solutions below

0
On

When Username and pwd will be Url parameters This is One of the way to do it.I did it this way.

<http url="/web" contents="{"UserName":"UserName",password:"pwd"}" method="POST"/>

Let us know if u did it in a different way.