Telerik Forums
Test Studio Forum
3 answers
122 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
87 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
101 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
76 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
118 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
251 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
78 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
102 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
534 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
121 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?