Telerik Forums
Test Studio Forum
1 answer
91 views
Hello,

I can not find how to create consistent tests - for example, if I want to test some functionality in a website that requires to be logged in, I want to make a few separate tests for different d\functionality because it's easier to maintenance, but I have to put login steps in each test. I want to avoid that and just do it once and every next test to start after the last one is finished. 
Boyan Boev
Telerik team
 answered on 06 Aug 2013
1 answer
88 views
Am adding new record in my app.when am adding customer record i have to enter customer name  in radcombobx. How can write code for enter text in radcombobox.

Thanks,
Pranavi
Boyan Boev
Telerik team
 answered on 05 Aug 2013
1 answer
105 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
107 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
103 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
333 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
81 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
185 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
84 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
169 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?