Telerik Forums
Test Studio Forum
1 answer
137 views
Support,

I'm exploring 'Performance testing' feature comes with R2 release.

I see tool calculating time differences wrongly. Test log showing correct timings but performance window overview showing incorrect timings.

Log showing: 40Sec to load
Performance Overview showing: 639ms to load

Please see attached screenshot.

Thanks,
Madhu.
Anthony
Telerik team
 answered on 11 Oct 2011
6 answers
115 views
We display a treeview that has initially all children collapsed. For optimization purposes we load children in treeview only when parent node is expanded. Until then every item in the tree contains only "dummy" child.
When I record the clicks Test Studio doesn't recognize the new items. For each item I get the same item that is clicked (ArtOfTest.WebAii.Controls.Xaml.Wpf.Grid). So I can record but can't run the script
Any suggestions how to solve this?

Thanks
Arthur
Stoich
Telerik team
 answered on 07 Oct 2011
1 answer
116 views
Hi,

Please any one clear this for me. I'm new to performance testing.

What are Server and Client timings represents in Performance testing results? Screenshot attached.

Thanks,
Madhu.
Anthony
Telerik team
 answered on 06 Oct 2011
1 answer
117 views
I watched the video for the new release and I have upgraded. In the video it was mentioned on more than 1 occasion that a Test List can be scheduled for a Performance run. However, I do not see where you set the Test List up for a Performance run, only the normal run. Please point me in the right direction.
Note:
I have made a copy of my Test List, selected Edit List and changed it to Performance, the List Has 161 tests in it and  against each test I see a message 'Configure for Performance....'. Do I have to configure each test in the list or will it simply run when I select it for scheduling? I will schedule tonight and see the results in the morning. Thanks
Anthony
Telerik team
 answered on 05 Oct 2011
1 answer
91 views
Hi,
 
I have donwloaded latest telerik contols for silverlight from the url (http://www.telerik.com/account/your-products/trial-product-versions/trial-single-download.aspx?pmvid=0&pid=571)

i just created sample application with control RadMaskedTextBox. i am getting following error.
i am using silverlight 3.0, vs 2008 and .Net framework 3.5

{System.Windows.Markup.XamlParseException: Unknown namespace http://schemas.telerik.com/2008/xaml/presentation. [Line: 37 Position: 43]
   at MS.Internal.XcpImports.CreateFromXaml(UnmanagedMemoryStream stream, String sourceAssemblyName, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers)
   at System.Windows.Controls.Control.GetBuiltInStyle(IntPtr nativeTarget, IntPtr& nativeStyle)}

Please help me., Thanks in Adavance

Thanks
Durga

Kiril Stanoev
Telerik team
 answered on 05 Oct 2011
1 answer
92 views
Hi,


Can anyone please clarify the below doubt for me that was occured Telerik test studio during run time.


The actual issue was my project is a hospital management and in this i am using VOIP calls to interact with the doctors
and my problem is while running the application with  the VOIP call was identified and while re-executing the same script it is not identified 


The script of the issue is shown below.








Overall Result: Pass
------------------------------------------------------------
'10/5/2011 11:27:17 AM' - Starting execution....
------------------------------------------------------------
'10/5/2011 11:28:04 AM' - 'Pass' : 1. RadInput('Rtxtusername_wrapper'): value 'harry' entered.
'10/5/2011 11:28:06 AM' - 'Pass' : 2. RadInput('Rtxtpassword_wrapper'): value 'harry' entered.
'10/5/2011 11:28:07 AM' - 'Pass' : 3. RadComboBox('RHeadOffice'): text 'sand' entered in combobox input
'10/5/2011 11:28:14 AM' - 'Pass' : 4. RadComboBox('RHeadOffice'): selecting item with index '31'
'10/5/2011 11:28:17 AM' - 'Pass' : 5. RadButton('Rbtnlogin'): RadButton click
'10/5/2011 11:28:20 AM' - 'Pass' : 6. RadComboBox('ctl00_ContentPlaceHolder1_RLocation'): selecting item with index '1'
'10/5/2011 11:28:25 AM' - 'Pass' : 7. RadButton('ctl00_ContentPlaceHolder1_btnGo'): RadButton click
'10/5/2011 11:28:26 AM' - 'Pass' : 8. RadMenuItem('ctl00_RadMenu1'): item 'Page' action -> 'Click'
'10/5/2011 11:28:31 AM' - 'Pass' : 9. RadMenuItem('ctl00_RadMenu1'): item 'Phone Dialer' action -> 'Navigate' to '~/Pages/PhoneDirectory'
'10/5/2011 11:28:37 AM' - 'Pass' : 10. RadComboBox('ctl00_ContentPlaceHolder1_cmbName'): selecting item with index '8'
'10/5/2011 11:28:39 AM' - 'Pass' : 11. RadButton('ctl00_ContentPlaceHolder1_btnCall'): RadButton click
'10/5/2011 11:28:43 AM' - 'Pass' : 12. Click 'CloseButtonTag'
'10/5/2011 11:28:44 AM' - 'Pass' : 13. RadButton('ctl00_ContentPlaceHolder1_btnCall'): RadButton click
------------------------------------------------------------
'10/5/2011 11:28:44 AM' - Overall Result: Pass
'10/5/2011 11:28:44 AM' - Duration: [1 min: 20 sec: 609 msec]
------------------------------------------------------------
'10/5/2011 11:28:45 AM' - Test completed!

Stoich
Telerik team
 answered on 05 Oct 2011
3 answers
471 views
How do I get the total count of items listed in a drop-down box.  For example, I have a smoke test that needs to verify that a drop-down box contains at least one item.  How can I use the built-in verification functionality to accomplish this?  Assistance appreciated in advance.
Stoich
Telerik team
 answered on 04 Oct 2011
4 answers
147 views
Hello,

I've made an easy testlist with a test that opens a application then closes it. (WPFtest)
I've scheduled this test but it fails when it runs.
"The Machine {0} has hung! No tests were Executed!"

I made this test just to see if it was working, but seems like something is wrong.

Any suggestions on what i can do to make it run?

BR
//Jonas

Jonas
Top achievements
Rank 2
 answered on 03 Oct 2011
1 answer
141 views
After upgrading it appears that inserting a manual step slots the step at the bottom instead of inserting it after the step you have hi-lited.
Plamen
Telerik team
 answered on 03 Oct 2011
6 answers
209 views

Hi
In the application i have to test has a dialog popup right after login if the user already as a session open. before the dialog is not expected every time, the step will fail if the element is not found,
is there a way ignore the step? I already have it set to continue on fail, but the report will report the failure,
I have tried to verify the element to control an IF else steps, but that fails if the popup does not "pop"

Please point me in the right direction

Thank You
Chris


ArtOfTest.Common.Design.Exceptions.ElementFindException: Unable to locate element. Details: Attempting to find [Html] element using
Find logic
 (Html): [tagname 'Exact' h3] AND [TextContent 'Exact' Login Conflict]

Unable to locate element. Search failed!

   at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.WaitForAllElements(IAutomationHost host, AutomationDescriptor descriptor, Int32 timeout)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)

Anthony
Telerik team
 answered on 30 Sep 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?