Telerik Forums
Test Studio Forum
3 answers
111 views
Hi Team,

When I run the Load Test I could see hundreds of links under URI and my results gets more complicated. Is there a way to get only the major portion of it? Is there any filter applicable? Also could you please let us know what all things matter the most in that URI?

Thanks
Gokhul
Cody
Telerik team
 answered on 19 Feb 2015
3 answers
90 views
I am going to use your products for automation testing on Windows Phone 8 application.

I tried the Telerik Test Studio with the trial product to meet my reqirement. I create a test with Wpf Application, and when I add the path to the XDE application (XDE is a Windows Phone emulator), Test Studio recognized it as a Wpf Application, but when I launched this, XDE crashed with exception like "An unhandled exception of type 'System.NullReferenceException' occurred in Telerik.TestingFramework.WpfExtension.dll".

So can you let me know whether Test Studio can use for automation testing on Windows Phone 8 application? If not, please suggest me other products to solve my problem.

Thank you.
Ivaylo
Telerik team
 answered on 19 Feb 2015
5 answers
138 views
Hi,
I'm trying to do some load testing for a web application and I need to open multiple sessions with different user credentials. The problem I'm facing is that after the first session is opened in chrome, when Telerik opens a new chrome instance it opens it with the first user session opened, and if I log out there then the session opened in the first chrome instance is logged out.
In order to avoid this, I need to open a new chrome session for each new user: 
https://support.google.com/chrome/answer/2364824?hl=en
My tests are written in C#, does anybody have an idea about how to make telerik opens a new chrome session with every execution?
Thanks,
Youcef  
      
Ivaylo
Telerik team
 answered on 19 Feb 2015
18 answers
271 views
Hi,
      In my project I am performing Load test with 5 virtual users. I want to test one Scenario below mentioned.

      First think I Want to know the SQL Database will gets Affect while I am using the users virtually in Load testing..

Scenario:

    Each user can update one Record in the SQL Database virtually..

    I want to verify all these five records were saved in the Database or not? using a step with excel sheet(Pass/Fail) after load test finished.

    I did this Scenario using test studio with one sample project..I checked the database Manually..But database was not updated.

    Is it Possible to do? Yes means, suggest me how to do this step by step?
Cody
Telerik team
 answered on 19 Feb 2015
1 answer
88 views
Greetings,

I have Safari 5.1.7 installed on my windows 7 machine.

In the Project Settings dialog box, in the browser section, the messaging indicates that Safari is not installed.

How can I fix this issue?

Thanks

Wade
Wade
Top achievements
Rank 1
 answered on 18 Feb 2015
2 answers
109 views
According to documentation on this site only intergration to HPQC 11 is supported and tested.
I am trying to connect to HPQC 10. Maybe it is the main issue, but when Telerik logs in to HPQc with user that has permissions to Create folders there's a problem like on screenshot:



Ivaylo
Telerik team
 answered on 18 Feb 2015
18 answers
560 views
We are getting error when trying to launch internet explorer in a silverlight test (coded, not recorded). Internet explorer is launched correctly, but we get an exception:

Setup code:
manager = new Manager(new Settings {
    EnableSilverlight = true,
    RecycleBrowser = true,
    DefaultBrowser = BrowserType.InternetExplorer,
    ClientReadyTimeout = 50000,
    ExecuteCommandTimeout = 60000,
    ExecutionDelay = 100,
    WaitCheckInterval = 500,
    SimulatedMouseMoveSpeed = 0.5f,
    EnableUILessRequestViewing = false,
    QueryEventLogErrorsOnExit = false,
    EnableScriptLogging = false,
    AnnotateExecution = true,
    AnnotationMode = AnnotationMode.All,
    LocalWebServer = LocalWebServerType.None,
    BaseUrl = "http://myurl/"
});
manager.Start();
manager.LaunchNewBrowser();
manager.ActiveBrowser.NavigateTo("/mypage.aspx"); // <-- Exception here
MyApp = manager.ActiveBrowser.SilverlightApps()[0];


Exception:

Exception thrown attempting to launch Internet Explorer. Please make sure Internet Explorer is properly installed and you are able to launch it.

Uncategorized: DialogMonitor.Start() : Using: ArtOfTest.WebAii, Version=2011.1.712.0, Culture=neutral, PublicKeyToken=4fd5f65be123776c
Uncategorized: DialogMonitor.Start() : OS: Microsoft Windows NT 6.1.7601 Service Pack 1
DialogPlayback: Manager.SetupDialogMonitoring() : Beginning monitoring for dialogs from the set {}.
UIAutomation: UIAutomationWindowMonitor.get_Instance() : Added a(n) WindowPatternIdentifiers.WindowOpenedProperty handler on element System.Windows.Automation.AutomationElement scope Descendants.
Framework: DialogMonitor.Start() : The current ActiveBrowser is either invisible or disconnected.
Framework: InternetExplorerActions.LaunchNewBrowserInstance() : Process launched (ID=13160, Path="C:\Program Files (x86)\Internet Explorer\iexplore.exe", Arguments="-nomerge about:blank").
Framework: Manager.LaunchNewBrowser() : Attempting to attach on IE frame (HWND=924970)...
Error: [unknown]() : Unable to open key HKLM\SOFTWARE\Telerik
Framework: Context.AfterScenario() : The current ActiveBrowser is either invisible or disconnected.
Framework: Context.AfterTestRun() : The current ActiveBrowser is either invisible or disconnected.
Framework: Manager.End() : Connecting to the provisioning pipe "Pipe.ArtOfTest.WebAii.BrowserProvisioner_-464670241" in order to unblock and eventually terminate it...
Framework: Manager.End() : Provisioning pipe connected.
Framework: ExecutionContext.runTryCode() : A new client has connected to the provisioning pipe but this will be treated as a termination cue.
Framework: Manager.End() : Provisioning thread terminated.
DialogPlayback: Manager.End() : Dialog monitoring is being halted.

Search: System.ApplicationException : Exception thrown attempting to launch Internet Explorer. Please make sure Internet Explorer is properly installed and you are able to launch it.
  ----> System.TypeInitializationException : The type initializer for 'ArtOfTest.Common.Win32.Connector' threw an exception.
  ----> System.NullReferenceException : Object reference not set to an instance of an object.

How can we fix?

Thanks,
Jon
Ivaylo
Telerik team
 answered on 17 Feb 2015
1 answer
130 views
Hi,

I have got a problem with annotation option in Telerik's TestStudio. When I executing test with annotations, everything works fine, when test goes to any other page - red frames around element doesn't disappear (well, sometimes they do) so after 70-step test they are all over the place (annotation text disappear tho). This thing is present in every browser (IE, Chrome and Firefox) in various screen resolutions, various machines and on TestStudio Standalone version as well as on VS plugin. This is pretty uncomfortable hence I presents my test weekly before the bosses, so I need to get rid of these...

What may be the reason of that strange behavior?

Thanks for help!
Cody
Telerik team
 answered on 16 Feb 2015
3 answers
77 views
I am recording a general form entry, and Test Studio is having issues on record when I type into a field that is a type="number" and a pattern="[0-9]*"
It will not capture the text/numbers that I type.
I am using an older version, 2012.2.1420.0  
Has anyone else came across this issue?  Does the newer versions solve this problem?
Cody
Telerik team
 answered on 16 Feb 2015
1 answer
128 views
Hello,

To give you a general idea of the setup, I have Jenkins and the test clients on a mostly isolated network.
Jenkins kicks off ArtOfTest.Runner to execute test lists on the test computer through a combination of PowerShell and psexec. After test execution I'm using PowerShell and Robocopy to pull the .aiiresult files back to the Jenkins workspace that kicked off the test process. I didn't install a Jenkins slave node on the test client (I can add one if necessary).

I have the .aiiresult files collected, but I'm looking for a way to display or email out the results of the test list in a simple report.  I have access to Test Studio Ultimate, but we currently aren't using a Scheduling Server. We also have TFS and I can redirect an email out of the test network.

What are some options to get a simple report, out of the test list results, that I can send to everyone on the team?

When I look at the help for ArtOfTest.Runner I only see a reference to publishing through TFS in some way.

Am I going to have to write something to use the OnAfterTestListCompleted method and format the result data myself as noted in:
http://docs.telerik.com/teststudio/advanced-topics/coded-samples/general/execution-extensions

Thanks,
Tim
Ivaylo
Telerik team
 answered on 16 Feb 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?