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
In our web application, clicking on a link in Windows1 opens up Windows2 with several dynamic content (e.g. session ID) embedded in the URL.
How would I need to configure Test Studio to ignore these contents when recording my Web Test?
We have an Android app which we wish to run tests on using Test Studio. I used the android application configuration menu within Test Studio on the APK my development team gave me, and when I tried to open the app I simply saw the splash screen for less than a second, then it closes. The interesting thing I discovered on closer inspection is that the APK Test Studio generated was about 15MB smaller than my original, which tells me that something is very wrong with the process. These are the steps I had to take to get to this point:
1. When I first pointed Tesk Studio to the location of my Android SDK, it told me that "aapt.exe" could not be found. To resolve this, I moved everything from the "24.0.2" directory inside the build-tools directory up into the build-tools directory.
The next error message I got was "Android build tools not found". My solution (suggested by someone on your forums) was to edit my MtAPKProvisioningSettings JSON file (located in C:\Users\USERNAME\AppData\Roaming\ArtOfTest) to include this: "AndroidBuildToolsVersion":"24.0.2". The field had previously been blank, like this: "AndroidBuildToolsVersion":"".