Hi,
i want know if test studio support multiple projects from one PC to connect schedule server. i opened two projects with two test studio client in my local pc which is configured as schedule server, and connect this two projects to schedule server, then schdule test for both projects to different execution servers, actually it succeed to execute in ES and reload result in both projects.
I am trying to automate my UI tests on my Silverlight App.
I have a datePicker where I can choose one date (but only from "today").
For example, today I recorded a test and I choose the date of tomorow (24-11-2012). To months for now if I play this test, the date od 24.11.2012 won't be available for Test Studio to choose and Test Studio simply ignore this step.
How can I solve this problem?
I tried to record a data grid in my application.But the tool is not recognizing the same.Instead it gets recognized as a table. Kindly suggest me how could I proceed with my testing for data grid.
I have noticed that neither Microsoft nor Telerik seems to have a testing framework suitable for testing SharePoint applications either in the browser or out of the browser--particularly things such as InfoPath Forms.
It would be great if Telerik Test Studio were to offer testing for SharePoint applications as well as InfoPath Forms since we have largely had to rely on manual test cases for our SharePoint applications thus far. Being able to automate the regression testing of our applications within the SharePoint framework would benefit us tremendously.
Are there any current or future plans to offer this functionality?
I had this great idea to pull random rows of data from a spreadsheet that is bound to a script. I have looked for a way to do it in visual basic but have been pretty unsuccessful. Another option, which may be simpler is to access the "bind data" parameter dialog in code (screen shot is attached). Is there any way to do this in visual basic and if so, is there any documentation?
I am trying to locate a link or document on your website that explains all the features and defects resolved with the SP1 R2 2011 release. But I seem to be unable to find one. Can someone please assist, thanks.
I am creating a C# coded test to upload data into a system with data driven. when one data failed to upload, I need to get the row number of excel in which this data is. and then write the word "failed" into this row's column 1. I want to know that how can i code in my coded step?
Another question: I need to verify the border color of the Element to check whether the input data is correct or not. When input the corrupt data into the textbox/ radcombobox, the border color will change to be red. How can i get the value of the border color?
I'm running several test that fail intermittently. When the test fail, they usually fail because they've timed out, these time outs occur even when I can clearly see the element on screen. What I have noticed is that the issues seem to occur most often when a browser page has just closed - what I believe is happening is that the system is occassionally losing track of which browser page is the active browser. I've tried correcting the problem by adding execution delays - but even though this frequently works it's not a solution I really want to use. I've tried to navigate to the page I want to be the active browser, but that causes my system to display a message asking if I really want to navigate from the current page - at which point my script fails.
Is there a simple way to set one of the open browsers as the activebrowser?
Hi,
I need to know how test a numeric TextBox. This control is customized.
Test Studio generated the next code: "Pages.CmNavigo.SilverlightApp.Numerictextbox.SetText(true, "4", 10, 100, false);" Converting the number 4 to string therefore the test fails.
Thanks