Telerik Forums
Test Studio Forum
4 answers
102 views
A silly little test script i automated with reuse in mind is configured with Close Browser as false (duh).
But, whenever i run it (with the intention of recording the next script) it closes the browser.
What gives?
ME
Top achievements
Rank 1
 answered on 17 Nov 2010
1 answer
71 views
Hi,

          I have recorded a test using the recorder in IE and playback it.
1.Run my application and created an reservation in the Calendar time slot.
2.Saved the test.
3.While playback the test, it shows the reservation in the Calendar timeslot.
  and it opens the Edit popup with the details.

While executing the test, it should show the create popup instead of edit popup.

How to resolve the issue?.

Stoich
Telerik team
 answered on 17 Nov 2010
1 answer
89 views
how to make the area graph start from very left in win forms  i.e the labels of the x axis starts from the (0,0) cordinate
Ves
Telerik team
 answered on 17 Nov 2010
7 answers
232 views
Hello,

I wrote my test and successfully run it in previous version of QA Edition tool.
But when I installed new version (2010.3 1109) and run my test I got the following error:

Selecting item in combo-box'.
InnerException:
System.Exception: Refresh() failed due to an unexpected exception. ---> ArtOfTest.WebAii.Exceptions.FindException: Find Details:
- No FindParams defined.
- Start Element: [Element: 'div:46' (id=GroupSelector_comboGroup)]


   at ArtOfTest.WebAii.ObjectModel.Element.Refresh()
   --- End of inner exception stack trace ---
   at ArtOfTest.WebAii.ObjectModel.Element.Refresh()
   at ArtOfTest.WebAii.ObjectModel.Element.Refresh(Boolean forceDomTreeRefresh)
   at ArtOfTest.WebAii.Controls.Control.Refresh()
   at Telerik.WebAii.Controls.Html.RadComboBoxItem.Select()
   at Pr.Test1.Test1_CodedStep13() in c:\Documents and Settings\Administrator\Desktop\Pr\Test1.aii.cs:line 287

CodedStep13:

            RadComboBoxItem groupNew=Pages.Proj_0.Frame1.GroupSelectorComboDiv.Find.ByExpression<RadComboBoxItem>("TextContent="+newGroup);
            groupNew.MouseHover();
            groupNew.Select();

Could you, please tell how to fix it?

Thanks
Helen
Telerik team
 answered on 16 Nov 2010
1 answer
108 views
I want the RadComboBox to expand as the ComboBoxList.
and set it up?


all the best
Rodrigo
Simon
Telerik team
 answered on 16 Nov 2010
1 answer
98 views
Hi, I have one telerik rad grid.Using a method i am filling the grid.I have enabled paging property.I have used itemtemplate-->ImageButton for delete and edit options.I have set page size as 10.Page load time it is working properly and populating the grid.After inserting 11 th row the pagination starts and it will show in next page with one record.But when i am deleting the 11th row the grid become blank.I have used dataset to bind the records. radgrid.DataBind(); dsDataset.Dispose();. But its item.count is 0. What is the reason?
This is my code

DataSet

 

dsPackage= new DataSet();

 

dsPackage = objSQL.ExecuteDataset(

"AL_PackageType_List_Retrieve",

 

objUtl.NumericEntry(Session[

"LocationId"].ToString()));

 

gvPackage.DataSource = dsPackage.Tables[0];

gvPackage.DataBind();

 

dsPackage.Dispose();

 

 

if (gvPackage.Items.Count <= 0)

 

{

lblMessage.Text =

"No Package Details Found...";

 

gvPackage.Visible =

false;

 

}

 

else

 

{

gvPackage.Visible =

true;

 

}

Pavlina
Telerik team
 answered on 16 Nov 2010
1 answer
113 views
Hi ,
I need to scroll down a multiselect combo box and select a item by clicking on the checkbox inside the item.
i have attached the screenshots.

The 1.jpeg is the default view of the combobox.
The 2.jpeg is the view after scrolling down the combobox.

I need to uncheck the "0-All" field in the 1.jpeg  then check the "2343 - sbal's bvt launch 1.0"  item in the 2.jpeg .

I have tried ComboBox.SelectItem(string itemText) but didnt succeed

Please help me with some code snippets .
Thanks
Sangram

Stoich
Telerik team
 answered on 12 Nov 2010
4 answers
118 views
Hi,

My web app is fully with Silverlight components. While loading, the login window would appear. WebUI is unable to record the event on that. Please see the attached snap shot.

I'm using the internal build 2010.2.927

Thanks,
Palani.
Stoich
Telerik team
 answered on 12 Nov 2010
1 answer
117 views
Hello,
  I am working on automating tests for a silverlight application, and am having issues with the login page.  While manually entering log-in information, before a password is entered the login button is not active/selectable, but as soon as the first character is typed in the apssword box, the "login" button becomes active/selectable.  During playback, the login button will not change to being selectable, like the silverlight app doesn't recognize that a password has been typed in the password textbox.  I have tried recording it a couple different ways, clicking between the text boxes, tabbing between the text boxes...  inserting waits... but no change.  I have attached a screenshot below.  Any help would be appreciated.  Thank You.
Keaegan
Telerik team
 answered on 11 Nov 2010
5 answers
147 views
Hi,
 I have recorded about 12 steps using WebUI. Can I see the C# code for all steps? If yes, How can I see them?

I'm using the internal build 2010.2.927

Thanks,
Palani
Palani
Top achievements
Rank 1
 answered on 11 Nov 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?