Hi Telerik,
We are facing one critical issue related to scripts execution on Chrome browser. When we are executing the created scripts on Google chrome it automatically creates multiple instances of chrome because of which our CPU utilization peaks up to 100%. Same scripts are working fine on Internet Explorer.
Please provide us a appropriate solution ASAP.
Thanks in Advance,
Regards,
I recently upgraded to Test Studio version 2015.1.319.0 on a laptop running Windows 7. After the upgrade, I am now getting the following error after I start Test Studio:
There was no endpoint listening at https://www.telerik.com/services/ProductVersion/Service.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
This error appears immediately after startup, before I have selected a project. (At the Welcome to Test Studio screen) Is this an issue that will affect my testing, or can I ignore this error?
Hi,
I am facing the below issue while running scripts remotely.
a. I have a test suite out of which few scripts which has mouse/keyboard events such as – (Mouse real click, keyboard type, keypress events)
b. When I schedule this test in a remote machine at some time, the scripts with mouse/keyboard events are failing whereas all the other scripts are passing. I assume, it is because of the browser not being focused at that point of time. Same happens when I launch a remote machine through my laptop, run the keyboard events script and return back to my machine (minimizing the remote machine and returning to my machine’s session) – Script fails at the step which has keyboard/mouse events.
Could you please provide some solution to this?
Hi there,
I'm evaluating Test Studio for our company's testing needs, and have a question about a specific test scenario.
I'm trying to record a test involving adding an item to a Kendo List View that has a Kendo Editor defined in its edit template. I am unable to get the "click" or "typing" into the editor to be recorded as part of the test. All other aspects of the test scenario (typing into other kendo controls on the edit form, clicking submit, etc) are recorded and execute as expected.
I am using the Kendo ASP.NET MVC Wrappers (2014.3.1411) and recording tests in Internet Explorer 11.
My list view editor template is defined as
<div class="k-edit-form-container"> @( Html.Kendo().EditorFor(i => i.Body) .Tools(tools => { tools.Clear(); tools.Formatting(); tools.Separator(); tools.Bold(); tools.Italic(); tools.Underline(); tools.SuperScript(); tools.SubScript(); tools.Separator(); tools.JustifyLeft(); tools.JustifyCenter(); tools.JustifyRight(); tools.JustifyFull(); tools.Separator(); tools.InsertUnorderedList(); tools.InsertOrderedList(); tools.Indent(); tools.Separator(); tools.CreateLink(); tools.InsertImage(); }).StyleSheets(style => { style.Add("/Content/BasicStyles.css"); })) <br /><br /> <div class="edit-buttons"> <a class="k-button k-button-icontext k-update-button" href="\\#"><span class="k-icon k-update"></span>Save</a> <a class="k-button k-button-icontext k-cancel-button" href="\\#"><span class="k-icon k-cancel"></span>Cancel</a> </div></div>Hi,
I am wondering if telerik has a option to generate any report of test execution.
Automation test people only need logs, i agree. But when we need to submit to others we are finding it difficult as i couldn't find any reports.
I thought after execution a report will be generated with steps executed , like Pass and Fail.
If any method exists ,kindly let me know.
Thanks,
VVP
Hi All,
When i try to update object in page, i am facing this problem.
Brief : Some objects in UI is changed and UI itself got a new look. So i have to update objects and scripts.
Suppose i have a page like ManageAccount and i access a element named btnSubmit like Pages.ManageAccount.btnSubmit in scripts.
After updating the UI, when i try to add new element btnSubmit (as old was not getting recognised) it gets added in Pages.ManageAccount0.btnSubmit.
I dont know why it is not getting added in existing Page. Any ideas to get it added in existing Page?
Thanks ,
VVP
Hello,
I am trying to use custom referenced DLL in scripts with TestStudio v2015.1.319.0 and it is not working. I have tried below options to use my custom dll and none of them worked.
1. Put dll in Project Root folder. (Root path: D:\Telerik Projects\TestProject1\Demo.dll where my Project Name is "TestProject1")
2. Put dll in assembly folder. (Path: C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Demo.dll)
3. Put dll in any other folder on system. (Path: E:\Telerik References\Demo.dll)
Is there something I am missing here ?
Thanks,
Chandresh
Hi there,
QA is a small part of this company but it is growing. We have more than 30 customers and we will need to soon test all customers which are using different CSS.
At this moment, we are using nightwatchjs with Node using Javascript, it is good and we can define steps and call those steps several times in our code. i.e. login, creating different text for topics etc... I have several questions:-
1. How do you handle text creation? I.e. a Topic or a UserName can not have the same name, must be unquie. In nightwatch we use chance.js
2. Can run through Jenkins?
3. Can be run by Groups?
4. Scripts can be recording in your application and imported or viewed as javascript? I.e. import into nightwatchjs?
5. Ajax calls can also be called?
6. Do you have a API Reference?
7. Does your system create reports
8. How long does your Trial version last for?
9. This software can be install on MAC? Is it support?
10. If a licence is bought, how many people can use this at one time?