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
4 replies
Subscribers
7 subscribers
Views
2291 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Has anyone worked succesfully through establishing automated logins directly fro
jarrods229
over 10 years ago
Has anyone worked succesfully through establishing automated logins directly from a programmed client? establishing an Appian session and accessing resources on behalf of the authenticated user?
I am keen to persue this for the purpose of
* Load Testing
* Automated Unit Testing
* Server to Server Integration
Essentially I haven't been able to figure out how to simulate a user session authentication into Tempo to establish the JEE session and navigate to pages within the tempo client and sateful custom servlets.
What I would like to do is have a .Net client routine which calls the appropiate URIs with the relevant request headers / cookies / URI's to invoke to establish a session and access these resources (passing suitable account credentials)?
OriginalPostID-138365
OriginalPostID-138365
Discussion posts and replies are publicly visible
0
aarond
over 10 years ago
You may want to review
forum.appian.com/.../Using_JMeter_with_Appian.html
for information on what your system will need to provide when performing URI requests. You've pretty much described what's done in a performance test, but you can provide similar functionality as JMeter if you give the requests the same data.
You're probably better off using JMeter for your first two bullets though.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
utkarshs
over 9 years ago
@aarond there's a problem in testing using jmeter with Appian its not allowing to login, due to csrftoken do you have any idea how to figure it out?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sariqs
over 9 years ago
@utkarsh have you seen above documentation on using JMeter ? You can check how the csrf token from Cookie is used to do further operations after the login is done in Test script
forum.appian.com/.../78242.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
utkarshs
over 9 years ago
yes indeed we have done it and followed the steps accordingly please refer to my post
forum.appian.com/.../e-148084
, we have done all the required steps as mentioned in this post but it still doesn't works
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel