Using data driven test, child item for tree view are getting populated as per telerik Data table values. We are trying to validate the tree control (silverlight application) in
which child node are added dynamically through the application from local table which is added before, we want to
test whether child node are added correctly or not to the tree. we are
trying to validate with C# Customized code. We have reference for the
parent node(ParentLeftmousebuttondowntreeviewitem) for that newly added
to child. Parent node(ParentLeftmousebuttondowntreeviewitem) object type
is TreeViewItem which is silverlight application
object (refer attached file - ParentNodeInfo.jpg). But child node object is
mentioned as FrameworkElement object. For parent node
(ParentLeftmousebuttondowntreeviewitem) property Children
had collection of IList<FrameworkElement> (refer attached file -
ParentNodeInfo.jpg). Is there
any sample code to help me out.
Following bolew both API (GetChildren() and Children) is not returning any child nodes from parent node. Pages.SMART.SilverlightApp.OrganizationStructureLeftmousebuttondowntreeviewitem.GetChildren() and
Pages.SMART.SilverlightApp.OrganizationStructureLeftmousebuttondowntreeviewitem.Children
I would like to create a test that will be reuse in many lists.This test is a login on my secured web site. But after the test finish, the browser instace close and the next test can not execute because it try to retreive a control on the main page After the longin process....
hello,
I installed the new version of telerik Q3 2010 today ,I tried the new features but I get error when I try to connect to the server with the function "connect".
The error is attached ,
Regards
Sam
I am using Windows 7 Ultimate, Visual Studio 2010 with SP1 and IE9 all 64 bits.
I installed the latest 2011 Test Studio and the first time I could record using IE9, but now it is just impossible. I always get this error. I already change the security for IE... what else?
We have been using VS Test projects for coded web tests for a while now. We are also using RADControls in our project.
My question is how to use WebAII features say for ex Find.ById etc in my exisiting VS Test Project?
I have an Runtime Edition Installed on the server machine. I am trying to Connect to that server from my machine and Schedule a test list using "Web UI Test Studio Dev Edition" integrated with VS 2010. There was an feature to Connect to Server using Web UI Test Studio QA Edition, but I am not finding such feature in Dev Edition. Is there any way in Scheduling a Testlist using DEV Edition Integrated with VS 2010.
In other words - in my test detail under the Project tab when a test is selected there are 3 fields named CustomProperty. I use these to flag if a test is ready, under development, or needs repair; the type of test (smoke/regression), and the date it was last updated. I would like to be able to change the names from CustomProperty1 to Status, CustomProperty2 to Test Type, and CustomProperty3 to Last Updated. Is this possible?