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.
Hi,
I can't seem to figure out how can I get TS so select a value from a combobox.
I've tried to record clicking on the combobox button to open it and then clicking on a value, but this does not execute properly.
After searching on the forum and found this thread (http://www.telerik.com/forums/how-to-select-from-drop-down-list) I also tried the following code, but this also doesn't work.
// Enter text 'Audi' in 'Text'Pages.LusitaniaSimuladorMotore26.Span.Click(); HtmlSelect marca = ActiveBrowser.Find.ById<HtmlSelect>("marcas"); marca.SelectByValue("Audi");With the above code I can see that the combobox opens, but no value is selected.
The HTML of the page is
<div id="marcas_id_div"><select id="marcas" onchange="javascript:ResetTotais(); ResetVersao(); ResetVeiculoInfo(); GetVersoes(false); CarregarVariaveis(0, 0, this.name);" name="marcas" style="width: 270px; display: none;"><option value=""> </option><option value="Abarth">Abarth </option><option value="Alfa Romeo">Alfa Romeo </option><option value="Aston Martin">Aston Martin </option><option value="Audi">Audi </option><option value="Bentley">Bentley </option><option value="Bmw">Bmw </option><option value="Chevrolet">Chevrolet </option></select><span class="ui-combobox"><input class="ui-state-default ui-combobox-input ui-autocomplete-input ui-widget ui-widget-content ui-corner-left" style="padding: 0 5px; height: 22px;" autocomplete="off" role="textbox" aria-autocomplete="list" aria-haspopup="true"><a class="ui-button ui-widget ui-state-default ui-button-icon-only ui-corner-right ui-combobox-toggle" tabindex="-1" title="Mostrar Todos Os Itens" role="button" aria-disabled="false" style=""><span class="ui-button-icon-primary ui-icon ui-icon-triangle-1-s"></span><span class="ui-button-text"></span></a></span></div>
Please help me.
Thanks,
Luis
Hi,
While executing the test "Reload/Unresponsive" page coming after completing 3rd or 4th iteration. Herewith I have attached the image, Kindly verify it. If any one know the reason "Why this coming?". Kindly inform me...