Hi...
I am working on a test case where i have to login some users.Now there are two scenerios
1. User gets log in successfully
2. User does not get login successfully.
in any case the follwing line always comes in the response
parsing [User-Name="abc"]
and when there is some problem in user login then response contains Did not get any response in 100 milli seconds
I have created a pattern response map that has 2 queries :-
1. username() {key}
2. success()
Now what i want is to write some query that can extract username based upon its success (pass or fail).
But when i am creating resposne map then although i have made username as the key field, but still the resposne map wizard is not making any query like success_by_username(username)
can anyone tell me please how to do that??