Telerik Forums
Test Studio Forum
20 answers
177 views

 

Hi

I am new to this tool 'Automated QA Edition'. I have to perform a 'Click' operation over a RadMenuitem which is not visible by default. This item is a submenu. I am not able to record the event for left menu navigation from parent menu to submenu.

Can anyone please help.

Regards
Pritima Virmani
Konstantin Petkov
Telerik team
 answered on 22 Jun 2011
1 answer
128 views
Hello!
I have a simple case, but i've spent 1,5 hours trying to resolve it - no success!

The case is: login in gmail.com several times under different users.
After first login need to clear cookies, but the ActiveBrowser.Cookies.DeleteCookie - doesn't work in IE.

I found a lot of topics, but no one helps.
http://www.artoftest.com/community/forums/webaii--web-automation-infrastructure/forum-general-questions/cannot-delete-cookies.aspx
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/telerik-testing-framework/intermediate-topics/cookie-support.aspx
My browsers are: IE8.0, Chrome12, Firefox4.0, Safari 5.0.5
The code is:
Manager.LaunchNewBrowser();
           System.Net.CookieCollection gCookie1 = ActiveBrowser.Cookies.GetCookies("http://google.com");
           System.Net.CookieCollection gCookie2 = ActiveBrowser.Cookies.GetCookies("http://www.google.com");
           System.Net.CookieCollection gCookie3 = ActiveBrowser.Cookies.GetCookies("http://www.accounts.google.com");
            
           foreach (System.Net.Cookie cookie in appCookie)
           {
               ActiveBrowser.Cookies.DeleteCookie(cookie);
           }
 
           foreach (System.Net.Cookie cookie in gCookie1)
           {
               ActiveBrowser.Cookies.DeleteCookie(cookie);
           }
            
           foreach (System.Net.Cookie cookie in gCookie2)
           {
               ActiveBrowser.Cookies.DeleteCookie(cookie);
           }
 
           foreach (System.Net.Cookie cookie in gCookie3)
           {
               ActiveBrowser.Cookies.DeleteCookie(cookie);
           }
 
           ActiveBrowser.NavigateTo("https://www.google.com/accounts/ServiceLogin");

This work in chrome, safari,firefox, but not works in IE8.0
Cody
Telerik team
 answered on 22 Jun 2011
4 answers
135 views
Hi all,
  I have just this past few days downloaded the trial of Telerik Test Studio and am running into a bit of a problem.

I record a simple test (though this appears to happen in other situations) such as:

Navigate to http://www.htmlcodetutorial.com/linking/linking_famsupp_70.html

Click 'ThisLinkLink'
Connect to pop-up window

The test does not replay correctly in Firefox, erroing on the 'connect the pop-up window' step.
Safari exhibits the same behaviour.
IE and Chrome replay as expected.

I am running latest version of Telerik Test Studio (Evaluation), Win 7 Ultimate 32-bit, Firefox 3.6.16, Safari 5.0.5.

I can't see any reason for this to fail with the exception of a bad config.
I have followed the supplied configuration documentation twice now for each of the failing browsers to no avail.

Any thoughts?

Best regards,
  Stewart.
Anthony
Telerik team
 answered on 21 Jun 2011
4 answers
119 views
In telerik tool recorder not working then. Any other way to follow writing to  Descriptive programmer telerik  tool then
how follows step by step to ex plan  for me
Stoich
Telerik team
 answered on 21 Jun 2011
6 answers
136 views
Is there a way to make the tests created with "WebUI Test Studio QA edition" run automatically after the project build is completed.
We don't use team foundation server. We use Visual Studio 2008, CCNET (and SVN).
Cody
Telerik team
 answered on 20 Jun 2011
1 answer
80 views
How do I get the latest release of the software?  We have the 2010.3 version installed on one of our test servers and we would like to get the latest.  Is there a way to get it through the website, or is there a link from inside the UI?  Any help would be appreciated as I haven't been able to find any documentation on this subject yet.

Thanks.
Daniel Levy
Telerik team
 answered on 20 Jun 2011
1 answer
82 views
Hi,
I am totally new to Telerik and I have a problem now:
All the test cases get warning question marks in "Lists of tests" in vs2010, and I just can't find the way to run them.
the version I installed is 111.6.9.0. And if I need to update to certain version of the tool, please kind let me know how to update.
Please help out with that, many thanks.
Anthony
Telerik team
 answered on 20 Jun 2011
8 answers
369 views
Hello,

I need to select an item in RadComboBox. The items may have different values on each test running. So I need to select second item and get item's text to verify it later.

Example:
<div style="display: block; visibility: visible; top: 0px; left: 0px; width: 256px;"
    class="RadComboBoxDropDown RadComboBoxDropDown_Office2007 " id="ctrlGroupSelector_comboGroup_DropDown">
    <div style="width: 100%; overflow: auto; height: 102px;" class="rcbScroll rcbWidth">
        <ul style="list-style: none outside none; margin: 0pt; padding: 0pt;" class="rcbList">
            <li class="rcbItem "></li>
            <li class="rcbItem ">firstRow</li>
            <li class="rcbItem ">secondRow</li>
            <li class="rcbItem ">ThirdRow</li>
            <li class="rcbHovered ">Test</li></ul>
    </div>
</div>

Could you, please, give an example how to find and select second item?

Thanks,
Svetlana



Cody
Telerik team
 answered on 20 Jun 2011
1 answer
92 views
Hi,

I am trying to bind record from .xls file to data grid at process of test execution as shown in attached screen.grid component are generated dynamically at run time. can you suggest how to find element location and bind record with it.

for e.g. following record is saved in .xls

code :JR
Description:Journal1
status:  Active
when there is a step 'click ADD button' executed these record should be saved in 3rd row of grid as there are already 2 records are existing.

Sonal
Stoich
Telerik team
 answered on 20 Jun 2011
1 answer
117 views
Hi,

Our company has recently purchased full license of Test Studio and i have version 2011.1.502.0 install on my laptop. I have recived the news that R1 2011 service pack is now available. When i go into my account i can see only free trial license button, but i am unable to find link to install service pack 1, could you please guide how to install 2011 service pack1 or is my current version has service pack 1 installed.

Cheers

Akbar
Stoich
Telerik team
 answered on 17 Jun 2011
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?