Telerik Forums
Test Studio Forum
1 answer
58 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
161 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
80 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
70 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
1 answer
64 views
HI

Visual basic 2010 as main dater as part QA in web ui test studio  

Daniel Djambov
Telerik team
 answered on 04 Feb 2011
1 answer
121 views

Hi,

What are the prerequisites to install WebUI Test Studio Run-Time Edition?  
Our environment:  Our Silverlight application,  WebUI Test Studio QA Edition 
What I am missing in terms of run-time edition?

Thanks,
Madhu.

Daniel Levy
Telerik team
 answered on 03 Feb 2011
4 answers
131 views
Hi Telerik team,

I have an  sceanrio need to check the display items in menu2 which will displayed by mouse hover on menu1, Please let me know can we use any verfication logic for the same. Please find the attached screen shot for the similar kind of UI screen.


Regards,
Kalyan Uppalapati
Stoich
Telerik team
 answered on 03 Feb 2011
2 answers
94 views
Hi,

                    I got exception in log while selecting the Date in Calendar popup with the below steps. 
In Test Studio, I have recorded the steps below.

1. Click on Calendar icon.
2.It opens the Canlendar popup.
3.Choose a date & close the popup.
4.Save the test in Teststudio.
5.Execute the test.
6.It is failed in selecting date from the calendar popup.

Please provide a solution for my problem soon.(attached the test steps & log for your reference).
<<< Test-as-Step 'Soco Login.aii' log ends.
 
'1/28/2011 6:08:27 PM' - 'Pass' : 2. Desktop command: HoverOver on ImgBtnMyJobsImage
'1/28/2011 6:08:27 PM' - 'Pass' : 3. Wait for '250' msec.
'1/28/2011 6:08:54 PM' - 'Pass' : 4. Click 'ImgBtnMyJobsImage'
'1/28/2011 6:09:02 PM' - 'Pass' : 5. Desktop command: HoverOver on CalendarImage
'1/28/2011 6:09:06 PM' - 'Pass' : 6. Wait for attribute 'alt' has 'Contains' value of 'Calendar' on 'CalendarImage'
'1/28/2011 6:09:11 PM' - 'Pass' : 7. Click 'CalendarImage'
'1/28/2011 6:09:12 PM' - 'Pass' : 8. Wait for '250' msec.
'1/28/2011 6:09:17 PM' - 'Fail' : 9. Connect to pop-up window : 'http://localhost/socoframework/Calendar.aspx?FormName=aspnetForm&CtrlName=ctl00$contentPage$txtJobsStartDateAndTime'
------------------------------------------------------------
Failure Information:
~~~~~~~~~~~~~~~
Exception occured waiting for the new browser to connect.
InnerException:
System.OperationCanceledException: Exception occured waiting for the new browser to connect. ---> System.TimeoutException: Wait for condition has timed out
   at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo)
   at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout)
   at ArtOfTest.WebAii.Core.Manager.WaitForNewBrowserConnect(String url, Boolean isPartial, Int32 timeout)
   --- End of inner exception stack trace ---
   at ArtOfTest.WebAii.Core.Manager.WaitForNewBrowserConnect(String url, Boolean isPartial, Int32 timeout)
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.HtmlDialogHandlerDescriptor.Execute(Browser browser)
   at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep()
------------------------------------------------------------
'1/28/2011 6:09:18 PM' - Detected a failure. Step is marked 'ContinueOnFailure=False' aborting test execution.
------------------------------------------------------------
'1/28/2011 6:09:18 PM' - Overall Result: Fail
'1/28/2011 6:09:18 PM' - Duration: [1 min: 13 sec: 605 msec]


thanks,
Konstantin Petkov
Telerik team
 answered on 03 Feb 2011
2 answers
89 views
I had done image binding in Telerik Grid control It isworking fine but Problem is large size image with MBsize  is'nt binding in telerik grid can u  Send me any Examples or  information.....
Raj
Top achievements
Rank 1
 answered on 03 Feb 2011
7 answers
170 views
Hello

I recorded successfully, but not able to execute all. Not able to do any action.

Please check the attachment...

Image 1: ComboBox Selecetion Event - Load DataGrid
Image 2: Button Click Eevent - Will open child window

I'm using latest QA Edition (Downloaded on yesterday), Silverlight 4 and IE 7

NOTE: Everything is working fine in local. Not able to execute in server. We hosted our application in US Server.

Please provide me the solution immediately... It's very urgent...(we'll go license based on this tool feature)


Thanks & Regards
Senthil
Senthilraja
Top achievements
Rank 1
 answered on 02 Feb 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?