Telerik Forums
Test Studio Forum
3 answers
77 views
Hi
Whilst running my WPF test I am occasionally getting a NullReferenceException error thrown inside my application but the stack trace implies it came from the test runner. See attached.
It always happens just after a RadWindow has been confirmed by a test step, but not every time.
Can you explain how I am seeing this ArtOfTest exception inside my application?
Do you know what might be causing it?
Test Studio version is 2014.4.1411.0
Thanks,
Mike.
Cody
Telerik team
 answered on 23 Feb 2015
3 answers
88 views
Hi,

I am using current date time field in my data Excel, but in the excel I have bind is not automatically updated as the time chances frequently, the current date time. It only contains the value(date time) the time I have saved before.
Cody
Telerik team
 answered on 20 Feb 2015
3 answers
74 views
Hi,

I have a question at all who are using TestStudio for automatic testing with an every night test-run.
How do you set up your TestStudio for an automatic scheduled testrun every day?
- Do you use a use a server/virtual server or do you use a local computer only for TestStudio?
- Do you use a Test-User who is every time aktive? (Direct or per Remote-Desktop-Connection)?

Background-Info:
We have the problem that we have installed the TestStudio (inclusive Scheduling Server and Storage Service) on
a virtual Server where is not a active user at all time.
And without an active user it is not possible to run test automaticly.
To have an active (logged in) user at any time on this server ist not a option for us.

Thanks for you feedback
Ivaylo
Telerik team
 answered on 20 Feb 2015
3 answers
79 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
59 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
91 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
194 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
58 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
66 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
490 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
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?