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
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?
System.NullReferenceException: Object reference not set to an instance of an object.
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); } } }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.
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.
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.