Telerik Forums
Test Studio Forum
2 answers
114 views
Only while performance testing on iexplorer I get the message that the CA root cert is not trusted because it isn't in the Trusted Root Certification Authorities store. As you can see, the child cert is OK & I don't get the option to install/add the CA root cert to the Trusted Root Certification Authorities store.
Cody
Telerik team
 answered on 20 Mar 2015
1 answer
155 views
Hi,

I'm having a very serious problem with the Telerik scheduling services.  I have a monitoring script that runs every night(most usage of the system under test is at night time) and is setup using the test scheduler and google smtp server.  When I schedule a run during the day time(aka scheduling an immediately run manually) Telerik does send out failure emails as expected to my Gmail account.  However, whenever the script is scheduled to run when I am not here at night time, I never get any warning emails telling me the script failed.  This basically prevent me from getting the proper early warning and prevents me taking immediate action when there's a problem.  Can you please help me resolve this problem.

The type of failure errors I typically get are usually due to performances related problems like a link taking to long to show up on a page(going over my expected timeout):

ie:  System.NullReferenceException: Object reference not set to an instance of an object.

The SMTP Server used is as follows:
Address: aspmx.l.google.com
Port: 25
SSL: Checked off

GMail settings:
POP:  Enabled
IMAP:  Enabled

Ivaylo
Telerik team
 answered on 19 Mar 2015
1 answer
83 views
Trying to verify the content of a standard MVC dropdown using Test Studio.

Here's the DOM

<select id="PartnerSelectId" name="PartnerId" style="width: 240px" class="valid">
<option value="22">Bank B</option>
<option value="24">Bank C</option>
<option value="23">Switch A</option>
<option value="66">Telerik Test Partner</option>
</select>

Looking to verify if Telerik Test Partner exists, and hopefully will use this in an If/Else block to delete it if it does so that we can add it in again during the test.


Any help would be appreciated.
Cody
Telerik team
 answered on 18 Mar 2015
1 answer
225 views
1. How to select a checkbox based on value from CSV data sources
(eg, 'true' in csv, checkbox will be checked)

2. Dropdown list item is selected based on value from CSV data sources
(eg, 'Germany' in csv, country 'Germany' will be selected in dropdown list)

How can this be done in Telerik Test Studio without code?
If must customize, please provide sample code in VB.NET, thanks
Cody
Telerik team
 answered on 18 Mar 2015
1 answer
152 views
Hi,

I'm evaluating Telerik Test Studio features now. I've no knowledge on programming skills but I can pick up.
refer to online documentation, there is Write into Data Source (Excel).
I can't find sample code how to write into .csv file
In my test script, I need to do verify - text contains 'Contact Us'.
If (verify - text contains 'Contact Us') true, then I need to write 'Pass'
in .csv output file.

Could you provide sample code on how to write to.csv data sources with VB.NET. Thanks.
Cody
Telerik team
 answered on 18 Mar 2015
4 answers
175 views
Hi,

Is there a simple way to force a Browser refresh?  I tried re-navigating to my URL but that didn't do the trick.  Is there a way I can send a shortcut command to the browser, something like Ctrl-F5?  (I understand that shortcuts on one browser won't work with another, but I'm just interested in IE at the moment.)

Thanks,
Nigel Edwards, Transition Computing.
Cody
Telerik team
 answered on 17 Mar 2015
3 answers
100 views
Within Test Studio

I would like two new buttons

1. Select All
2. Select None

This would be useful within

1. Test ->Steps

If a test is made of many steps it quickly becomes tiresome to de-select and the select multiple steps.
Ivaylo
Telerik team
 answered on 17 Mar 2015
1 answer
135 views
Hello, we are doing some proves with your product (Test studio), one of them requires to test an aplication made in c#, we need to know if Test Studio supports  this lenguage and others like delphi and delphi .net.
If is posible to have a tutorial to create this kind of test, We will be very grateful.
Cody
Telerik team
 answered on 17 Mar 2015
2 answers
125 views
For some reason, projects that don't exist are being pushed to the remote server and I'm seeing this error

[03/11 11:13:31,Telerik.TestStudio.RemoteExecutor.exe(5980:18),Execution] TestPlatform.OnRunnerError() : Error during remote runner execution: Compile failed: c:\Users\Wade.Courtney\AppData\Local\Temp\Projects\e1c75146-f9df-4222-96b0-c17ba9737558\Estore\Customize.tstest.cs(53,46) : error CS1061: 'TestProject1.Pages.PopularPromotionalContour0Page' does not contain a definition for 'CTRUD7Image' and no extension method 'CTRUD7Image' accepting a first argument of type 'TestProject1.Pages.PopularPromotionalContour0Page' could be found (are you missing a using directive or an assembly reference?)

I can't find it
Ivaylo
Telerik team
 answered on 16 Mar 2015
3 answers
180 views
We are attempting to run WPF tests via TestStudio under TeamCity.  I have been trying to avoid using a hard coded WPF application path, as we are letting TeamCity checkout the source code to a temp directory.  I set up an environment variable the tests to use an environment variable to locate the application but we running under TeamCity's MSTest to be %env.teamcity.build.checkoutDir%\project\bin\Release\project.exe.  While using the VS TestStudio plug-in the application loads however, when running on TeamCity it is never able to locate the application.


[16:53:13]
[Step 2/4] MSTest

[16:53:14][MSTest] Found 4 test definitions.

[16:53:14][MSTest] clickbutton

[16:53:14][clickbutton] ------------------------------------------------------------ '11/14/2013 4:52:14 PM' - Using .Net Runtime version: '4.0.30319.17929' for test execution. Build version is '2013.1.1114.0'. '11/14/2013 4:52:14 PM' - Starting execution.... '11/14/2013 4:52:18 PM' - Failure detected during execution. Details: ------------------------------------------------------------ '11/14/2013 4:52:18 PM' - System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\TeamCity\buildAgent\temp\buildTmp\testuser_VM-UNITTEST 2013-11-14 16_52_01\Out\%env.teamcity.build.checkoutDir%\project\bin\Release\project.exe' or one of its dependencies. The system cannot find the file specified. File name: 'file:///C:\TeamCity\buildAgent\temp\buildTmp\testuser_VM-UNITTEST 2013-11-14 16_52_01\Out\%env.teamcity.build.checkoutDir%\project\bin\Release\project.exe' at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark) at System.Reflection.Assembly.ReflectionOnlyLoadFrom(String assemblyFile) at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ValidateApplication(String file) at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InitializeWpf(ExecutionEngineCreateParams initParams) at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.CreateAndInitializeEngine(Test test, ExecutionEngineCreateParams cp) at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(ExecuteTestCommand command) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. ------------------------------------------------------------ '11/14/2013 4:52:19 PM' - Test completed!

 

Cody
Telerik team
 answered on 13 Mar 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?