Hi.
When recording a test, the part that involves kendoinput values doesnt work when i run it..
The text that´s inserted on the kendo input value dissapears at the moment that the kendo select is invocated.
In a coded test, I’m trying to compare an image displayed in a ArtOfTest.WebAii.Controls.Xaml.Wpf.Image control with an image I have on the file system. This would be quite straightforward in WPF, but how do I get the bitmap (either as a byte[] or System.Drawing.Bitmap) from ArtOfTest.WebAii.Controls.Xaml.Wpf.Image control?
Thanks
Hi Team,
I am trying to click on a link which is Inside a HTML Table.
Added the Element with Properties hierarchy as follows :
Tagname = Table
Tagname = tbody
TagIndex = tbody:0
Tagname = tr
Innertext Contains $(ID) Here ID should be 55999
Tagname = td
Class = dxgv
Innertext Contains $(ID) Here ID should be 55999
Tagname = a
But during runtime, Test Studio is NOT clicking on link inside a cell of HTML table. Please guide me on this
In my attached code sample, I have added an ID to a particular HtmlDiv called "THIS_TEXT". In a coded step, how would you go about finding that particular div if the ID was not added? I have something like this currently:
HtmlDiv divContainer = Manager.ActiveBrowser.Find.ByAttributes<HtmlDiv>("class=x-grid3-row-first");
HtmlTable table = divContainer.Find.ByAttributes<HtmlTable>("class=x-grid3-row-table");
// Fails on step above: Object reference not set to an instance of an object. Am I missing something?
IList<HtmlTableRow> tableRowList = divContainer.Find.AllByTagName<HtmlTableRow>("tr");
string returnValue = String.Empty;
for (int i = 1; i < 2; i++)
{
returnValue = tableRowList[i].Cells[1].InnerText.ToString();
}
Any advice/tips/feedback is appreciated for this newbie...
- Chris
Hello guys,
Does anyoane encoutered this situation: after execution of a dynamic test list the result file is not saved (*.aiiresult)
--I noticed that after execution, the Telerik.TestStudio.Desktop.exe *32 process have occupied almost 4 gb->is this a problem?
Thanks,
Daniel
Hi,
When starting a remote run of a test list, it always takes 4-5 minutes, from list initialisation to execution. Since my test lists seems to produce more false Fails the more items they contain, I tend to run higher frequency shorter lists, but then this delay becomes a bigger issue.
Is this normal behaviour? Does a list need that much time to transfer/load?
I'm running from a Windows 10 desktop to a Windows 7 virtual machine.
Hope you can help with this.
Thank you,
Jakob
I know the shortcut for undo is ctrl + z; is there not a shortcut to redo?
- Chris
When I click the Bind Test button and change the data source in the drop down (with Use T-SQL checked and some custom script entered in the editor), I get an error "Unable to show the data. Error: Invalid object name [tablename referenced in first datasouce].". After pressing Ok, and unchecking "Use T-SQL", my list of tables does not appear. If i toggle back and forth between the 2 data sources in the drop down, it eventually shows the table list but not after about 3-5 times of toggling back and forth and unchecking/Updating. Just wanted to run this by and see if anybody else experienced this and/or if this was a known issue..
- Chris