Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
Replies
17 replies
Answers
1 answer
Subscribers
10 subscribers
Views
3384 views
Users
0 members are here
SAIL
Performance
locust
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Interacting with UI Form via a test label instead of a label
jithesh
Certified Lead Developer
over 2 years ago
This is with regards to Performance Testing. We are using Locust as the tool for PT.
We have certain Interface components where label is not defined as per design.
When writing PT scripts Locust for Appian provides functions to interact with a "testLabel" if label is not available.
I want to interact with a dropdown using a test label. But the appian interface designer does not provide an attribute called "testLabel" for dropdown component.
Reference:
appian-locust.readthedocs.io/.../appian_locust.uiform.html
Discussion posts and replies are publicly visible
Top Replies
jithesh
over 1 year ago
in reply to
mohammads3449
+1
suggested
Certified Lead Developer
Able to call the download link successfully "GET /suite/rest/a/content/latest/ioBRBhHZ1P0RUrscUV0M2LUTUPJN2o1Gn3nC7TwumKibZU5Y6k1G4ZL7BQ/o HTTP/11" 200 Locust task looks like this @task def download_document…
jithesh
over 1 year ago
in reply to
mohammads3449
+1
Certified Lead Developer
If you want to see the file you need to save the response from self.client.get and then write the contents to a file. Can refer to this post from locust - https://github.com/locustio/locust/issues/774…
jithesh
over 1 year ago
in reply to
mohammads3449
+1
Certified Lead Developer
yes correct