Telerik Forums
Test Studio Forum
2 answers
295 views
Hello,

I am trying to record steps for file upload functionality but it always fails so I need some help on that. My questions are the following:

1. I am trying to record the steps of uploading a file, so I have two steps added:
1.1. RadAsyncUpload and
1.2. Handle 'FileUpload' dialog
The first one gave me the following error: "Timed out waiting '60000' msec. for any dialog to be handled '1'"
For, example in http://www.telerik.com where I can change my avatar image, how can I test this functionality? I mean, there are custom names such as "Select" button. Can you provide me a code for coded step about testing this functionality or guide me through the process of recording steps?

2. If I want to run the test on another PC, where should I store the image (the file that will be uploaded) and what path should I use? Can you please give me an example?
Cody
Telerik team
 answered on 12 Aug 2013
1 answer
84 views

We’re taking a new step for Test Studio: we’re making Test Studio 2013 R1 available as a public beta. This release of Test Studio has undergone some major changes, and we’d like your feedback on what you think of things so far!

We’re making a Beta build of R1 available for you until 15 August. The Beta will expire at that point, so keep reading if you’re interested in having an early look at the release!

Where to Get It

We’ve made the Beta build available right on your Telerik.com My Account page. (Don’t have an account? All you need to do is register at Telerik.com. You don’t need to purchase anything, sign up for newsletters, or hand us over your firstborn.)

Where to Read More

Part of our Beta program is allowing you access to our early draft documentation. We’re trying to make sure our documentation is clear, complete, and helpful. Let us know where we can continue to flesh things out for you.

What We’d Like From You

Test Studio 2013 R1 is a significant change from earlier versions. You’ll see a completely new theme for the UI, you’ll find more features, and you’ll be able to record in more browsers. Here are some of the things we’d love to hear back from you on:

  • What do you think of the new UI?
  • How is Test Studio’s performance, especially in large projects, working for you?
  • What do you think of the new recorders in Chrome, Safari, and Firefox?
  • How is the new distributed execution environment working for you?
  • What’s unclear?
  • What’s not working?
  • Are you having any problems installing?
  • Any problems upgrading and using existing projects?

Don’t feel constrained by the list above. Let us know whatever feedback you’ve got!

Where to File Feedback

We’ve created a special portal just for this Beta. Please fire away with bug reports, feature requests, and feedback there.

Disclaimer

This is a Beta release, folks. Please do not install or use this in your production environments. We may still make breaking changes to the product, and we don’t want you to paint yourself into a corner. This also means you shouldn’t be checking in any changes you make with this Beta to your main test projects in source control. (Not using source control for your test projects? Please, stop reading and go get it set up. I’ll wait here.)

Nadezhda
Top achievements
Rank 1
 answered on 08 Aug 2013
3 answers
141 views
The AjaxTimeout property referenced on this page

http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/modifying-tests/change-test-step-properties.aspx

Isn't showing up for me in the test step properties. Is there something special I need to do?
Rodney
Telerik team
 answered on 08 Aug 2013
2 answers
95 views
So I did the upgrade to R1 2013, I forgot to install a scheduling server.  The steps on this page, I was wondering how to reinstall and get back to the steps on the link.  I tried uninstalling and then reinstalling, but it never gave me an option to install the scheduling server.

http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/installation/install-procedure.aspx
Boyan Boev
Telerik team
 answered on 08 Aug 2013
8 answers
237 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
94 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
90 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
109 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
111 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
104 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?