Telerik Forums
Test Studio Forum
1 answer
118 views
Hi everyone, 

Do you have any establish practices to name the Coded Step?

Thanks

Anthony
Telerik team
 answered on 29 Mar 2012
4 answers
126 views

Hi, 

I'm following the 
Data Driven Find Expressions
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/code-samples/general/data-driven-find-expressions.aspx 

But got the following error:

(CS1061) 'TestProj.Pages.TelerikExtensionsForASPPage' does not contain a definition for 'UnorderedList' and no extension method 'UnorderedList' accepting a first argument of type 'TestProj.Pages.TelerikExtensionsForASPPage' could be found (are you missing a using directive or an assembly reference?)

Does that mean that I have to install the TelerikExtensionsForASPPage before following the Data Driven Find Expressions example? 

Thanks


Ohsha
Top achievements
Rank 1
 answered on 28 Mar 2012
5 answers
119 views
Hi,

In my test recording project, there are two Silverlight elements, SilverlightApp and SilverlightApp0. 
But in fact there should only be one, all recorded from the same process. 

I don't know why the same page get recorded into two elements, but keeping them both instead of one will have negative impact on the maintenanceIs there any way for me to consolidate them into one? 

Thanks
Ohsha
Top achievements
Rank 1
 answered on 27 Mar 2012
4 answers
140 views
Hi,
I am trying to figure out a way in which i can use data driven from an excel sheet to repeat a sequence of steps.
Attached is the html view and below code which i am using. The RED tick in the attachment is the text (Product -Gain/Loss) which i would like to enter and pick from an excel sheet. Similarly for each repeat sequence different text will be picked up from an excel sheet.

The below code helps me get the correct text value and perform a click event some times and sometimes it gives an error . But even if it works for the first iteration it gives an error when it moves to the second iteration to pick the second text value from the excel sheet.


HtmlDiv e = Find.ByExpression<HtmlDiv>("id=ReadyToUse_Reports");
string SelectedReport = Convert.ToString(Data["B"].ToString()).Trim();
HtmlAnchor a = e.Find.ByContent<HtmlAnchor>(SelectedReport, FindContentType.InnerText);
              or
HtmlAnchor a= e.Find.ByContent<HtmlAnchor>(SelectedReport, FindContentType.TextContent);
Assert.IsNotNull(a);
a.Click();


Can you guys help me on this please?
Thanks,
Santosh
Ohsha
Top achievements
Rank 1
 answered on 27 Mar 2012
1 answer
87 views
Hi Guys,

     I am evaluating the Test Studio Software vs. others and have a question.   Is it possible to access Javascript variables that are located in the "<script></script>" section of a page.

ex.

<script>
 var myVariable = "test string";
<script>

how would i access myVariable from the Javascript in a coded step?

Thanx in advance.
Pete
Top achievements
Rank 1
 answered on 26 Mar 2012
1 answer
95 views
Im recording a Web Test. I am having an issue recording confirmation dialog boxes that pop up from our software. Whenever I open a file in another application for example Word, Excel and Powerpoint I'm having an issue recording those as well. Are there any settings that I can use that will allow me to open these in the Recording screen just like when a new browser is opened?
Anthony
Telerik team
 answered on 23 Mar 2012
4 answers
89 views
What i need is to check if there is a generic dialog to tell if there is a failure , if so i need to call OnFailure() method else i need to proceed with the test. from the forum here i managed to trap the generic dialog...help i would require is:
how would i check if the Dialog has been triggered and based on that branch to another code :

The code which has helped me so far :

Manager.DialogMonitor.AddDialog(

new AlertDialog(ActiveBrowser, DialogButton.OK));

 

Manager.DialogMonitor.Start();

What i would need help in :

an if statement which checks if the generic dialog has been fired and based on which logic branching can take place.

Thanks
Sen

Anthony
Telerik team
 answered on 23 Mar 2012
1 answer
88 views
Hi

when executing a test-sometimes it passes and other times it fails.
For example, It wont go past step number 4 sometimes and when I Execute it again, it goes past step 4.

Thanks
Parsh :)
Ivaylo
Telerik team
 answered on 23 Mar 2012
3 answers
172 views
I executed a (web) test list in which 34 of my 35 tests passed and one failed.  The failed test bombed on initial execution; I included the test log details below.  This was executed on my PC (vs. a remote/virtual machine).  I've not encountered any .Net Framework compatibility issues before.  Anyone recognize what's going on here?

Thanks in advance!

------------------------------------------------------------
'3/22/2012 1:29:17 PM' - Using .Net Runtime version: '4.0.30319.239' for tests execution.
'3/22/2012 1:29:17 PM' - Starting execution....
'3/22/2012 1:29:18 PM' - Detected custom code in test. Locating test assembly: irth_Solutions_Web_Site_Redesign.dll.
'3/22/2012 1:29:18 PM' - Failure detected during execution. Details:
------------------------------------------------------------
'3/22/2012 1:29:18 PM' - System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
   at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
   at System.Reflection.Assembly.LoadFile(String path)
   at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.EnsureAssemblyExists(String assembly, String folder)
   at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.CreateCodedTestInstance(Test test, TestResult result, String binariesFolder)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteTest(Test test, TestResult initializationResult)
   at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(ExecuteTestCommand command)
------------------------------------------------------------
'3/22/2012 1:29:19 PM' - Test completed!

Richard
Top achievements
Rank 1
 answered on 23 Mar 2012
3 answers
146 views
Hi,

I am using Test Studio for Performance Testing the XBAP Application.

Our Application works like this:

XBAP application resides in the server on accessing the application through web browser with url having extension .xbap

Through HTTP communication, web browser loads all the dll from web server in a temproary file.

And Application starts working through browser.


When I record using Test Studio(using Recording Web Test), it captures only the first XBAP call, later any transaction in the application is not able to record.

When I used Recording As WPF Test.The Test studio is not able to connect Recorder to the application which is running in the browser.

Please suggest how to do performance testing for these kind off applications using Test studio.

Please reply me soon.
you can reach me(Pavan) in:+91-9742732701
or Mugil(Pavan's Manager) in: +91-9700421801 or +91-8903142282

Cody
Telerik team
 answered on 22 Mar 2012
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?