Telerik Forums
Test Studio Forum
1 answer
88 views
Hi, 

Is there any forms of "code report", ie, a report on how each step is done? 
This is more or less a tech report aiming toward test developers, so that we can clearly see all the details regarding each step. 

Is there any?

Thanks
Anthony
Telerik team
 answered on 29 Mar 2012
1 answer
121 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
131 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
122 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
143 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
90 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
101 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
91 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
91 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
174 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?