Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
12 replies
Subscribers
10 subscribers
Views
9923 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Are there any tools available for load testing in appian. We want to test a scen
sudharanid
A Score Level 3
over 11 years ago
Are there any tools available for load testing in appian. We want to test a scenario where 200 users login to the system and perform automated test scripts, we tried load runner but it failed at backgroundaction.none throwing 401 unauthorized error on replaying testcases on recorded scripts....
OriginalPostID-89281
OriginalPostID-89281
Discussion posts and replies are publicly visible
0
Mark Talbot
Appian Employee
over 11 years ago
Take a look at the performance testing documentation.
forum.appian.com/.../Performance_Testing_Methodology
. There is information on using JMeter as a load generation tool.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Mike Cichy
Appian Employee
over 11 years ago
Apart from session id, you also need to capture the x-csrf token and pass it in with your requests.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
siddharthm
over 10 years ago
X-APPIAN-CSRF-TOKEN is a dynamically generated parameter that is appended to the request while logging in. I tried identifying the previous list of responses and unable to find the token value from past responses for correlating this value.
By hitting what request can I retrieve the value of X-APPIAN-CSRF-TOKEN from response ??
In J meter, I tried with regular expression extractor and pass it with request. But it didn't work out - Throws 401 Unauthorized error when I play back my recorded script.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Mike Cichy
Appian Employee
over 10 years ago
The token is issued during login. Check the response headers for the value.
Cancel
Vote Up
-1
Vote Down
Sign in to reply
Verify Answer
Cancel
0
saravanana
over 10 years ago
Mike, Is this token passed every time if we access any resources from server or only first time establish session.. I can find the token in "Set-Cookie" response header. I am not able to acess any resources after successful token validation. It worked flawless till 7.7. Any comments?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
utkarshs
over 9 years ago
We'r facing the same issue, and we are running Appian 7.9 and 7.8 on our servers any updates regarding this issue?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Mike Cichy
Appian Employee
over 9 years ago
The token is not passed back with every response but needs to be included in every request.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
utkarshs
over 9 years ago
@Mike we tried doing that as well but its not working for Appian 7.8 and 7.9 however it works perfectly for Appian 7.7
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
saravanana
over 9 years ago
You need to establish empty session to APPIAN suite and grap CSRF token from header and post token along with user credentials for every session and the you can send as many requests for same session as usual...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
utkarshs
over 9 years ago
@saravanana this needs to be done using regex right?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
>