Telerik Forums
Test Studio Forum
5 answers
185 views
Hi,

I am using WebUI QA version. And whenever i select the customize step in code and then exceute the test, it failed to complile with error 'Coded steps failed to compile' and the error log displayed is

Type 'System.Windows.Forms.Keys' is not defined.

Please help to resolve the issue.

Thanks,
Saima

Cody
Telerik team
 answered on 23 Jan 2011
3 answers
101 views
Hi,

I use "Telerik WebUI Test Studio Developer Edition" and I try to record a sample click event on a Silverlight page but I receive this message :

"Enable to connect to Silverlight application"  (See picture on attach....)

My Silverlight page is on a Sharepoint 2007 server and it is secured by Sharepoint so I have to write credentials in a popup windows before accessing the silverlight page. I record steps for the logon part, the username/password are fillin and submit by the steps.  But after that, the page open, but I receive this error message.....

How can I resolve this issue ?

Thank you
Michel
Cody
Telerik team
 answered on 21 Jan 2011
4 answers
111 views
I went to www.telerik.com/help looking for a help manual for WebUI Qa editiion.  I did not find any, but I did find a quick start guide and faq doc at http://www.telerik.com/automated-testing-tools/support.aspx.

This is helpful, but a full users guide would be better, is one available?

Kim
Cody
Telerik team
 answered on 21 Jan 2011
0 answers
58 views
hi i want to develop a silverlight application am using radsheduler and listbox i need drag and drop a selected value from listbox to radsheduler plzzzzzz tell me full details of it or is there any other way to (with out listbox) add values to rad sheduler and related sample applications
anwar
Top achievements
Rank 1
 asked on 20 Jan 2011
1 answer
113 views
Hi Team,
               Im having an issue related to the verification of invisibility of an object.Webaii has a in-built feature Isvisible(),but when i use it in NameofObject.Isvisible property the script fails with the error "object reference not set to an instant of the object".

I have to verify the checkpoint that the object is not visible,please tell me how to do this.

Thanks

Regards
Dev
Stoich
Telerik team
 answered on 20 Jan 2011
2 answers
160 views
Hi

I am using trial version of Telerik WebUI QA Edition with Sharepoint
I need to automate creating Sharepoint list item.
On Recording , this step is recorded as shown in attached screenshot.
But on Playback this step always sends error , as unable to find the list element.

Please help on how to successfully record and playback this step.
Thanks
Nishi Grover
Winshuttle LLC
India
Nishi
Top achievements
Rank 1
 answered on 20 Jan 2011
2 answers
86 views
Hi,

Does WebUI QA supports the test execution starting from a particular step? like if i want to execute a test from step 10. currently whenever i start excecution it open the internet browser internaly and then start execution from the start.

In other words if i want to execute a particular test step only on the existing opened browser. How can i do this in WebUI QA?

Thanks,
Saima
Konstantin Petkov
Telerik team
 answered on 19 Jan 2011
3 answers
90 views
i have many problems in dock

first my problem is
http://mpc-co.persiangig.com/dock1.png

and next 2 my problem is
http://mpc-co.persiangig.com/dock2.png

help me ,
telerik dont have good support
telerik component is very expensive by it support
Julian Benkov
Telerik team
 answered on 19 Jan 2011
2 answers
99 views
I'm a brand new user of the QA WebUI, using the evaluation version for... well... evaluation. :)

I want to know if this tool can verify the non-presence of a screen element.

The sequence I'm testing in our application is:
1) Select screen element.
2) Click "Remove" button.
3) Verify selected element has been removed from screen.

Does this tool perform this test? If so, where do I find the instructions on how to do it? The Quick Tasks menu has an option for "Verify - element is not visible", but it looks like I have to select the element on the screen to be able to operate this verification on it. However, a successful outcome would be that the element is no longer on the screen and therefore not selectable.

By the way, I'm not a developer; I'm a Business Analyst / Tester. I don't know how to write code. :)

Thanks for your help.
Simon
Top achievements
Rank 1
 answered on 18 Jan 2011
3 answers
263 views
Hi,

How do I verify if my RadComboBox contains a specific text?
I used the coded step as below:

string textToFind = "ATAX";
bool found = false

 

 

foreach(Telerik.WebAii.Controls.Xaml.RadComboBoxItem item in Pages.Tiger.SilverlightApp.TaxCodeComboBoxRadcombobox.Items)
{
    if (item.Content.ToString().Equals(textToFind))
    {
        found =
true;
        break;
    }
}
Assert.IsTrue(found);

But when execution, I got the following error:

Exception thrown executing coded step: '[test] : test'.InnerException:ArtOfTest.Common.Exceptions.AssertException: Assert.IsTrue - [Expected:True],[Actual:False] at ArtOfTest.Common.UnitTesting.Assert.IsTrue(Boolean condition, String message) at ArtOfTest.Common.UnitTesting.Assert.IsTrue(Boolean condition)

 

 

Am I missing something? It doesn't seem to correctly identify the items of the combo box.

I edited TaxComboBoxRadComboBox in such a way automationid = TaxCodeComboBox, but I am still getting the same error

I can show to you how I create the script through SharedView

Regards,
Jan Mark

 

 

Stoich
Telerik team
 answered on 13 Jan 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?