Does telerik test studio support the following? We need to buy a testing tool for our small company and we need it for the following:
1- Desktop C# and C++ Applications
2- WCF, Web services and API's
3- Web Applications (ASP.NET, React and MVC)
4- Mobile applications
5- Recording and data driven test
6-Writing scripts for testing using C#.
7- Ease of use and reporting.
Can any body help me in this?
User Credentials are input here and navigates to the home screen. This screen is recognized by Telerik
Screen Shot 2:
This screen is recognized by Telerik as well. Once in this home screen, I click the “Central HR” button (bordered in green below) and this navigates me to a new window
Screen Shot 3:
The click on the previous screen opens 2 popups (new windows), one is a basic HTML new window (blank with no data) shown below on the left and a Modal popup (with all further functionalities) shown below on the right. This modal popup is not recognized by telerik and does not record any action on this modal popup. A majority of our testing has to be performed on this modal popup
My company has been using Test Studio for automated web testing and I am trying to create some Manual test scripts. However, when I load into the project, add a Manual Test and attempt to open the Manual Test, the application simply closes without warning. This was happening in 2016 and still happens since upgrading to 2018. There's nothing in the event viewer to suggest a crash, am I simply misunderstanding how to write manual tests?
Any help would be much appreciated.
Hi,
In our application we have 'filter-treeview-in-dialog' kendo component, in which we have to select the check boxes. But I am unable to select any of the check boxes using Test Studio.
Please see the link below:
https://demos.telerik.com/kendo-ui/treeview/filter-treeview-in-dialog
See the attached snap for the same.


What I need to do is something to the effect of
"Wait until HtmlFindExpression("role=gridcell","aria-selected=false").Count() > 0" ...then continue on.
I have a kendo scheduler bound to a datasource and I need to have the test step validate there are events in the scheduler. The callback might be 50ms or 5 seconds, it's not reliable enough in a test list to set a simple wait.
Suggestions? :D
Hello guys,
First of all apologies for creating a new thread as I could not find any relevant to my query. If it's already out there, please give me the link:
Can someone advise Is it possible to use test script(s) of one Test studio project into some other Test studio project?
Suppose I have a project A with automated script of Login functionality. So is it possible to use that login script from Project A in project B? if yes, how Can this be done? if you guys can provide any reference article that would be great too.
Best,
Fahad.

I need a list of all Test Studio variables so that we can map their values to fields in TFS.
I'm using Visual Studio Online (VSTS) and it's creating the bug correctly, however not inserting the description of the bug into the right field in VSTS.
Please help. Thank you.

I want to set a databind variable through the coded step so that it can be repurposed and used in the test case front end. I've tried the following:
SetExtractedValue("extractedVarName", localVar.ToString());
and tried calling the extractedVarName in a recorded Verify step however it doesn't seem to be valid and fails.
Any help would be greatly appreciated.
Thank you.