Hi all,
As I found this article previously and identified a Kendo drop down list as Kendo input, I recall myself being able to enter text into the drop down list using "Enter text ' ' into......" from the Step Builder.
However, recently when I tried again, I received error "Target '[Element: 'div:107']' is not a supported element to set text to.".
Is it my misunderstanding, memory haywire or this seems to be an issue after any Test Studio version upgrade?
The last time I was able to enter text into Kendo drop down was when I used trial account and at that time Elements Library still had the option "Edit in Live".
It should be around either November / December last year or early this year (again I don't remember the exact details).
Attached image is the properties for the Kendo drop down list I was trying to enter text into.

The issue here is that when I create a bug in Jira Cloud and attach the results the results I get are different based on where I create it. If I run a test manually from the project tab, click on the step details for a failed step, and submit a bug I get the detailed log files in the attachment. If I run the test from a test list (either locally or remotely) the log files only contain a single line. This affects both ExecutionLog.txt and FailedStepLog.txt. I don't see why they should be different. It is very hard to troubleshoot and issue without the full log.
I've been testing on two different servers, and I don't think it is particular to my environment. I have the scheduling component installed.
Examples
Run from test list (test lists tab) - ExecutionLog.txt
Wait for condition has timed out
Run from test itself (project tab) - ExecutionLog.txt
...
'10/14/2019 4:35:34 PM' - 'Fail' : 5. Wait '5000' msec for url:'/Efficio/Opportunity/OpportunityDetail.aspxX'
------------------------------------------------------------
Failure Information:
~~~~~~~~~~~~~~~
Wait for condition has timed out
InnerException:
System.TimeoutException: Wait for condition has timed out


Is there a way to set settings for a test list settings so that they apply to all test lists? I'd like to know if I'm missing something and if there is a preferred way to accomplish this.
Even being able to select multiple tests and change the settings for them at the same time would be a lot easier than configuring each one individually. I've seen references to testing templates, but they seem to be specific to Visual Studio. Is this something I can accomplish with the Settings class (https://docs.telerik.com/teststudio/testing-framework/write-tests-in-code/intermediate-topics-wtc/settings-and-configuration-wtc/settings-class#initializing-the-settings-object-without-using-a-telerik-test-template)? If so where would the settings be set so that they apply to test lists (or even just all tests in general)? Could I create a custom class that inherits from BaseWebAiiTest and then initialize and apply the settings there and specify it in the general settings? I also came across "Execution Extensions" and that looks like another possibility (https://docs.telerik.com/teststudio/advanced-topics/coded-samples/general/execution-extensions).

When using the recorder typing text in a RadSearchBox it records action specific to that element type. This fails when my desktop if locked with a Win32 error which I assume is because it is locked.
First of all, isn't it possible on your end to detect this scenario and provide a detailed error message (not Win32) or even attempt to fall back to a mode of setting text that doesn't require the desktop be unlocked?
Second, the properties for a RadSearchBox action have TypingSpeed which says it is used "when SimulateRealTyping is set", but I don't see the SimulateRealTyping property for this element.
Third, I tried to create an action on the element to just set the text. While it has an "Enter text" action listed under quick actions, it actually fails when run with the following error. "Target '[Element: 'div:112' (id=ctl00_cphM_scMain_sbKeywordSearch)]' is not a supported element to set text to."
I'm not sure if it is even going to be feasible to convert all of our tests to run with the desktop locked, but this is the first one I am working on and am already running into a problem. I wish I had been aware of this before since the goal is to schedule them to run unattended.
Recorder
RadSearchBox('ctl00_cphM_scMain_sbKeywordSearch'): text 'Test' entered in Searchbox input
Manually added step
Enter text 'Test' in 'KeywordSearchBox'


I've been writing test for a web based application. This is an intermittent issue and I can't seem to figure out why sometimes when the Handle FileUpload Dialog and the Handle Download Dialog will not complete. It will put a filename in the textbox but it doesn't Open or Save leaving the dialog unhandled. I've increased timeouts and verified other elements are enabled to try and get the timing right. I'm not sure why this happens sometimes consistently; but others intermittent. I have recalibrated my browser, cleared my browser cache and minimized the number of programs running while running tests.
Attached is a gif of the file upload document and screenshots of my Handle Dialog steps with the settings.
My Test Studio version is 2019.2.903.0

I wanted to see if a cookie is cleared before each session runs in a load test?
We have sticky session in our load balancer and I'm looking to update our test so that it doesn't go all to one server.

I just installed Test Studio trial to evaluate if the product could be useful to our organization. While I was able to get the standalone version of Test Studio working fine, I would like to use the integrated version in Visual Studio.
We run Visual Studio 2019 - and we have the latest current version of Visual Studio (16.3.1). However when I install Test Studio, there are no templates or integrations that I can find in Visual Studio for Test Studio. I've attempted to repair the installation with no luck.
How can I get the Test Studio integration with VS2019?

When I log into our .net application a token is returned in the content
That token is set to the auth header. The problem is, the way the application works there's a prefix infront of the token.
For example:
HTTP Response Token in Content after successful login
YdafjdQ3adNfzaFfdiaZfdjfQtafZdafGM4ZC00NdGa5YmE1NzUzZWQwOS8xOS8yMDE5IDQ6NTc6NDggUE0=
The Authorization now expects that TESTAPI is infront of the auth header with the token
TESTAPI YdafjdQ3adNfzaFfdiaZfdjfQtafZdafGM4ZC00NdGa5YmE1NzUzZWQwOS8xOS8yMDE5IDQ6NTc6NDggUE0=
Is there anyway to append or make changes to a value (Cookie/Content/Header) that requires more than just what is copied from a previous step?
