Hello Telerik Team,
I am in evaluation period. Before we buy the production I need to ask and learn some informations.
-Is the Test Studio logging/showing the Javascript errors in a way?
-How is the errors reported? What king of informations does the reports include?
-Can we verify with Test Studio like "Page B must come after Page A" ?
We will decide to buy the product related to these questions.
Thank you already for your answers.
Hi,
I work in Visual Studio, code first type development. Application under the test is Silverlight app. in browser.
On a page I have a grid. I get instance of the grid using code like:
var temp = Get<Telerik.WebAii.Controls.Xaml.RadGridView>("Name=MyGridName", "XamlTag=bradgridview");
The question is - when I look "temp" all collections (GroupHeadersRows,Rows , etc. ) always empty?
Hello
I am getting this error when I try to run a recorded web test against internet explorer:
System.ApplicationException: Exception thrown attempting to launch Internet Explorer. Please make sure Internet Explorer is properly installed and you are able to launch it.
The internet explorer window opens up, but nothing else happens, the pages starys on About:Blank
There are numerous posts on this forum which tell you to disable browser plugins and a few others. is there any definitive place where all the causes are stored in a kb article?
Cheers
Alex
I am using telerik demo in which I am trying to run a web test. But when it is recording, the application is crashing and I have to reopen the app again,
I need to know the problem. Please help me.Attached is the log file.
Hi,
Posting for a colleague who's unable to calibrate her browser, she'll be using Telerik for the first time.
Tried thrice calibrating and ended up with the same results.
We have a page that enables some controls when a checkbox is checked. Everything looks great when recording a test to validate that the controls are enabled, however when the test is run - the checkbox shows as checked - but the controls do not show as enabled.
Here's the javascript for enable/disable the controls:
<input name="_ctl0:ContentMain:tabGeneral:_hiddenPerformDetection" type="hidden" id="_ctl0_ContentMain_tabGeneral__hiddenPerformDetection" value="True" />
<script type="text/javascript">
$(function () { $('#_ctl0_ContentMain_tabGeneral__dataSourceIsActiveCheckBox').click(function () { if (this.checked) {
$('#_ctl0_ContentMain_tabGeneral__onUsDays').removeAttr('disabled');
$('#_ctl0_ContentMain_tabGeneral__transitDays').removeAttr('disabled');
$('#_ctl0_ContentMain_tabGeneral__defaultPriorityDropDown').removeAttr('disabled');
$('#_ctl0_ContentMain_tabGeneral__imageSupportEnabledCheckBox').removeAttr('disabled');
$('#_ctl0_ContentMain_tabGeneral__itemDetectionIsEnabledCheckBox').removeAttr('disabled');
$('#_ctl0_ContentMain_tabGeneral__buttonsRow').removeAttr('disabled'); }
else {
$('#_ctl0_ContentMain_tabGeneral__onUsDays').attr('disabled', true);
$('#_ctl0_ContentMain_tabGeneral__transitDays').attr('disabled', true);
$('#_ctl0_ContentMain_tabGeneral__defaultPriorityDropDown').attr('disabled', true);
$('#_ctl0_ContentMain_tabGeneral__imageSupportEnabledCheckBox').attr('disabled', true);
$('#_ctl0_ContentMain_tabGeneral__itemDetectionIsEnabledCheckBox').attr('disabled', true);
$('#_ctl0_ContentMain_tabGeneral__buttonsRow').attr('disabled', true); }
Any help on getting this working would be appreciated.
Stuart.
Hi,
I don't understand why my report not display % passed, %failed.
I have run successful.