Telerik Forums
Test Studio Forum
2 answers
100 views

I have created a simple automated test.  The test just opens Internet Explorer.  Navigates to www.google.com.  In the Google searchbox, it enters Telerik. Then it selects the Telerik result link and the Telerik website appears.  The Test runs fine (On its own).  The problem occurs when I run the test in a Test List.  When I run the Test List, it navigates to the Google  website.  But it fails to type in Telerik.  Error Message: ArtOfTest.Common.Design.Exceptions.ExecutionException: Unexpected dialog:  My test runs just fine on its own but it does not run in a Test List.  It is the only test in my Test List.  Please let me know what I am doing wrong.

Top Gun
Top achievements
Rank 1
 answered on 18 Jul 2012
9 answers
104 views
We are evaluting the Telerik scheduler component for a possible implementation within our health service to allow patients to schedule a timeslot for an onsite screening appointment.  We have dozens of clients and each client could have screenings running multiple days, with each day consisting of 6 timeslots per hour per lab technician (ie., from 7:00am to 7:10am we may allow 3 patients at a time - meaning we have 3 lab techs assigned), for several hours per day.  The patient UI would only see the available timeslots (with one of more openings), but the admin would see who is in each timeslot, plus any open timeslots.   Furthermore, the patient will not be able to select a lab tech, simply an open timeslot.
It's not readily apparent that the Telerik scheduler will accomodate this implementation, but would love to hear your feedback.

Thanks,
John
Cody
Telerik team
 answered on 17 Jul 2012
1 answer
112 views
Hello,

    I have a dynamic kendo input list box in my project which i have to access. Can you help me with sample code??

Thanks in advance,
Naga.
Plamen
Telerik team
 answered on 17 Jul 2012
3 answers
128 views
Hi 
I record
- Select 1 value in combobox
- After that I verify this value

When running
- Although , value is selected but it is not displayed
So that, Verify step is fail

I attach log file
Plamen
Telerik team
 answered on 17 Jul 2012
1 answer
101 views
Hi
I customized code for step delete language ọbject.
But it is not successfully. Only delete object 1,3,5,7
Could you help me?
*******************************
 public void DeleteAllLanguages_CodedStep1()
        {
               
            ActiveBrowser.RefreshDomTree();            
            
            HtmlDiv htmlDiv = Find.ById<HtmlDiv>("dnn_ctr438_EditRegionLanguage_UP");  
            List<HtmlListItem> listItemsCollection = htmlDiv.Find.AllByAttributes<HtmlListItem>("class=inline").ToList();
            System.Threading.Thread.Sleep(1000);
            Log.WriteLine("Number of language object:"+listItemsCollection.Count);
            System.Threading.Thread.Sleep(1000);
            foreach(HtmlListItem listItem in listItemsCollection)
            {
                Log.WriteLine("1111111111111Item");
                listItem.MouseHover();
                System.Threading.Thread.Sleep(1000);
                Log.WriteLine(string.Format("BBBBBBBBBBBMouseover"));
                
                IList<HtmlControl> delete_div = listItem.Find.AllByAttributes<HtmlControl>("class=body-component-menu-delete");
                if((delete_div != null) && (delete_div.Count > 0))
                    {
                        Log.WriteLine(string.Format("language tile object deleted"));
                        delete_div[0].MouseClick();
                        System.Threading.Thread.Sleep(1000);
                        
                    }
            }
        }
Please refer to attachment

Thanks
Stoich
Telerik team
 answered on 17 Jul 2012
3 answers
92 views

I am using Test Studio to run automated tests against a Silverlight Out of Browser application.  My SL OOB application has been installed on my computer with elevated trust.  When I launch the application, it opens in Full Screen.

However, when Test Studio launches the application, it (SL application) opens and ignores the Full Screen option.  Any code in the OOB application that requires elevated trust is ignored.  This creates a problem.  My Silverlight OOB application no longer runs exactly the way it is intended when launched by Test Studio.  How do I configure Test Studio to record and run my out of browser application with elevated trust?  (Allow Full Screen Option, File IO, plus other elevated trust options)

Also, Test Studio changes certain files in the Silverlight application (See Attached).  When these files change the application continues to run with elevated trust ignored.  Attached you will see the files that have changed after Test Studio opened my application.  I suspect these file changes may be causing the application to ignore elevated trust.  Please let me know.

Byron
Telerik team
 answered on 16 Jul 2012
1 answer
87 views
Part of our test scenario involves spinning up fresh installs (we have VHD's sysprepp'd and ready for testing). One of the biggest issues is that the sysprep erases all of the user settings in IE.

Has anyone found a way to programmatically set the internet explorer settings? or maybe just not erasing them during a sysprep?

Thanks
Jon
Jon
Top achievements
Rank 1
 answered on 16 Jul 2012
3 answers
153 views
In recored step the selection of check is showing.but actually value of checkbox selection is not passing to server.
when same thing doing manually it work fine.how to write code for checking checkbox in c#.
Plamen
Telerik team
 answered on 16 Jul 2012
1 answer
58 views
Is there a way to change the colors used for test results and scheduled tests?

I looked around but didn't see one.  The problem I have is that the Pass and Scheduled colors look almost exactly the same to me.

Surprisingly, it isn't the Pass/Fail colors.  Usually I can't tell the difference between the red and green most interfaces choose.  But I think the shades used by Test Studio are the best red/green I've come across.

If I could just manipulate the color used for Scheduled a little bit...

Thanks,
Mark
Byron
Telerik team
 answered on 16 Jul 2012
3 answers
47 views
Hello Telerik

                  I am facing some issuess my test case are geeting failed for example if i executed 50 steps out of which 10 steps is executed and other steps are geeting failed,i am unable to capture the issues that why it is happening this can u provide me some details that why this is happening.


Thanks

Prasad
Byron
Telerik team
 answered on 16 Jul 2012
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?