Telerik Forums
Test Studio Forum
4 answers
122 views
Hello,

I've made an easy testlist with a test that opens a application then closes it. (WPFtest)
I've scheduled this test but it fails when it runs.
"The Machine {0} has hung! No tests were Executed!"

I made this test just to see if it was working, but seems like something is wrong.

Any suggestions on what i can do to make it run?

BR
//Jonas

Jonas
Top achievements
Rank 2
 answered on 03 Oct 2011
1 answer
123 views
After upgrading it appears that inserting a manual step slots the step at the bottom instead of inserting it after the step you have hi-lited.
Plamen
Telerik team
 answered on 03 Oct 2011
6 answers
178 views

Hi
In the application i have to test has a dialog popup right after login if the user already as a session open. before the dialog is not expected every time, the step will fail if the element is not found,
is there a way ignore the step? I already have it set to continue on fail, but the report will report the failure,
I have tried to verify the element to control an IF else steps, but that fails if the popup does not "pop"

Please point me in the right direction

Thank You
Chris


ArtOfTest.Common.Design.Exceptions.ElementFindException: Unable to locate element. Details: Attempting to find [Html] element using
Find logic
 (Html): [tagname 'Exact' h3] AND [TextContent 'Exact' Login Conflict]

Unable to locate element. Search failed!

   at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.WaitForAllElements(IAutomationHost host, AutomationDescriptor descriptor, Int32 timeout)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)

Anthony
Telerik team
 answered on 30 Sep 2011
18 answers
335 views
I added a test settings file to my project, and believe I have set it up correctly however when I try to run tests from VS2010, I get the following error:

Error 9/20/2011 8:43:41 AM Failed to queue test run 'Jamie@API8406 2011-09-20 08:43:40': Unable to find assembly 'ArtOfTest.WebAiiVSIP, Version=2011.1.502.0, Culture=neutral, PublicKeyToken=14176981d1873d86'. API8406


Another associate of mine is able to run tests from his machine through VS2010 against the Agents successfully, but we cannot figure out what is different between our machines.  What am I missing to be able to run my tests against the controller/agent system?

What is ArtOfTest.WebAiiVSIP?

We are currently using the licensed version of v2.0.50727/2011.1.502.0.
Cody
Telerik team
 answered on 29 Sep 2011
2 answers
180 views
Performance Run files have a .tsperf file extension. How to open it?

I want to save and open test results for my boss. Can I create something like web-page or xls file to save my results?
Alex
Top achievements
Rank 1
 answered on 29 Sep 2011
2 answers
158 views
You can see my tabs in application in attached file. In user guide there is "Performance" tab between "Record" and "Test lists". What should I do to enable it?
(I use trial version)
Alex
Top achievements
Rank 1
 answered on 29 Sep 2011
4 answers
111 views
Hello,

I have been able to successfully execute tests in IE 7, however when I attempt to execute the same test in Chrome v14.0, the test fails on either clicking a hyperlink or verifying text.  I have completed the browser configuration instructions...are there any other suggestions or minor nuances I should check?

Thanks much!
Alan
Alan
Top achievements
Rank 2
 answered on 28 Sep 2011
7 answers
319 views
Hello,

I have a website with a frameset and nested iframes.
Please read the code to see where the problem occurs.

// Launch a browser instance
  Manager.LaunchNewBrowser(BrowserType.InternetExplorer);
  Manager.Current.ActiveBrowser.ClearCache(BrowserCacheType.TempFilesCache);
 
  // The active browser
  ActiveBrowser.NavigateTo("http://anydomain.com");
 
  // Find the google search box and set it to "Telerik";
  Find.ByName<HtmlInputText>("ctrlLogin$txtUser").Text = "user";
 
  // Click the Search button
  var loginButton = Find.ByExpression<HtmlSpan>(new HtmlFindExpression("TextContent=~Login", "class=Button_Text"));
  loginButton.Click();
   
  ActiveBrowser.WaitUntilReady();
 
  var mainFrame = ActiveBrowser.Frames["frMain"];
  //mainFrame.RefreshDomTree();
 
  //workFrame is found, workFrame is an iFrame
  var workFrame = mainFrame.WaitForElement(5000, "id=WorkFrame");
  
---- PROBLEM STARTS HERE ---
 
  // form is null here
  var form = new HtmlControl(workFrame).Find.ById<HtmlForm>("MyStart");
 
  var td = form.Find.ByAttributes<HtmlTableCell>("class=login_value");
  var loginName = td.InnerText;

How can I wait for the Iframe to finish loading? At the moment I cannot find the tags I am searching for.

Any ideas?

Thank you for your help!
Gerald
Top achievements
Rank 1
 answered on 28 Sep 2011
1 answer
105 views
i have a silverlight application that uses Telerik controls. one dialog has couple text boxes of the following type:
telerik:RadTabControl Grid

                            <TextBox Grid.Column="1" Grid.Row="0" Width="200" Margin="2,2,20,2" Text="{Binding EditConcept.BusinessEntityName, Mode=TwoWay, ValidatesOnNotifyDataErrors=True, ValidatesOnExceptions=true, NotifyOnValidationError=True}" >



when i try to record in test studio the control is not found on playback. does the developer need to add more details for this control to be found?

I am new to this environment. using windows 7 and IE.
Stoich
Telerik team
 answered on 27 Sep 2011
1 answer
68 views
I have the trial version of Telerik Test Studio, and I am trying to link to a hosted trial of TeamPulse.  When I enter the hosted url and click connect, it never connects, nor does it display an error message.  It just has a loading icon.  Does anyone know how to get this to work? 
Stoich
Telerik team
 answered on 27 Sep 2011
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?