I'm attempting to execute this example in your documentation: http://docs.telerik.com/teststudio/advanced-topics/coded-samples/general/external-log-file#excel-file
I've included the reference to Microsoft Office Excel DLL.
Although there is a reference to a Text Log example, too, it calls for the inclusion of the ArtOfTest.Common.Design. However, when I navigate to the referenced directory of "C:\Program Files (x86)\Telerik\Test Studio\Bin", the DLL is not present.
I've included a picture of the IDE with the Excel code.
Hello,
I should do following task:
1. Create order at restaurant.
2. Check email which will be send after finishing order. (order total, tax etc)
I have a problem with checking order total, tax in email. I've got error message: Unable to locate element
I've noticed that form is changed his name: http://joxi.ru/p27oJJzTRLj427 , http://joxi.ru/DmBx996SOqQxAP
Can you give me some advise ?
And one more question: I can't understand why:
Same test one time is passed, next is failed, then again passed - without any changes.
Hi,
I saw a lot of Manager.ActiveBrowser.Refresh(); in our company test automation framework.
Even after clicking on a link refresh is being done. Doesn't Telerik automatically refresh browser DOM tree. Is it needed after every single click?
Thanks,
VVP
Hi,
I have the test steps below:
- click button “Add user” - appears new row for adding data
- fill all required fields
- click "Add" link to add new user. http://joxi.ru/GrqyRR3i0B3Drz (http://joxi.ru/5mdQDDwfdlba21 <a href="javascript:Grid1_insertRow();"></a>)
Currently my application under test behavior is after clicking “Add” link, a JavaScript is called to adding the data
In my test script, I used:
Manager.Desktop.Mouse.Click(MouseClickType.LeftClick, Pages.KudzuCallCenter.AddLink.GetRectangle()); http://joxi.ru/bmovllaF1Gp9ry
But I've got following error:
d:\Telerik\CPK\WebTest.tstest.cs: Line 85: (CS0012) The type 'System.Drawing.Rectangle' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
d:\Telerik\CPK\WebTest.tstest.cs: Line 85: (CS0012) The type 'System.Drawing.Point' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
http://joxi.ru/nAy9yy7uRqpPAZ
How can I fix this problem?
Hi all,
As always, i have a problem. :) I created a test. When I changed the input variable in test, my test fails. I attached images that represent my problem. Thanks for your helps.
Hi all,
I have a problem about searching in table. Actually, i need to verify listed items in table contains given input. However, i can not find true element for verification. I added images for you to understand the problem.
Hi,
I have bound an excel file and am trying to complete an import with multiple lines on a loop. The first pass on the import runs fine but the second loop imports the first line all over again instead of dropping to the second line. Is there something specific I need to do to on the bind to tell it which row goes where that I am missing?
Thanks! Laura
Hello,
I am testing a web application, in this app, i have a text field, that takes date and calculates the age accordingly.
the age is calculated the moment you navigate out of the field.
when i recorded the test, the age was calculated properly, but wen executing it, the age is not calculated, what shall i do?
Thanks,
Essra,