Telerik Forums
Test Studio Forum
2 answers
167 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
88 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
77 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
78 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
129 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
142 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
102 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
94 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
181 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
1 answer
166 views
Hi, I am trying to install the Developer evaluation version of the test suite on a Windows XP, Visual Studio 2008 system that has the latest service packs (updated today in fact). During setup of the 2010.3 version of the product, I hit the error in the title of this thread. I am logged on as the administrator and have full rights. Clicking Retry in the installer results in the same message after about 45 seconds.

I tried to directly start the service by running the control panel Services option, and I received a message that the service started and then stopped and "Some services stop automatically if they have no work to do..."

I restarted the installer with logging enabled, but that did not affect the end result.

In Event viewer, I have several errors as follows -

Service cannot be started. System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for system.serviceModel/bindings: Could not load type 'System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement' from assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. (C:\Program Files\Telerik\WebUI Test Studio 2010.3\Bin\Telerik.WebUITestStudio.Scheduling.WindowsService.exe.Config line 21) ---> System.TypeLoadException: Could not load type 'System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement' from assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
   at System.ServiceModel.Configuration.WSHttpTransportSecurityElement.get_Properties()
   at System.Configuration.ConfigurationElement.DeserializeElement(XmlReader reader, Boolean serializeCollectionKey)
   at System.Configuration.ConfigurationElement.DeserializeElement(XmlReader reader, Boolean ...

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

In Visual Studio I now have an error - Package Load Failure - which I cannot copy, but the first part reads Package ArtOfTest.WebAiiSIP.WebAIISIP, ArtofTest.WebAiiSIP, ... has failed to load properly. Application REstart is recommended due to possible environment corruption. ... Once disabled, I am able to run visual studio fine.

I would love to try the product but cannot. For the record, here are the details on my system.

Windows XP SP3, 4 GIG ram,  Visual Studio 2008 Pro, Version 9.0.30729.1 SP, Microsoft.Net Framework Version 3.5 SP1
I run this box without much else, just Visual Studio, so there is plenty of available memory and disk space available.

I am assuming there is a big dependency service that is required, but I have not yet installed, although my system does meet the stated install requirements found at http://www.telerik.com/automated-testing-tools/products/system-requirements.aspx. Please help!



Stoich
Telerik team
 answered on 02 Feb 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?