Telerik Forums
Test Studio Forum
5 answers
94 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
81 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
137 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
121 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
92 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
100 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
61 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
58 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
1 answer
35 views

Hello,

 

In our team testers are not developers whatsoever, so I’m looking to for a way to automate built testing without QA coding. I visualize it similar to this:

    1.     1. Developers create basic test blocks which can accept parameters, for instance “Create new user with given name, email, etc.” Hopefully Devs can provide “Lego” for QA to build their sand castles;
  1.     2. QA hopefully should be able to assemble their test suites from those “Lego” blocks using something like primitive scripting: a. Call Loging test, b. Call Create User test, c. Call Some other test, d. call verification “test” with particular parameters.

 

Does this sound feasible and easily doable with Test Studio?

 

Thank you!

Konstantin

 

Rodney
Telerik team
 answered on 15 Mar 2013
2 answers
64 views
Has anyone successfully scripted a step that Adds a URL to the Favorites in Internet Explorer? Most examples I find are out of date or do not work on TestStudio.
Josh
Top achievements
Rank 2
 answered on 15 Mar 2013
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?