Telerik Forums
Test Studio Forum
1 answer
100 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
116 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
119 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
149 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
1 answer
103 views
how to get a column value on the click of a context menu item on a grid view
Alexander
Telerik team
 answered on 11 Nov 2010
3 answers
127 views
I would like to be able to select the 'nth' item of a RadComboBox using WebUI Test Studio.

The senario

Enter some match text into the combo box, wait for the ajax call back to complete and the dropdown list to open.
Select the 'nth' eg second item.

I am able to use a Find Expression (XPath) to target the 'nth' item but I'm not sure how this helps as the RadComboBoxItem action to select an item only seems to select the item that matches its ItemText value.

Is there away to do this?

Maybe bind from the Find Expression to the RadComboBox input?
Maybe store the text value of the Find Expression in a variable and then update the RadComboBox input?

Thanks
Helen
Telerik team
 answered on 11 Nov 2010
1 answer
58 views
The following error how to find??????

AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll.

  
Vinkel
Top achievements
Rank 1
 answered on 11 Nov 2010
1 answer
130 views
Hi there,
     I am evaluating your WebUI QA studio product.
It seems very handy and my question is how I can use Regular Express to verify content.
I found there is some icon 'Build Verification' with Regular Express, but i couldn't get it work.

Any advise or sample?

Thanks in advance,

FRank
Stoich
Telerik team
 answered on 09 Nov 2010
1 answer
77 views
... And WebUI QA indicates that all steps failed.  This error occurs all the time now - even when the code runs correctly.  Three files are generated in ..\AppData\Local\Temp.  Has anybody seen this?  Thanks.
Keaegan
Telerik team
 answered on 08 Nov 2010
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?