I was testing focusing on data binding and modularization.
I was running into one particular issue with regards to Telerik radcombo boxes specifically when the drop down has more than three columns within the radcombo box. Eg: Customer Name which is a radcombobox has four columns - Name, Address, City and Phone when we drop down our combo box. How would I data bind a radcombo box in this instance? There are two things I want to accomplish:
1) One is to check if the data is loaded from the server eg: John Dugard is loaded in the list
2) Selecting the appropriate customer in this case - John Dugard
When I recorded the above two steps specifically to John Dugard everything works well, when I data bind it to my spreadsheet the test is failing. The reason being - it is looking for the specific html element rather than the exact data value. How can I get around this?
Hi!
I have a question.
Let's view http://www.artoftest.com/Samples/SampleApplication.html example.
I want to set some concrete date in calendar, e.g. 20th of December.
I created test in Recorder, and that's how click on date is recorded:
Pages.SampleApplication.SilverlightApp.Item24Calendardaybutton.User.Click(ArtOfTest.WebAii.Core.MouseClickType.LeftClick, 10, 6,
ArtOfTest.Common.OffsetReference.TopLeftCorner, ArtOfTest.Common.ActionPointUnitType.Pixel, ((System.Windows.Forms.Keys)(0)));
But if I would play this test in another month, Item24Calendardaybutton will not be 20th of December anymore. How should I customize my code to select 20th number always?
In some of our tests after a series of actions,
we are losing the storyboards, we get the 'missing image'
url in the storyboards.
(We are unable to replicate this problem as to how we get this.)
We tried to leverage the 'Recapture Storyboard' button functionality to recapture the storyboards on our test. When
we run this even though the test runs successfully, I cannot see the storyboards of the application being re-recorded.
what am I missing here? Is this functionality (recpature storyboard) supposed to work the way it is spelled out?