Telerik Forums
Test Studio Forum
3 answers
150 views
Hi,

I have problem, i create RadGrid by code and registry event ItemDataBound,

 void dataGrid_ItemDataBound(object sender, GridItemEventArgs e)
        {
           if (e.Item is GridFooterItem)
            {
                GridFooterItem footer = (GridFooterItem)e.Item;
              
                    string interName = "name";
                    footer[interName].Controls.Add(new LiteralControl("<b>" + GetLabel("Goto", "Go to") + " </b>"));
                    LinkButton lbtIndex = new LinkButton();
                    lbtIndex .Text ="1";
                    lbtIndex .ID = "lbl1";
                    lbtIndex .Click += new EventHandler(lbtIndex _click);
                    footer[interName].Controls.Add(lbtIndex );
              
            }
        }
        void lbtIndex _click(object obj, EventArgs e)
        {
         //to do
       }

But when i click LinkButton 1 (lbtIndex _click), the event of button dont fire.


 
Daniel
Telerik team
 answered on 11 Feb 2011
6 answers
156 views

Hi,

I'm using QA Edition Q3 release. I have a problem with If...ELSE condition. If you see attached video file you will get an idea.

I'm expecting to work atleast ELSE part after I modified navigate URL?

Any ideas please?

Thanks,

Madhu Tekmal

Madhu
Top achievements
Rank 1
 answered on 10 Feb 2011
12 answers
245 views
HI,

Data binding work I have already done. I am unable to put the validation to know where the test fails.
For example.
I leave username field blank and put the correct password then when I click on login button then a pop up opens and says "Please enter username". Here comes the problem when I go back and see the step in telerik tool all are shown PASS but actually it should be failed. I run all the test cases of login through data binding but all shows PASS rather only with correct username and password test should be passed.
Hope you understand my problem.

Regards,
Nitin
Cody
Telerik team
 answered on 10 Feb 2011
13 answers
271 views
Hi Team,

The issue is, if I create .aii file with recorded step like navigate to google.com and clicking on different links.

Now if try to execute this .aii file, it is unable to launch the browser and thus unable to execute the .aii file.

P.S- 1. We are using WebUI QA Edition ( 2010.3 1213).
        2. We are using IE browser on Windows XP Pro. 

Reference .aii file attached : WebAiiTest2.zip

Regards,
Dev
(GHI Team)
Cody
Telerik team
 answered on 09 Feb 2011
2 answers
102 views
Hi.
I want to drag some item from a window and drop to another window.

Is it possible?
If it is, please tell me how..
Cody
Telerik team
 answered on 08 Feb 2011
1 answer
144 views
Good Morning,
I was wondering if you have a trial of the Web UI Run-time edition available for download?
Thanks,

Jeff Freeman
Daniel Levy
Telerik team
 answered on 08 Feb 2011
1 answer
81 views
HI
I am newly join web ui test studio in this to support to web ui test  studio as part visual studio its mandatory or not tell me you help full
Stoich
Telerik team
 answered on 08 Feb 2011
2 answers
191 views
Hi Telerik Team,

I am using WEB UI Test studio Dev edition with VS 2010. I have few scripts which are running on base url provided in settings. Scripts are running individually fine. I created an Ordered Test list for those scripts. While i am running those ordered test list i am facing below error. Please provide support for the same.

'2/2/2011 7:53:29 PM' - Starting execution....
'2/2/2011 7:53:33 PM' - Detected custom code in test. Locating test assembly: RiversandMainProject.dll.
'2/2/2011 7:53:33 PM' - Assembly Found: D:\Riversand\QA\MDMCenter6.0\Automation\Scripts\RiversandMainProject\TestResults\uppalapatik_RST1090 2011-02-02 19_53_27\Out\RiversandMainProject.dll
'2/2/2011 7:53:33 PM' - Loading code class: 'RiversandMainProject.Add_Organization_with_Parent_with_Locale_Value'.
------------------------------------------------------------
------------------------------------------------------------
'2/2/2011 7:53:33 PM' - Detected DataDriven Test. Starting data iterations.
------------------------------------------------------------
'2/2/2011 7:53:33 PM' - [Iteration #1: (OrgID=1)(ClientID=1)(OrgType=Corporate)(OrgClass=Internal)(OrgParent=Fingerhut)(OrgShortName=Auto_test_org_1)(OrgLongName=Auto_test_org_1)(ListData=ay_AL - Aya Neth,da_DK - Danish Denmark,de_AT - German Austria,el_GR - Greek Greece)(Action=ADD)(ActionIdentifier=)]
------------------------------------------------------------
Overall Result: Fail
------------------------------------------------------------
'2/2/2011 7:53:33 PM' - Enabling Html Popup Tracker. Test expecting Popups.
'2/2/2011 7:53:33 PM' - 'Fail' : 1. Navigate to : '/login.aspx'
------------------------------------------------------------
Failure Information:
~~~~~~~~~~~~~~~
Unable to resolve the passed uri '/login.aspx' to an absolute url.
InnerException:
System.UriFormatException: Unable to resolve the passed uri '/login.aspx' to an absolute url.
   at ArtOfTest.WebAii.Core.Browser.BuildUrl(Uri passedUrl)
   at ArtOfTest.WebAii.Core.Browser.InternalNavigateTo(Uri uri)
   at ArtOfTest.WebAii.Core.Browser.NavigateTo(Uri uri)
   at ArtOfTest.WebAii.Core.Browser.NavigateTo(String url)
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.NavigateToActionDescriptor.Execute(Browser browser)
   at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep()
------------------------------------------------------------
'2/2/2011 7:53:33 PM' - Detected a failure. Step is marked 'ContinueOnFailure=False' aborting test execution.
------------------------------------------------------------
'2/2/2011 7:53:33 PM' - Overall Result: Fail
Chakravarthy
Top achievements
Rank 1
 answered on 08 Feb 2011
1 answer
110 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. You have to scroll down and select the item.
This menu item is a place holder for many Sub menu items. e.g File -> Exit.

But the recorder is not able to simulate this action. I have created a new test project to record this scenario. Am i missing some pre condtions.
Request please advise.

Thanks and Best Regards
Pritima Virmani
Stoich
Telerik team
 answered on 07 Feb 2011
4 answers
100 views
Hi Teleirk Team,

I am getting the error as per the attached file when i am recording the popup windows, but previously i was not facing this problem.
when i am recording a main window>> popup1>> popup2 then while opning the popup2 i am getting the error like 'one recorder can be attached with open window' same as attached screenshot.

Reply ASAP.

Regards,
Anshul
Daniel Djambov
Telerik team
 answered on 07 Feb 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?