Telerik Forums
Test Studio Forum
4 answers
227 views
I am attempting to automate the process of logging into gmail and sending an email out.  I am able to write a test with correct steps, but they are not working all of the time because gmail seems to have a dynamic id assignment.  The trouble I am having is after clicking compose, the "send to" field find logic is id=:8t, tagname=TextArea.  Other times the "send to" field is id=:86, tagname=TextArea, other times id=:92.  The results are, sometimes the test will work perfect and send the email, but other times it won't be able to find the "Send to" element after the "click compose email" step.

Do you have any suggestions as to how I should change the find logic on the "Send To" "Subject" and "Field" Elements of a composing email on gmail so that I can get a consistent element find?
Doug
Top achievements
Rank 1
 answered on 03 Oct 2013
7 answers
156 views
Hi,

I'm using the Telerik test list setting to 'close and continue' when unexpected dialogs appear.  When that happens in my script, I see a line in my log letting me know it happened:

LOG: Unexpected dialog encountered. Closing the dialog, and continuing execution.

My question is, Is there any way to capture an image of, or the text from, the handled dialog, especially if I don't know what text might be on that dialog?  I'd like to see the title & any text from the body of the dialog, in order to diagnose what the dialog was reporting.

Thanks,

-Mark
Velin Koychev
Telerik team
 answered on 02 Oct 2013
1 answer
68 views
Hi,

I am new to telerik and also new to C#. I was trying to consume a web service. Using a "Console Application" project I am succeeded. But when I converted to a "Class Library" file, the same code is not working.

I followed the same steps mentioned at "http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/code-samples/general/execution-extensions.aspx" for creating an extension library. 

Can some one help me in solving this issue . Does it require any additional settings other than few mentioned in above link. Is there a way to know the exception messages that are shown during extension execution.

Thanks,
Saketh
Velin Koychev
Telerik team
 answered on 02 Oct 2013
1 answer
79 views
Hello,

I am completely new to Telerik, as in I just installed it my first time this morning.

I'm wondering, and if there's a permalink I missed or a great article on this by all means please feel free to link that and move along, is there an easy way to just check and entire web page(single home page and nothing deeper) for the existence of any values of "error"? Also, is there a way to check all of the images on that same page to make sure they loaded and aren't our favorite little broken image links?

As you can see, I'd like to start with VERY basic "are there any errors at all on the page that a user would visibly see?" testing, and the how to do that. Before I start doing more advanced stuffs.

Thanks in advance for any and all help.

Cheers,

Jason
Boyan Boev
Telerik team
 answered on 02 Oct 2013
1 answer
77 views
 fixed problem, not sure how to delete thread
Boyan Boev
Telerik team
 answered on 02 Oct 2013
1 answer
127 views
Hello,

I am newer using Telerik Test Studio. I am facing an error with an iframe in Chrome. Currently I am using Chrome (Version 25.0.1364.152)
and Telerik version 2012.2.1420.0.

This frame has a random id but I defined this object with the following options:
-BaseURL:~/Email2.php
-Id:~WVRANDOMID
-Index:3
-Name:~WVRANDOMID

The error shown is: 
Failure Information: 
~~~~~~~~~~~~~~~
Element was 'not found'. Criteria: Element 'Exists'.
Waiting for frame '[Frame:id=~WVRANDOMID,name=~WVRANDOMID,src=~/Email2.php,UseQuery:False]' timed out. Error: Wait for condition has timed out

The script is working well in IE8 and FF browser


Could you please help me how solve this issue?


Mario
Telerik team
 answered on 01 Oct 2013
5 answers
153 views
I am experiencing problems with recording tests in Chrome.

I installed Team Studio yesterday and was able, then, to record tests in Chrome.  Now, every time I click on the icon to start recording a test, it takes me into Internet Explorer, even though this is not my default browser - as it evident from the fact that the first message that comes up, when launching the recorder, is the one asking if I want to make IE my default browser.

I want to be able to record tests in Chrome, as the interface seemed more intuitive, but have not, yet, been able to identify a way of configuring Team Studio to make it use Chrome for recording.

Any help would be gratefully received.

Nick
Boyan Boev
Telerik team
 answered on 01 Oct 2013
3 answers
143 views
Before the major updates, when running multiple test lists, tests would run first in order of test lists, then in order of tests.

Now they run in order of tests alone, disregarding test lists.

What is the reason for this change? Do we have / can we get the option to run them either way?

I'm aware that tests are meant to be scoped so they can be run entirely individually but due to the way we use a custom-made DLL to monitor performance in coded steps, our tests are meant to be run in the order we specify. This is largely because of differentiating cold/warm/hot caching tests (so the cold cache tests have to be run first).

If you can't change this back or at least give us the option, we'll have to stick with your earlier version which is obviously not ideal.
Ivaylo
Telerik team
 answered on 01 Oct 2013
1 answer
125 views
Do Test studio supports load testing of WCF Services ? We have an application with the following details.

WPF application developed in c# .Net
WCF Services are used

Another application uses Silverlight. 

Does test studio supports the load testing of above mentioned requirements?
Boyan Boev
Telerik team
 answered on 26 Sep 2013
20 answers
372 views

Hi,

We seem to have on of our tests in the Test Studio Project desynchronized from our source control which is Team foundation Server 2008.  Every time we open the project in Test Studio it automaticallly checks out one of the tests for edit.  This particular test has not been worked on or touched for a number of weeks now so we have no idea why it has started to do this.  We have even attempted to fix it by completely deleting the test from both source control and Test Studio, then re-recording the test and checking it back in but we still seem to be in the same state.

Please find below an extract of the log when we open test Studio.

I would be grateful if you could advise how we can fix this.  Is there a file of some sort that we can manually edit to prevent Test Studio from trying to keep adding the same test to source control?

[02/04 14:33:22,Telerik.TestStudio.exe(2920:1),TeamFoundationServer] TFSServer._vcs_NonFatalError() : Non-fatal error handling TFS request: Failure instance 52192065
  RequestType: None
  Code: ItemExistsException
  Severity: Error
  Warnings: [0]
  ComputerName:
  IdentityName:
  LocalItem:
  Message: The item $/SetAllRequiredInfo.resx already exists.
  ResourceName:
  ServerItem: $/SetAllRequiredInfo.resx
  ItemId: 0
  WorkspaceName:
  WorkspaceOwner:

[02/04 14:33:22,Telerik.TestStudio.exe(2920:1),TeamFoundationServer] TFSServer._vcs_NonFatalError() : Non-fatal error handling TFS request: Failure instance 64398613
  RequestType: None
  Code: ItemExistsException
  Severity: Error
  Warnings: [0]
  ComputerName:
  IdentityName:
  LocalItem:
  Message: The item $/SetAllRequiredInfo.tstest already exists.
  ResourceName:
  ServerItem: $/SetAllRequiredInfo.tstest
  ItemId: 0
  WorkspaceName:
  WorkspaceOwner:

[02/04 14:33:22,Telerik.TestStudio.exe(2920:1),TeamFoundationServer] TFSServer.AddFiles() : Error adding files

Cody
Telerik team
 answered on 25 Sep 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?