Telerik Forums
Test Studio Forum
7 answers
244 views
Hey guys,

I'm having a small issue with dragging and dropping when the window is very small. I run my tests on virtual machines in hyper-v and the remote connect windows are limited in size, which limits the browser size. I'm finding that occasionally when the draggable object is being moved it will hit the edge of the screen (because the drop location is not visible) and then the cursor dragging the object will jump to the top of the screen causing the movement to fail.

I'm not sure how to get test studio to drag and adjust the screen location so the drop location appears properly.

Any suggestions would be greatly appreciated!

Cheers
Jon
Stoich
Telerik team
 answered on 26 Mar 2013
3 answers
318 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
226 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
157 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
60 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
130 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
126 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
90 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
175 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
141 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?