Telerik Forums
Test Studio Forum
2 answers
100 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
103 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
103 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
276 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
1 answer
126 views
Hello There Everyone!

We are looking for some help getting our Certification Complete and need to submit "verbose logging" results in conjunction with our WebUI Test Studio "harness".  Basically, the testing company needs to see what the harness is doing during the test.

Can someone help point me to how this is generated with WebUI Test Studio QA or Developer editions?

Thanks in advance!

Kevin Griffin
Keaegan
Telerik team
 answered on 13 Jan 2011
4 answers
140 views
Hi.

I'm using Telerik WebUI to test an Internet Explorer Addon, which has some shortcuts/keybinds to do specific things.

The problem is, I am mapping "AltGr + letter" as my shortcuts but when I execute this in WebUI recordingmode, it directly interpretes this to "Ctrl+Alt+letter". The addon specificly wants a user to press the AltGr, not Ctrl+Alt, hense making the test fail.

How can i force it to press AltGr?
Tejs
Top achievements
Rank 1
 answered on 13 Jan 2011
5 answers
186 views
Hi Telrik Team,

I want to make my script with dynamic databinding,for example my script will take dynamic ids passed in script test step of other script.

Example:
Pass parameters with telerik script name
e.g. Script1(Parameter Name).aii
call Script1 from Script2 in test step.

If you can suggest any other solution for dynamic databinding of IDs with script, then it will be the productive use of SQL databinding.
I am waiting for response.
Thanks in Advance.

Regards,
Anshul
Cody
Telerik team
 answered on 13 Jan 2011
4 answers
120 views
I'm trying to install WebAii 2010.3 then facing a problem that the Add-on is not loaded into IE8. When I select "Manage Add-ons" in IE8, there's no WebAii extentions in the list of neither currently loaded nor all add-ons. I see ArtOfTest.InternetExplorer.dll in the installed folder. Can anyone point me to the right solution? My machine is as follows.

OS: Windows 7 32 bits (VPC)
Browser: IE8
VS: VS2010

Thanks in advance
Masashi
Dragon
Top achievements
Rank 1
 answered on 12 Jan 2011
2 answers
139 views
Hi,

In my SUT, I found that fully qualified XamlPath shows two elements, now in WebUI it is accessing first element and completing actions. But if I want to act on second element then how can I do it?

If the coded step is only option then provide sample code.

Thanks,
Akhlikumar Patel
Cody
Telerik team
 answered on 11 Jan 2011
1 answer
130 views
Hi,

I am new to your product.

How to change the execution server to another machine.?

When I click register button all i am getting asked is the path to output path. I was hoping it is going to ask for an option to connect to an existing schedule server? But it is not asking those.   I intially tried the local machine as the execution server.  Probably once I did that i am not able to change it now.

Help me

thanks
Stoich
Telerik team
 answered on 10 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?