Telerik Forums
Test Studio Forum
5 answers
168 views
Hi,
I tried to schedule test runs, my schedule server is win7, execution servers are xp and win2003st. Process of schedule.client.exe on ES was killed after running some times, this issue happened on both xp and win2003 in different time. how to solve it?
Stoich
Telerik team
 answered on 16 Nov 2011
26 answers
425 views
Does WEB UI Test Studio QA Edition integrate with MS BUILD so we can run our nightly smoke test plan when a new build is created?
Cody
Telerik team
 answered on 15 Nov 2011
3 answers
87 views
Hello,

Another one of my tests is check how works the Test Tool in different browsers. When running the test in IE and Firefox it works fine, but when I'm running it with Chrome it stops when trying to click a button, it stops trying "Locating elements...." and it seems it never works. How could we check where is the problem?.

Thanks
Anthony
Telerik team
 answered on 15 Nov 2011
7 answers
351 views
I am new to Test Studio.  I've created a script against an internal web application which requires a date input.  The script enters the date from an Excel file and then processes the data for that date.  Works great.

But if an invalid date is entered, then a Windows "Message from webpage" alert dialog pops up.  In this case, I want the script to take a different path.  I am able to insert a "Handle 'Alert' dialog" step.  But this is not conditional.

Test Studio apparently doesn't see the alert as a screen element because it's not in the DOM.  So how do I create a verification step to check if the alert has popped up or not?  Or more accurately, how do I get the test to perform different steps if the alert has popped up?
Anthony
Telerik team
 answered on 15 Nov 2011
3 answers
126 views
Hi,
When i analyzed test results on test studio, i found that number of result step is not same with the actual step number, in one of my test case, it had 51 script steps, but  it displayed more than 51 in result, and the result from script step 52 is not executed. the see my attachment.
Plamen
Telerik team
 answered on 15 Nov 2011
2 answers
173 views
Can you tell me what are companies using Telerik Test Studio and where can i find the job openings in Telerik Test Studio?

Could you please send me the related links for these.

Shalini
Top achievements
Rank 1
 answered on 14 Nov 2011
7 answers
194 views
Hello,

I'm trying to run a test over Safari, but when I try to lauch the test I get a dialog with this error:

"Safari automation extension has not been installed. Please click 'Install" when prompted to install the WebUi automation......"

but I don't get any prompt to install it. Of course, I've checked in Safari but I don't have installed the extension "WebUI Test Studio.....". 

Thanks
Manuel
Top achievements
Rank 1
 answered on 14 Nov 2011
1 answer
71 views
I'm working on Kiosk and trying to use the Silverlight RadCoverFlow item for the first time (and I'm still fairly new to Silverlight 4 in general). I understand that when you click an item in your list, it brings that item into focus, but is there another quick event out there for once the item is in focus and making the item in focus clickable.

So say I have a list of 3 items, item 1 is in focus and item 2 is out.  I bring item 2 in focus for the user to see it. if they like it, they can click it and it brings them to the next step.

Thanks in advance
Miroslav Nedyalkov
Telerik team
 answered on 14 Nov 2011
1 answer
106 views
Hello,

I am trying to automate my UI tests with Test Studio. So far, I am enjoying work with this framework.
However, I have a doubt. I want to compare what is displayed in the UI from a search with the contents of my Oracle DB. Is this possible?

I'd already read the documentation about Data driven tests and this is not what I need to do. I am not trying to use the information on my Oracle DB as my test's input.I need to use the information on my Oracle DB to compare with the one that displays on my Silverlight APP UI.

Thank you, so far, for the support.

Best regards,
Maria Lisboa
Anthony
Telerik team
 answered on 11 Nov 2011
1 answer
164 views
Hello,

I am trying to automate some tests on Test Sudio framework and now I'm having some problems.

I am trying to compare two values on diffrent grids. This values are dynamic so their different on each reproduction.

Here is the code that I am using right now and is not correct:

"        [CodedStep(@"Verify RootGrid1.Name 'Equal' 'Root'", RequiresSilverlight=true)]
        public void Req216_CodedStep()
        {
            // Verify RootGrid1.Name 'Equal' 'Root'
            Assert.IsFalse((ArtOfTest.Common.CompareUtils.StringCompare(Pages.HttpGlintthsdemo8700Shell.SilverlightApp.RootGrid1.Name, "Root", ArtOfTest.Common.StringCompareType.Exact) == false), string.Format("Verify RootGrid1.Name \'Equal\' \'Root\' failed.  Actual value \'{0}\'", Pages.HttpGlintthsdemo8700Shell.SilverlightApp.RootGrid1.Name));
            
        }
    
        [CodedStep(@"Verify RootGrid2.Name 'Equal' 'Root'", RequiresSilverlight=true)]
        public void Req216_CodedStep1()
        {
            // Verify RootGrid2.Name 'Equal' 'Root'
            Assert.IsFalse((ArtOfTest.Common.CompareUtils.StringCompare(Pages.HttpGlintthsdemo8700Shell.SilverlightApp.RootGrid2.Name, "Root", ArtOfTest.Common.StringCompareType.Exact) == false), string.Format("Verify RootGrid2.Name \'Equal\' \'Root\' failed.  Actual value \'{0}\'", Pages.HttpGlintthsdemo8700Shell.SilverlightApp.RootGrid2.Name));
            
        }
        
         [CodedStep(@"Verify RootGrid2.Name 'Equal' Verify RootGrid1.Name + 1", RequiresSilverlight=true)]
        public void Req216_CodedStep2()
        {
// the value of rootgrid2 needs to be the value on rootgrid1 +1
            int val2 = Convert.ToInt32(Pages.HttpGlintthsdemo8700Shell.SilverlightApp.RootGrid2.Text);
            int val1 = Convert.ToInt32(Pages.HttpGlintthsdemo8700Shell.SilverlightApp.RootGrid1.Text);
            int val_c = val1 + 1;
            
            // Verify RootGrid2.Name 'Equal' Verify RootGrid1.Name + 1
            Assert.AreNotEqual(val2, val_c);
            
        } "

What I am doing wrong?


Thank you.

Best regards,
Maria
Stoich
Telerik team
 answered on 11 Nov 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?