Telerik Forums
Test Studio Forum
8 answers
173 views
In a Single test-list suppose there are 5 tests , To test an application i need to login into application first and continue so when i testing 5 tests, for every test the recorded script showing login screen , instead , i want to login once and run all the scripts without showing login screen for rest of scripts.
Ivaylo
Telerik team
 answered on 07 Aug 2013
1 answer
71 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
60 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
80 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
81 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
75 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
276 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
66 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
139 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
61 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?