Telerik Forums
Test Studio Forum
3 answers
89 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
135 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
360 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
289 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
208 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
1.1K+ 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
75 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
93 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
15 answers
599 views
I'm using Test Studio v2013.2.1524.0 to record my test case. After the listing is exported to Excel file, test case cannot be carried on. It throws the following error on 'Handle Download dialog' step

'Timed out waiting '25000' msec. for download dialog to be handled.

How can I solve this problem?

By the way, my application is Silverlight application.

Thanks
Boyan Boev
Telerik team
 answered on 04 Sep 2015
1 answer
138 views

Hello,

I'm a developer on a web-based application that has the following requirements for a load test:
1) Log in as one of 100 preset users
2) Navigate to a dynamic URL based on values in a table in a database
2) Process at that URL

Among other things. However, I'm struggling with retrieving the data from the database and also creating that URL. The URL is of the format /Site/Controller/Function/ID, the same as almost any MVC application, but I see no place where I can choose a datasource for the original URL (e.g., http://mysite.com/site/case/edit/190723). Further uses find the dynamic target correctly, but I need to change that original ID in the first request after login. The ID is normally selected via a Telerik grid, but I also can't figure out how to get the link from the grid either.

 I'm also struggling with the lack of multiple data sources. At this point, I feel as though I have to merge my two data sets (users and data values) and query from that. However, I have concerns about multiple VU's overwriting each other, which isn't a true test, and leads me to my next question:

Assuming that I use a database-driven test, when is that query executed? Every time a new VR is created? When the test first runs and never again? Every time a variable is retrieved?

Thank you for your assistance with this.

Cody
Telerik team
 answered on 03 Sep 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?