Hello,
I'm trying to work with this beautiful tool Test Studio for APIs when i test some HTTP requests i've theses errors :
10:31:17.594 [ERROR] [FAILED] | | 'GET https://{{BaseUrl}}' [183 ms] [5VqdzGJAPJ3Q1ZPFOXdCq8] 'The request was aborted: Could not create SSL/TLS secure channel.'
After search, the host can accept only protocol TLS 1.2 and not under.
I use Test Studio for APIs without Fiddler 4, it's possible to configure Test Studio for APIs for use protocol TLS 1.2 ?
Regards


Hi, I am new to Telerik Test Studio.
Here's my scenario,
I want to be able to execute Test Lists remotely in a VM on Cloud, and so I installed Trial version of Test Studio and having to finish the required steps to run execution remotely. Looking at the list of Execution Server, the VM was not there.
I came across the term Run-time edition, is that what I needed in the first place?

Hi,
we are intrested in Test Studio, unfortunately we meet a problem in critical place of our process. We have got place where code is like that:
<input id="work_id_szablon_-income_1_1482155442784" name="work_id_szablon_-income_1_1482155442784" value="" type="text" maxlength="9">
In that place Test Studio doesn't fill numbers just click in this input and then go to the next step. According to my words this step is marked as pass. I am sure is there a way to solve this problem.
Thanks for attention.
Simon Nowak
KCH


when i click in multi select drop down that time shows "Click 202On2ndLink" and it depend on an other drop down.
e.g: In my application 2 drop down 1. City 2. State (it's multi select drop down)
When i select option in 1st drop down then in 2nd drop down i am able to select option. When i select option in 1st drop down it's show me Select 'By value' option '1' on 'Select'. and then select option from 2nd drop down its shows me "Click <State Name>Link". now i want to use local data. How can i use local data for this 2nd drop down?
Here's my scenario. I have a data-driven test that is comparing some text fields to values in the spreadsheet. For one field and one iteration, it always fails but the data and the text on the field matches. Here is the log for the exception.
ArtOfTest.Common.Design.Exceptions.VerificationException: Content.TextContent of 'CphContentTabsPropOneTabpanDeedsRptDocsLblDocumentNoSpan' does not match!
Match Type: 'Same'
Expected Result: '571871'
Value at time of failure: '571851'
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
As you can see, the expected value and the value at time of failure are both '571871'. Am I missing something here?
My Product Version is 2016.3.928.0
I'm attempting to run a Load Test with Telerik Test Studio. I've recorded a user profile and would like to run it with 100 VUs.
How long does Test Studio wait between starting the user profile with each VU? The "sample rate" seems like maybe it would affect this, but I would like to set it so that it waits 500 ms in between each VU, not 5 whole seconds. Is this possible? 100 VUs should break my site but it's only getting a peak of 150 responses received per second. I am assuming that means 150 HTTP requests responded to (I have 50 HTTP requests in my user profile, so this means it's only doing 3 VUs per second).
How can I get it to send more requests at a time at my server?Hi,
I couldn`t find it anywhere, so i hope you can answer me.
How could I link test cases in Test Studio with user stories in Jira?
For example, if i have a user story in Jira, I would like to create test cases for that user story in Test Studio. After executing my tests, if i get any bugs, I would like to submit it into Jira, not only into the right project, but also into a right User story.
How could I manage this?