Telerik Forums
Test Studio Forum
2 answers
93 views
I am attempting to create my first test list for Scheduling tests with Test Studio, but when I click the "Add" button, Test Studio hangs, then eventually I see a "Not Responding" in the title bar.

Sometimes, after it hangs for 10 minutes or so, I may  see the Test list window is displayed, but I can't do anything at that point as if I click any where in the box, it hangs again.

My Test Studio set up consists of:
  1. - Test Studio stand alone is running on a WIN7 64 virtual machine
  2. - The Scheduling Server is configured the machine.
  3. - TFS has been connected to Test Studio, but only local test copies will be used when scheduling tests,
  4. - There are 3 other virtual machines that will be uses for Runtime Execution; all have been configured with the Runtime Execution

Any suggestions on why Test Studio is hanging when I am attempting to Create a new Test List?

K
Top achievements
Rank 1
 answered on 21 Mar 2013
2 answers
161 views
Hello,

I would like my company to buy a license of
Test Studio
Test Studio runtime.

Before that we need informations about teamcity and code coverage.
It seems that we can use Test Stuio with teamcity but only if a user is logged.
I would like to know if there is a way, we can retrieve code coverage when running tests on teamcity.

We used to create our WPF test using your tool.

tkank you for your reply.

Ramah
Top achievements
Rank 1
 answered on 21 Mar 2013
5 answers
152 views
Hi,

Just a quick query, I've currently been investigating setting up a Scheduling Server and publishing results to it via the ArtOfTest.Runner.exe commandline.
I was wondering with the information that is published to this database, is it intended that these tables could be reported over using SQL Reporting (e.g. SSRS) or are they primarily just for Test Studio's use?

I saw there was a help page around reporting over the load testing database, so that got me thinking that maybe we could report over the execution test results database as well :)

Thanks!
Boyan Boev
Telerik team
 answered on 21 Mar 2013
10 answers
116 views
We've been having this problem where a test will download a file, the test will succeed and all the other tests in the list will run but when it comes to the end of the list the download complete window stays open and I believe this causes the test studio runner to hang. 

Anyone else have this problem? and maybe a solution? :P

Here is the code:
var dialog = new DownloadDialogsHandler(
                Global.MANAGER.ActiveBrowser,
                (String.IsNullOrWhiteSpace(filePath) ? DialogButton.CANCEL : DialogButton.SAVE),
                (String.IsNullOrWhiteSpace(filePath) ? String.Empty : Global.GetPath(filePath)),
                Global.MANAGER.Desktop
            );
            try
            {
                downloadControl.Click();
                Global.MANAGER.ActiveBrowser.WaitUntilReady();
                dialog.WaitUntilHandled(timeout);
            }
            catch (TimeoutException) {}
            finally {}
Cody
Telerik team
 answered on 20 Mar 2013
3 answers
216 views
Hello

Is there a way to set a test list to take a desktop screenshot instead of a browser window screenshot in the event of a failure?

Thanks
Jon
Rodney
Telerik team
 answered on 20 Mar 2013
1 answer
167 views
Hey,

I am trying to select a value from a dropdown(devexpress control) but the value is not getting selected. The step recorded is showing as "Pass" but actually its not working. I have tried by setting Simulate Real click property to True but still its not working.

Also I would like to know does Telerik gives appropriate support for Devexpress controls as well? As my application is a mix of both Telerik controls as well as Devexpress controls.

Regards,
Glen
Stoich
Telerik team
 answered on 20 Mar 2013
2 answers
143 views
We are trying to evaluate our Silverlight Application with Test Studio and having some problems while recording the tests.
Currently we are using version 2012.2.920 of Test Studio since we had the problem "Unable to connect to Silverlight Application" with the most recent version 2012.2.1420.  Here is what we tryed:
After reviewing the documented solution we registred the MIME type application/x-silverlight-app to our servers. Afterwards Fiddler showed the correct response headers. Unfortunately the recording didn't work. We checked all other solutions from the documentation but the windowless mode was the only one which was helpful. Adding this parameter to the Silverlight object made the recording possible. But due to performance and compatibility issues we can not use the windowless mode for our application!

So my first question is: are there any other solutions to try?
Recording on other Silverlight Applications (like the Telerik Demos) works just fine.

---

With version 2012.2.920 we were able to successfully record and run multiple tests (without setting application/x-silverlight-app or enabling windowless mode!) so we decided to keep this version for now. A couple of days ago we wanted to create some new tests but encountered another problem. When navigating to our Silverlight apps the recorder freezes and its process has to be terminated. The strange thing is: in 1 out of 10 recording attempts it works, but >90% of the time it fails! The app is basically the same as before. There were no changes in the visual part of the screen. There is no difference when trying to record a local deployment/execution of the XAP (Visual Studio) and the deployment on the server. Both fail.

The Test Studio log file gives no information on the cause of the error because it logs just to the point where the recorder freezes. I attached the log to this post. Any suggestions how to find a solution to this problem?
Plamen
Telerik team
 answered on 20 Mar 2013
2 answers
186 views
I really hate the fact that IF I do a "run to here" ( see http://bit.ly/13TCXdK )
recording starts  upon finishing steps.  I am learning to turn it off with <printscreen>
right away as I keep getting burned by it recording steps I dont want,  BUT
I think an ounce of prevention would be very nice and keep me bit more sane.
 so, is there any way to set whether it is enabled or disabled?
If not, I think it would be a great enhancement 

(as a side note  - wouldn't it be cool if newly recorded steps added to an existing saved steps be color coded  or have state for each step with a flag for  new / edited  / saved)
Ted
Top achievements
Rank 1
 answered on 19 Mar 2013
1 answer
125 views
Hi,

I am using  drag and drop functionality  as  shown in the link below between radscheduler and a radgrid to create appointments.
On dropping the record, It  gathers information related to dropped record and send the request to  webservice.
 Response received from webservice is processed  and displayed in a Confirmation RadWindow.
This RadWindow  has a label control display message received from webservice  and two buttons("Ok"/"Cancel")
User clicks  on "Cancel" or "OK" to create/cancel an appointment.

http://demos.telerik.com/aspnet-ajax/scheduler/examples/draganddropintegration/defaultcs.aspx?product=scheduler

 My webtest runs fine by creating new appointment on clicking "Ok" button, but when I use the same webtest for load test, it does
not create any appointments. Can someone  help me in solving this issue?

Thanks,
Prava



 
Ivaylo
Telerik team
 answered on 19 Mar 2013
1 answer
100 views
I've setup a db in Microsoft SQL Server Management Studio 2012 and connected it to the Reporter just fine. When running a test the Reporter signal goes green to red continuously (unless I stay on the Environment window) throughout the run. Tables and data are showing up in my db but not on my Analyze screen in Test Studio. I'm getting absolutely no test results. Any idea why this occurs?
Cody
Telerik team
 answered on 15 Mar 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?