Hello,
I am using Test Studio Web and Desktop to author, maintain and execute manual test cases. When a tester pulls down the latest tests from source control and start to execute them, they will only need to execute a few tests at a time (either a single test case or a test list containing 3-4 tests).
On my team we will have multiple people executing multiple tests concurrently. My problem then comes when we must report results to stakeholders.
Because Test Studio has no feature like a 'Test Run' Results or 'Test Session' Results, the results from each individual test case are stored in individual test result files.
Is there a way to combine all of these results in a better way then making a large test list containing all tests and re-executing them and passing/failing tests based on the individual results I've gathered from all testers? That seems to be the only solution I have found and I really hope there is a better one.
Let me know if anyone knows of something better.
Thanks,
Jon
I see HideFindExpressionWelcome option in a project's settings.aiis file.
What does it mean? How I can use it?
I have a problem with creating of Telerik test studio project in VS 2015. After creating the project I cannot open the example.ttest file.
I get this error:
Severity Code Description Project File Line Suppression State
Warning The "GenerateElementsTask" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\Program Files (x86)\MSBuild\14.0\bin" directory. TestStudioProject6
Severity Code Description Project File Line Suppression State
Warning IDE0006 Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. TestStudioProject6 1 Active
Severity Code Description Project File Line Suppression State
Warning The referenced component 'Telerik.WebAii.Controls.Xaml' could not be found. TestStudioProject6
Warning The referenced component 'System.Windows.Forms' could not be found. TestStudioProject6
Warning The referenced component 'Telerik.WebAii.Controls.Html' could not be found. TestStudioProject6
Warning The referenced component 'ArtOfTest.WebAii.Design' could not be found. TestStudioProject6
Warning The referenced component 'ArtOfTest.WebAii' could not be found. TestStudioProject6
Warning The referenced component 'Telerik.TestingFramework.Controls.KendoUI' could not be found. TestStudioProject6
Warning The referenced component 'Microsoft.VisualStudio.QualityTools.UnitTestFramework' could not be found. TestStudioProject6
Warning The referenced component 'System.Core' could not be found. TestStudioProject6
Warning The referenced component 'System' could not be found. TestStudioProject6
I also get this error after trying to open the .ttest file:
the document cannot be opened. it has been renamed deleted or moved
I have recorded tests that utilize the KendoInput and KendoListBox translators to execute steps on Kendo controls in our applications (open combo box, select items, etc.) These test were working as expected with our app running Kendo version 2014.3.1119. However, since updating our application to use Kendo release 2015.1.429, the Kendo test steps don't work as expected.
For example, when running a recorded step 'KendoInput: Combo open' on a control, the listbox drops down as I expect, but no longer contains any items. Therefore, when the subsequent step 'KendoListBox: select item by text ...' runs, it cannot find the item, and the test log shows the following error:
Item with text ... is not available to select.
InnerException:
System.ArgumentException: Item with text ADM - Administration is not available to select.
at Telerik.TestingFramework.Controls.KendoUI.KendoListBox.SelectItem(String text)
at Telerik.TestStudio.Translators.KendoUI.ListBox.KendoListBoxSelectItem.Execute(Browser browser)
at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
This issue has broken almost all of the automated tests in our project. If anyone has any information on the issue or what I can do to resolve it, I would greatly appreciate it.
I have a coded step that is generating a random email address. It is working fine, however, after it generates the email address, it is not progressing past this step.
On the output window, I have to click anywhere in the command output window to get it to move forward.
What am I missing with this?

Hi All,
I have a problem in one of the (Click button) steps.
Steps followed:
1. I have a step to click on the complete button in my webpage.
2. When I run the step, the system actually clicks on the button. But in the telerik test studio runner, the step is still there. And it is taking more time. I could stop that step , only by aborting the execution.
Could you please tell me, what is the error about.? and how to solve this.?
Regards,
Nithya A.

Hi. I am working with three regression projects in Test Studio. Recently, I have had extensive problems when running test lists remotely. Older versions of test scripts are continually showing up and test scripts are not "finding" test as step scripts (which should be there and were running successfully previously). So, after manually trying to fix the problem for awhile (by causing new modify dates on test scripts), I resorted to using the RoboMongo tool to "drop the database" on the server.
Now when I look at the Results tabs for each project, I only see test lists scheduled in the future, as expected, except for one project, where it still lists two previous test runs. Thinking that perhaps the database was corrupted, I ran the database repair. This still did not clear those test runs.
Is there something I am not understanding here? Any help would be much appreciated!
Briar


I'm a new user evaluating Telerik Test Studio for use with load testing an Excel Plug-In that communicates with a remote application server.
I create a new test project of type "Load Test".
I create a new user profile, selecting the "Capture all local traffic" option.
I can see general traffic being captured.
When I go to my Excel Plug-In and attempt to login using it, to the the application server, I get an error about the underlying connection being closed. This only happens when I try to record traffic.
Probably something basic I'm doing wrong - maybe related to the application server being connected to using a https connection????
Here is a link to a screencam: https://drive.google.com/open?id=0B5947ZWN_1xULTRlRmc5S1JZOE0
Any help much appreciated
- Matt
