Telerik Forums
Test Studio Forum
3 answers
331 views
Hi, My test scenario includes checking of few Checkboxes. I want the test to turn on (Check) the listed Checkboxes only if they are unchecked. Because sometimes, the test is unchecking the checkboxes and I don't wan such thing to happen. Can I make it happen in Test. Thanks in advance.
Aswin
Top achievements
Rank 2
 answered on 26 Mar 2013
2 answers
236 views
Can somebody please explain what exactly this code statement from the tutorial does:

    Assert.IsTrue(ActiveBrowser.ContainsText(Data[
"Col1"].ToString()));

I understand Data["Col1"].ToString() - this is the way to access data for the data bound test.

ActiveBrowser.ContainsText - what it actually is? Browser caption text? All texts in all tabs of the active browser? What?

Assert.IsTrue() - what exactly it does? What happens if its parameter is true or false? Is it how Validation logic is presented in the code? But we should be able to branch on validation statement. Can we branch on Assert.IsTrue ?

Thank you!
Konstantin

Cody
Telerik team
 answered on 22 Mar 2013
1 answer
163 views
Just downloaded the trial version and I have a couple of issues.
Can I load test with the trial version by simulating 10 virtual users? If I can how do I do that?
I recorded a test of a asp.net mvc application and it the playback fails on a ajax google like search, I never see the ajax search results come up so the playback is not able to find the element to select.

Can't record tests in FF that I can see and when I play back a test in FF that was recorded in IE it fails to even get as far like the elements are off or different.

I might just have to try another tool.
Rodney
Telerik team
 answered on 21 Mar 2013
2 answers
71 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
142 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
132 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
94 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
189 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
150 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
115 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?