Telerik Forums
Test Studio Forum
1 answer
119 views
Is there a way to change the viweing of code from VB to C#? I didn't see a C# option when I click on View Class first time.


Thanks
Manju
Cody
Telerik team
 answered on 21 Feb 2011
1 answer
71 views
Hi,

I am a new user to Web UI Automation Tool. I tried to install the software and I got stuck in the set up. The set up hangs in calculating the disk space requirements. I have 96.8 GB free space in my machine. Attached are the screen shots.
Cody
Telerik team
 answered on 21 Feb 2011
1 answer
129 views
Hi

Is it possible to use part of some extracted text, I can extract a confirmation message which contains the reference I need but I would like to use just the reference in another search.

Cody
Telerik team
 answered on 21 Feb 2011
2 answers
120 views
Hi All,

After giving the license key I got fhe following error message.

Respose : Invalid Product type. It seems you are tryong to run the wrong product 
edition(Dev orQA) and you do not have a license fot it. 
Need Help to rectify this problem?
Nikolai
Telerik team
 answered on 18 Feb 2011
4 answers
141 views
When I created a test script I inserted "Image Verification" using Hover Over highlighting option (verify entire image checkbox is checked). When I wanted to run this test script all these verification steps were failed because Hover Over highlighting option in the web ui tool cannot identify objects properly (see attached screenshot)

 How can I fix this problem ?

P.S. I already restarted my computer and restarted the tool :)

Thanks
nastia
Top achievements
Rank 1
 answered on 18 Feb 2011
1 answer
162 views
Please HELP!!! The test script was ready for execution. I run this script for a several times today and I didn't receive any errors. But the last 5 times when I was trying to execute it I got this error:
------------------------------------------------------------
'2/17/2011 3:33:56 PM' - Starting execution....
'2/17/2011 3:34:49 PM' - Failure detected during execution. Details:
------------------------------------------------------------
'2/17/2011 3:34:49 PM' - System.NullReferenceException: Object reference not set to an instance of an object.
   at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.GetHostState(IAutomationHost host)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep()
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteSteps(AutomationStepList stepList, TestResult testResult, Object codeBehindInstance)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteTestIteration(Object codeBehindInstance)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteTest(Test test, TestResult initializationResult)
   at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(Test test, Settings settings, String deploymentFolder, ExecutionType exeType, Int32 lastStepIndex, DebuggerOptions debuggerOptions)
------------------------------------------------------------
'2/17/2011 3:34:49 PM' - Test completed!


Note1: the status of the test is "Fail - 0 passed out of total 0 executed" but I could see the progress of this test during execution and all steps were passed.

Note2: I get this error only when I add "Close IE window" step in the end of the test
Cody
Telerik team
 answered on 17 Feb 2011
1 answer
80 views
Hello!

I have a Silverlight application with Telerik RadControls Q3.

The user chooses a date interval, then information for that certain interval displays on a map. All the information related to the interval is shown at the same time.

I would like for the user to be able to choose a date interval and then print it day-by-day (and not as shown in the application).
E.g. print information for the first date in the chosen interval on one page (just as if the user had chosen only that one day), and then info for the 2nd date on the next page and so forth..

I guess I need to create an automated workflow? Does anyone have an idea about how I should do this?


Thanks!
George
Telerik team
 answered on 17 Feb 2011
1 answer
89 views
When I access the spell checker it is showing an error alert and writing error log as,
A potentially dangerous Request.Form value was detected from the client (CommandArgument="<controlSeparator><b...")

Can any one help me to resolve this.
Thank you
Rumen
Telerik team
 answered on 17 Feb 2011
8 answers
137 views
I have a step that clicks on a radtabitem. It flags this error:

Failure Summary
Was not able to match a segment within the path. Expected:border , Found:FrameworkElement , Path:/shell:-1:54976006/grid:0:46959463/border:1:53739988/grid:0:65623433/grid:1:52030735/border:0:13237733/radtabcontrol:0:53666642


Best Regards,
Kristine
Vladislav
Telerik team
 answered on 17 Feb 2011
5 answers
77 views
Hi

i have a test case where i need to set a date and time in a DateTime field (Rad control)

when i try to run the test it fails with the Log message (added to the end of this post).

what i can gather from the log is that something in get_culture() fails for some reason.
the object in the test states that culture is da-DK
and the Selected time format is DD-MM-YYY HH:MM

also the Element find logic is: "[id 'Contains' ctl18_timeView] AND [id 'Contains' ctl00] AND [tagname 'Exact' div]"

the Client and webpage is set to da-DK as culture or system language.


----- Log Message -----
ArtOfTest.Common.Design.Exceptions.ExecutionException: ExecuteCommand failed!
InError set by the client. Client Error:
System.InvalidOperationException: Javascript call [$find(\'ctl00_m_g_0a5cf375_559d_4468_867e_757ee28215ec_ctl18_timeView_wrapper\').get_culture()] failed! Please make the function exists and the call is using the correct prototype signature. Javascript error: TypeError: 'null' is null or not an object
   at ArtOfTest.InternetExplorer.IECommandProcessor.InvokeFunction(String functionCall, Boolean useEval, Boolean returnJSON)
   at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessActionCommands(BrowserCommand request)
   at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessCommand(WebBrowserClass ieInstance, BrowserCommand request, IHTMLDocument2 document)
BrowserCommand (Type:'Action',Info:'NotSet',Action:'InvokeJsFunction',Target:'ElementId (tagName: '',occurrenceIndex: '-1')',Data:'$find(\'ctl00_m_g_0a5cf375_559d_4468_867e_757ee28215ec_ctl18_timeView_wrapper\').get_culture()',ClientId:'Client_a4d5e5d3-5f23-44cc-94ee-a67dc39369a1',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'System.InvalidOperationException: Javascript call [$find(\'ctl00_m_g_0a5cf375_559d_4468_867e_757ee28215ec_ctl18_timeView_wrapper\').get_culture()] failed! Please make the function exists and the call is using the correct prototype signature. Javascript error: TypeError: 'null' is null or not an object
   at ArtOfTest.InternetExplorer.IECommandProcessor.InvokeFunction(String functionCall, Boolean useEval, Boolean returnJSON)
   at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessActionCommands(BrowserCommand request)
   at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessCommand(WebBrowserClass ieInstance, BrowserCommand request, IHTMLDocument2 document)')
InnerException: none.
 ---> ArtOfTest.WebAii.Exceptions.ExecuteCommandException
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request, Boolean performDomRefresh, Boolean waitUntilReady)
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request)
   at ArtOfTest.WebAii.Core.Actions.InvokeScript(String script)
   at ArtOfTest.WebAii.BrowserSpecialized.InternetExplorer.InternetExplorerActions.InvokeScript(String script)
   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.GetValue[T](String propertyName, T defaultValue)
   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.CallMethod[T](String methodCall, T defaultValue)
   at Telerik.WebAii.Controls.Html.RadTimeView.get_Culture()
   at Telerik.WebAii.Controls.Html.RadTimeView.SelectTime(DateTime selectedTime)
   at Telerik.WebAii.Design.Translators.Html.Calendar.TimeViewSelectionDescriptor.Execute(Browser browser)
   at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep()
   --- End of inner exception stack trace ---
Benjamin
Top achievements
Rank 1
 answered on 17 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?