Telerik Forums
Test Studio Forum
1 answer
120 views
Hello,
How can write code for to enter text in radcombobox.I added code lik this
SilverlightApp app = ActiveBrowser.SilverlightApps()[0];   
         Telerik.WebAii.Controls.Xaml.RadComboBox cb =app.Find.ByAutomationId<Telerik.WebAii.Controls.Xaml.RadComboBox>("id=Cmb_CustomerName");

cb.text="Jain";


plz suggest write code.


Thanks&Regards,
Pranavi.k
Boyan Boev
Telerik team
 answered on 05 Aug 2013
1 answer
119 views
When selecting the "Get Latest Version of tests automatically from your TFS" for the scheduling Server, does that download it to the Project Source Location first defined in the "Schedule runs from local version"?

When scheduling a job to run remotely does it get latest from TFS to the Remote box or try to get it from the local scheduling server location?

Herb
Ivaylo
Telerik team
 answered on 05 Aug 2013
3 answers
117 views
Hello,
I need code sample for to click event for customer textblock for silverlight app.it will open customers.I added code 

SilverlightApp app = ActiveBrowser.SilverlightApps()[0];
             
TextBlock tx = app.Find.ByExpression(new XamlFindExpression("XamlTag=radribbontab,automationid=tabAccounting,|,XamlPath=/grid[name=RootPanel]/grid[name=HeaderPanel]/contentpresenter[name=HeaderElement]/grid[0]/textblock[0]")).As<TextBlock>();
 Assert.IsNotNull(tx);
tx.Wait.ForExists(10000);
tx.User.Click(MouseClickType.LeftClick);
but it's not working.As<TextBlock>Here we have to give my app textblock name or just TextBlock.

Boyan Boev
Telerik team
 answered on 05 Aug 2013
6 answers
351 views
Hello,
        I am wondering if there is an easy way to check an e-mail account to see if a particular e-mail is received after an action is performed on a website. Do you guys have any suggestions in how to accomplish this?
Velin Koychev
Telerik team
 answered on 02 Aug 2013
3 answers
89 views
Is there a way to re-run a scheduled test again manually that may have failed?   I would like to click on the scheduled test and re-run it, so I can receive the emails.   Or do I have to schedule another one to receive emails?
Ivaylo
Telerik team
 answered on 01 Aug 2013
5 answers
211 views
Hello,

I try to create the database for Scheduling server but I got this error:
Velin Koychev
Telerik team
 answered on 31 Jul 2013
2 answers
94 views
I created a test list called Remote Test that has 1 test to run.   When I choose to run the file remotely I get the following error:

TestList 'C:\Temp\Output\Remote Test - 130193257332713224\TestLists\Remote Test.aiilist' was not found.

Looking on the remote box the file is named wrong which is why it is failing.

C:\Temp\Output\Remote Test - 130193257332713224\TestLists\Test List 1.aiilist

Is there some type of setting that is naming this Test List 1?

I did use this name (Test List 1) in a test yesterday which was successful.   However any new Test Lists I create try to use this name when running remotely.

Please advise.

Herb

Velin Koychev
Telerik team
 answered on 30 Jul 2013
7 answers
179 views
Am getting error every time while creating script. attached  the error screenshot.and in beta version test list is not running. 
Pranavi
Top achievements
Rank 1
 answered on 29 Jul 2013
1 answer
107 views
I want to automate the silverlight application. But how can i access the elements without XAML? What will be the code need to be written??
Cody
Telerik team
 answered on 25 Jul 2013
1 answer
57 views
I want to automate the silverlight application. But how can i access the elements without XAML? What will be the code need to be written??
Cody
Telerik team
 answered on 25 Jul 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?