Telerik Forums
Test Studio Forum
1 answer
183 views
Hi
I was wondering - is there a possibility to set the whole test to pass if a certain step passed?

The situation I'm in is:
I recorded a test with certain steps. Some of them(say, steps in the middle of the test)  sometimes pass, sometimes fail. This is expected behavior and to let the test proceed I set these steps to "continue on failure". But, in case some of the steps failed, regardless of the fact that test actually ran successfully, the whole test is set to fail.
Currently I created a workaround, when the last step in test writes to test-list log.
But I want to integrate my tests into "build" process for our software.
It would be great if there was a way to set the test to PASS if the last step of the test ran with success.

Thanks in advance
Helen
Cody
Telerik team
 answered on 11 Oct 2011
1 answer
146 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
119 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
122 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
128 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
94 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
103 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
495 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
151 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
150 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?