Telerik Forums
Test Studio Forum
1 answer
26 views

We want the ability for any one of our test team members to create test scripts, check them in, and for them to then be available to the entire test team.

We noticed that when we create a project in TestStudio it creates a bunch of folders like bin, Data, My Project, obj, etc.

Could you please advise us on which of these files/folders need to be checked-in to achieve this?

Rodney
Telerik team
 answered on 23 Dec 2013
3 answers
95 views
In a test case, I click on a PDF link on the page, IE 9's download dialog appears along the bottom of the browser window. The test case then handles the dialog by Canceling it.

If I run this test case in Quick Execution, it works.
If I run this test case as part of a Test List, it fails with an Unexpected Dialog error.

Is this a known issue? Am I over-looking something? I believe this test case worked in a Test List before I updated to 2013.2.

Thanks for your help.

Donna
Rodney
Telerik team
 answered on 23 Dec 2013
4 answers
351 views
In the Element Properties window there appear two properties whose use I am unsure of. I understand they deal with baseURL functionality, but I would be grateful if someone could explicitly explain what they are for. The properties in question are:

CompareURL and EntireURL

In fact - if there is a document which explicitly explains all of the properties on the element property page, then I would love to see it.

Thank you!
Mario
Telerik team
 answered on 23 Dec 2013
3 answers
85 views
I have recorder some steps and added If else loop in the steps. If loop is having the condition, i just wanted to change the condition from if statement
Velin Koychev
Telerik team
 answered on 20 Dec 2013
7 answers
528 views
I am attemptin to cycle through an unordered list on a page, and then compare that to the values in the database.  So far, I am having trouble in cycling the <UL>.  Below is what I currently have:

foreach(Control item in Suites.Controls)
{
    if(item is HtmlGenericContol)
  {
      Log.WriteLine((HtmlGenericControl)item).InnerHtml + "<br>");
 }
}


I am getting a compile error of:

Line 79: (CS0103) The name 'Suites' does not exist in the current context

Can anyone point me in the right direction.  I will include a screen shot of the DOM for the list.

Any help would be appreciated!!

 

 

Boyan Boev
Telerik team
 answered on 20 Dec 2013
6 answers
153 views
Hello,

In the OnAfterTestCompleted method, I would like to have code to open the test result file after a failure.  When the file is saved, how can I access the unique 18-digit id?  I first export the result to a network location.  Here is what I have so far:

result.ExportToResultFile("z:\\", "Smoke Test");
System.Diagnostics.Process.Start("z:\\Smoke Test 130314192986639898.aiiresult");

This opens that one specific result, however I haven't found anything in the TestResult class that I think would do the trick to get that unique ID.  Anything else I can try?

Thanks!

Mario
Telerik team
 answered on 19 Dec 2013
2 answers
43 views
Hi,
I am evaluating Telerik Test Studio,.

I notice that everytime I start a test the browser gets launched and then when the test finishes the browser closes.
Is there a way to change this behavior.
I used other tool that when I had a page already open I could start recording in it right away and it did not close my browser at the end of a tets run if I did not want.

For example, if I am just trying to figure things out I want to be able to use the current browser that is open in the page that I need without having to execute anything previously.

Other example, f I am working in a test cases and I have steps 1-3 completed, I want to be able to execute the test leave the browser open at the point that step 3 completed and the continue recording the next steps.
How can I do that?

It must be simple, but I have not found a way around it.

I am also thinking that when I complete my suite if the correct user is already up and signed in, then I dont want to restart the browser for the next test case.

Thanks for your help.
Boyan Boev
Telerik team
 answered on 19 Dec 2013
4 answers
88 views
Hi,

I am facing a problem regarding Alert Dialog. While recording, when i enter a mobile number on Mobile field textbox and click anywhere on the form an Alert Dialog Box appears. Click anywhere is recorded on telerik as Click 'Div'. But when i run the same test and when it reaches on Click 'Div' it fails. Telerik unable to find the Click 'Div'.

NOTE: Alert Dialog appears after i click anywhere on the form.

I have attached the failure info also.

Failure Information: 
~~~~~~~~~~~~~~~
Unable to locate element. Details: Attempting to find [Html] element using 
Find logic 
 (Html): [TagIndex 'Exact' div:62]

Unable to locate element. Search failed!

Learn more about finding elements here:
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/troubleshooting_guide/test-execution-problems/unable-to-locate-element.aspx

Waiting for your response
Alan
Top achievements
Rank 2
 answered on 18 Dec 2013
2 answers
104 views
On a rad grid list I have a "delete" button 4 columns over. How do I do something in Test Studio where i detects the row I need by some text located on that row and then go 4 columns over to click on the delete?
Boyan Boev
Telerik team
 answered on 17 Dec 2013
1 answer
74 views
I'm trying to test kendo ui datepicker using test studio, but I can't click the date. 
My scenario is,,
I want to go to 2 years before the default date for the different date.
But it doesn't work when i running my project..
Cody
Telerik team
 answered on 16 Dec 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?