Telerik Forums
Test Studio Forum
5 answers
138 views

Hi, first time poster here.

Sorry for the abstract title, it's just that I'm experiencing various issues with Test Studio and I thought I'd keep them all in one thread.

Is that okay or should I make separate threads for each issue?

Cody
Telerik team
 answered on 11 Sep 2015
6 answers
55 views

Any page which contains code I am receiving the following error when trying to compile:

 d:\Test Studio Projects\Client Site\Pages.g.cs: Line 2870: (CS0102) The type 'Client_Site.Pages.IFLFXecutePaymentsSystem20Page.ExpressionDefinitions' already contains a definition for 'TableCell'
d:\Test Studio Projects\Client Site\Pages.g.cs: Line 2848: (CS0102) The type 'Client_Site.Pages.IFLFXecutePaymentsSystem20Page' already contains a definition for 'TableCell'

 

All these test cases used to work fine, and seemed to suddenly stop working..

Anyone able to assist? Thanks, Josh.

 

Cody
Telerik team
 answered on 11 Sep 2015
3 answers
72 views
I've recorded a test where I select a row in a Kendo grid then verify that a couple buttons have been enabled. When I play back the test, the row never gets selected so the buttons don't get enabled. If I set a break point and step through the test, the row does get selected. I've tried adding various waits, but that hasn't helped. The step where I click on the grid row doesn't have a "simulate real click" property so I can't set that. However, I do have it set as the default for the project. How do I get the grid row to actually be selected when I play the test? Thanks.
Cody
Telerik team
 answered on 10 Sep 2015
7 answers
95 views

Hi,

I have created a scheduled test list. It runs on locally. There is no problem with that. However, I can not get notification emails for scheduled test list. I read almost all articles about creating a scheduled server but i didn't find sufficient information for my case. My main intention is getting notification emails from scheduled tests that locally runs. Also, program is builded as all-in-one mode,i guess.

For example; There is no such options that are listed in given link below. Also, there is no step 3. 

*distribute test among the machines

*Get latest version....

http://docs.telerik.com/teststudio/features/scheduling-test-runs/schedule-execution

Cody
Telerik team
 answered on 09 Sep 2015
5 answers
284 views
When I get the command line options for ArtOfTest.Runner.exe, I see there is a 'settings' option...

        settings=[file path]          The full path to a XML file containg the
                                      custom params and/or settings for the run.

But I can't find any other information about this option, or the format of the XML file.  

Is there more information about this option available?  I tried passing in a .testsettings file but it didn't have any effect on the test run.

(btw, containing is misspelled in the option's description)

Thanks,
Mark Ott
Cody
Telerik team
 answered on 09 Sep 2015
15 answers
237 views

 Hi,

I've configured Schedule Test List to send email notifications, but upon
completion of the run none is sent (SMTP server settings screen shot is
attached).
Also I noticed that the selections are not being saved. Say I
select "Send test results by email" box in that wizard and all attachments, then
navigate back a couple of steps, then forward again. "I'm good... no mail for
me" is selected instead of what I selected and all attachment boxes are
unchecked. If I re-launch that wizard none of the selections is saved
either.
Am I missing something?

Cody
Telerik team
 answered on 09 Sep 2015
8 answers
153 views
I feel like this is a really dumb question so I apologize in advance. I'm not sure I fully understand what elements are. I can see them in the html code on our sites and I can see them in the elements pane in test studio. Can I change the name of them in test studio? For example, I will be clicking on the "Log In" button. The elements pane shows "LoginButtonButton" or when I'm looking at the elements for a different test, I see, "SideMenuParentNavI0i0TLink". I don't know what that is so can I rename it to "Cancel" button?
Misty
Top achievements
Rank 1
 answered on 08 Sep 2015
5 answers
820 views
Hello:
    We have been encountered with the below error

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


while we were trying to work with KendoGrids.This feature is quite inconsistent and unable perform required operation on the grids.This is hampering our automation as most of them are grids.Below is the code that we are using
  System.Threading.Thread.Sleep(1000);
KendoGrid grid=ActiveBrowser.Find.ById<KendoGrid>("assessmentWorklistViewInner"); 
foreach(KendoGridDataItem row in grid.DataItems)
{
   for (int i=1;i<=row.Cells.Count-1;i++)
    {
        var tempval=row.Cells[i].TextContent;
      Log.WriteLine(tempval);
        if (tempval=="Annual")
        {
              
           row.Cells[4].MouseClick();
           break;
            //cell.MouseClick(true);
        }
     
    }
      
}
Ivaylo
Telerik team
 answered on 07 Sep 2015
3 answers
49 views

Hi,

I have added Toolbar element to elements explorer, and i would like to add step to click on specific subitem on this toolbar.

Am i able to add such step from the step builder using Actions -> Quick steps (or something else)?

If not, what are the workaround solutions?

Currently i see that after chanching element type to RadToolBar, only item count verification ability is added to Step Builder -> Verifications.

No other actions specific to Toolbar element are available in the steps.

 

Thanks in advance.

Cody
Telerik team
 answered on 04 Sep 2015
2 answers
61 views

Hi,

 I am new to the telerik test studio.I have to develop a automated test script for a web application.But, here I am facing a problem regarding browsing a .txt file from local mechine and upload it to the web application.In the application , a browse button is present.We need to click on this button >  select the particular file and upload it.Can you please help that what code should I need to use for this purpose?One thing , I need to mention here, that, I am using vb.net.

Cody
Telerik team
 answered on 04 Sep 2015
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?