Telerik Forums
Testing Framework Forum
5 answers
133 views
I am using Silverlight automtation testing using WebAII

In my applet there is FrameworkElement Border with Tag as "news"

How can I find this element ?

I tried following but does not work. Any idea ?

            manager.ActiveBrowser.NavigateTo("https://myserver.com");
            SilverlightApp app = manager.ActiveBrowser.SilverlightApps()[0];
            FrameworkElement my  = app.Find.ByExpression(new XamlFindExpression("Tag=news"));
Boyan Boev
Telerik team
 answered on 12 Feb 2014
7 answers
73 views
Does this framework [Version 2011.1 609] support Silverlight application in FireFox and Safari in HTTPS mode ?
Velin Koychev
Telerik team
 answered on 12 Feb 2014
1 answer
56 views
Hi,

We have developed a tool agnostic framework. In our framework we have developed the wrapper classes that converts all the other controls like htmlInputControl, HtmlOption, HtmlDiv  etc.. to HtmlControls  and then using the methods which are provided by HtmlControls to perform the relevant actions.

Is it a good practice to do  it .
Velin Koychev
Telerik team
 answered on 06 Feb 2014
1 answer
86 views
Hi,
Functional testing of a silver light application is bread and butter stuff for the Telerik automation tools. 
However, if we assume that what goes on inside the plugin is working, i.e. we consider our plugin to be a black box, what would be considered to be important connections between the plugin to the browser (my first thoughts would be network and printing connectivity), and how would one go about testing them?

Cheers
Dave  
Cody
Telerik team
 answered on 05 Feb 2014
6 answers
130 views
Hello.

We've recently started using Test Studio Ultimate, and so far the automatic testing seems fairly straight forward. We now want to create some automatic/hybrid tests that our manual testers can use while still "skipping the boring part" (logging etc).

Creating such a test is pretty simple: New manual test -> manual test steps -> select fast forward feature -> record the part you want the testers to be able to skip. Fair enough. However, there are a few issues we're having trouble with:

- When creating a manual test, you can add notes, screenshots and so on. This is a feature we like. Sadly, clicking the fast forward feature takes us to the interface for automatic tests, and there doesn't seem to be a way to return to the interface for manual tests. Is there a way to do that? Ideally, we'd prefer a situation where our developers can create the tests, but the testers still use primarily the manual test interface, as they're not going to use the recording feature.

- Statistics, results and reports seem to be exclusively based on test lists. For example, no reports ever appear in the "Report" section of Test Studio when manual tests are run. How can these features be configured for manual tests? We'd like keep historic data and full test reports for both manual and automatic tests. The closest we've got so far is the "save and exit" feature in the manual test, which allows a file to be created and then loaded into Test Studio. I suspect this could get quite messy in time with thousands of test files lying around.

Have a nice weekend.

Regards,
Svenn 
Velin Koychev
Telerik team
 answered on 05 Feb 2014
9 answers
66 views
Hi

Browser.ContentRectangle returns null with Chrome v32.
Browser.ResizeContent()  fails.

I tried with framework version 2013.2.1210 and 2013.2.1219

Thanks
Konstantin Petkov
Telerik team
 answered on 02 Feb 2014
5 answers
216 views
I see the following error: 

c:\JCRDocs\AutomationLocal\PortalC_Sharp\Activation Test by tag\Find Active Edition Csharp.tstest.cs: Line 103: (CS1061) 'PortalC_Sharp.Pages' does not contain a definition for 'PageTitle' and no extension method 'PageTitle' accepting a first argument of type 'PortalC_Sharp.Pages' could be found (are you missing a using directive or an assembly reference?)

Here is the code entered, I do not follow what is wrong. 

HtmlDiv gridDiv = Find.ById<HtmlDiv>("ctl00_cphApp_rdProducts_C_grdMyProducts");  // HTML ID = id="ctl00_cphApp_rdProducts_C_grdMyProducts"
HtmlDiv content = gridDiv.Find.ByAttributes<HtmlDiv>("rdCenter"); // class=rdCenter
  
HtmlTable table = content.Find.ByTagIndex<HtmlTable>("table", 0);
Log.WriteLine("Rows Count: " + table.Rows.Count.ToString());
  
foreach (HtmlTableRow row in table.AllRows)
{
    foreach (HtmlTableCell cell in row.Cells)
    {
        Log.WriteLine(cell.InnerText);
 
    }
}
Ivaylo
Telerik team
 answered on 28 Jan 2014
6 answers
147 views
Hi,
I am using Testing Framework Telerik_Testing_Framework._2013_2_1210_Free_Edition.
I am installing telerik framework in machine-A and then I am trying to refer the same Dll's in another machine-B without installing the framework in machine B but I am not able to do so.
Due to portability issue, I wanted to refer the same dll's without installing testing framework in different machines. Is there a way I can do this?
Boyan Boev
Telerik team
 answered on 24 Jan 2014
3 answers
74 views
_browser.WaitForFrame(new ArtOfTest.WebAii.Core.FrameInfo() { Id ="DetailsView" });
This line of code worked great in Chrome before Google shoved v32 down our throats.  I tried the 1315 framework to no avail - Have anything newer I can try?

Thanks-
Steve
Boyan Boev
Telerik team
 answered on 22 Jan 2014
0 answers
76 views
000
See
Top achievements
Rank 1
 asked on 21 Jan 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?