Telerik Forums
Test Studio Forum
1 answer
78 views
Hi Telerik Team,

I have a Problem
. I need to create an automated test for a Silverlight application. In the Test should an e-mail application (such as Outlook) uses, to send an e-mail via Outlook. I need to verify, that the e-mail application (Outlook) is opened and the contents of the e-mail is correct.

how can I
implement such a test
?? can you  help me please??

Thanks & Greetings
Mostafa
Boyan Boev
Telerik team
 answered on 07 Feb 2013
14 answers
253 views
Hi!

I am trying the trial version of WebUI Test Studio QA edition.
The application seems really good, but I can not find a way to schedule a test to run for example every 1 hour, or once every day.
How to do this?

It is important for me that tests can be scheduled to run automatically and that we can get e-mail notifications if a testcase fails.
Is this feature provided, or do all tests need to be executed manually?

Regards
Björn Söderberg
WebSearch
Stoich
Telerik team
 answered on 07 Feb 2013
2 answers
95 views
Hi there,

Is one able to export the automated steps recorded? To clarify, I'm wondering if I am able to export each of the automated tests recorded either one at a time or a group so I can inform my development team what is actually being recorded and run?

If so, please explain how.

Thanks,
Sue
Top achievements
Rank 1
 answered on 06 Feb 2013
1 answer
85 views
Hi 

My test application contain a tab control. When record click step on tab item and replay I receive next fail message:

Was not able to match a segment within the path. Expected:popupwindow , Found:FrameworkElement , Path:/popup:-1:23955812/popupwindow:0:61372619/grid:0:10987981/grid:1:45960129/border:4:12563221/border:0:53591696/
grid:0:20867713/border:1:24688256/contentpresenter:0:31782970/grid:0:61870584/grid:0:35867003/columnsettingsdialog:0:54367574/
grid:0:61664867/tabcontrol:0:66503975 

but the recorded step work just fine - the action take place. There is a way to make it replay without fail on this step?

Same behaviour I met also in a combobox control when expand combobox for choose one item

Thanks,
Regards,
Simona
Plamen
Telerik team
 answered on 06 Feb 2013
1 answer
81 views
I posted on already created thread http://www.telerik.com/automated-testing-tools/community/forums/test-studio/general-discussions/working-with-radgridview.aspx.

Do I suppose to create separate thread for my query? or it will be answered there only?

Thanks.
Tanu
Plamen
Telerik team
 answered on 06 Feb 2013
1 answer
128 views
HI Team,

I am having some problem while implementing my scripts. when i am adding new step in WpfTest some times it will through one error and complete saved code is deleting . So to over come this problem i am always maintaing one more copy of the complete code while before adding a step. 

Here i am able to save the code which i have implemented, but i need to recapture the elements from the applicaiton and this is very headache for me to add. 

    Is there any chance to add elements from one project to another project?
    Is there any chance to add complete elements to which are available in a perticular window?


Thanks
Satyanarayana
Plamen
Telerik team
 answered on 06 Feb 2013
5 answers
114 views
Hi Team,

I scheduled a list with 5 tests wich I have ran them before succesfully - the scheduled list start running after few minutes form schedule time (seen it when it started) - after run stopped I've reload from server the results but no list show up(fail or pass) - seems it disappeared  - schedule server and execution server are set on same machine. 
I've looked in logs file and I found this exception:

1317 1/25/2013 7:56:54 AM Information Run Result Save Fail:    at ArtOfTest.Common.Serialization.XmlStore.ReadDataMemberProperties(Object obj, XmlElement root, XmlStoreNode store, IEnumerable`1 knownTypes)
   at ArtOfTest.Common.Serialization.XmlStoreNode.ReconstituteObject(XmlElement element, Type expectedType, Type serializedType, String collectionItemTag)
   at ArtOfTest.Common.Serialization.XmlStoreNode.GetValue[T](String name, String collectionItemTag)
   at ArtOfTest.Common.Serialization.XmlStoreNode.GetValue[T](String name)
   at ArtOfTest.Common.Design.Exceptions.ElementFindException.ArtOfTest.Common.Serialization.IXmlPersistable.LoadFrom(XmlStoreNode store)
   at ArtOfTest.Common.Serialization.XmlStoreNode.ReconstituteObject(XmlElement element, Type expectedType, Type serializedType, String collectionItemTag)
   at ArtOfTest.Common.Serialization.XmlStoreNode.GetValue[T](String name, String collectionItemTag)
   at ArtOfTest.Common.Serialization.XmlStoreNode.GetValue[T](String name)
   at ArtOfTest.WebAii.Design.AutomationStepResult.get_Exception()
   at ArtOfTest.WebAii.Design.Execution.TestResult.AddStepResult(AutomationStepResult stepResult, Boolean appendMessage)
   at ArtOfTest.WebAii.Design.Execution.TestResult.<>c__DisplayClass1.<RecalculateStepResults>b__0(AutomationStepResult x)
   at System.Collections.Generic.List`1.ForEach(Action`1 action)
   at ArtOfTest.WebAii.Design.Execution.TestResult.RecalculateStepResults(Boolean isExecution)
   at ArtOfTest.WebAii.Design.Execution.RunResult.<get_TestResults>b__0(TestResult tR)
   at System.Collections.Generic.List`1.ForEach(Action`1 action)
   at ArtOfTest.WebAii.Design.Execution.RunResult.get_TestResults()
   at Telerik.TestStudio.Scheduling.WindowsService.ObjectParsing.ObjectParser.ParseToDB(RunResult runResult)
   at Telerik.TestStudio.Scheduling.WindowsService.ScheduleManager.PublishResult(RunResult runResult, Machine machine, Guid projectId, String& error)


Thanks,
Best regards,
Simona

Plamen
Telerik team
 answered on 05 Feb 2013
2 answers
49 views
As part of my review of Telerik Test Studio (trying to determine which automated testing suite to recommend to the company), I have a question about functionality that I'm unable to answer using the user guide or forums (though perhaps I missed it, the documentation is pretty comprehensive).

I have certain tasks that will become part of a LOT of our tests. Logging in, entering notes on a standard window, etc.

I'm concerned, that if these steps are part of so many tests, and we change the functionality, I'll have a lot of places that the scripts need to be changed.

Is it possible to have scripts linked together (following each other) so that I can have common tasks recorded/coded once, and call them from within multiple tests?

For example, call the generic login script, call a script that does common navigation, call a "this test specific test", call the common "create a note", then call a a "run a report specific to this test", then the common log off / close browser test.

So far, I've only been able to create tests that start with the browser closed and end with the browser closed (our application doesn't allow two instances from the same computer, so I always have to log out before starting the next test)

Any help you can provide would be appreciated!

Thanks,
Conor
Top achievements
Rank 1
 answered on 04 Feb 2013
1 answer
142 views
Good afternoon -

I am evaluating Telerik Test Studio for our functional, performance and load testing needs.  We currently using Windows Azure machines as our 'test rig' -- which I believe would be test agents in Test Studio. 

Do you support installing and configuring the test agent software silently?  We would need to automate this process.  Also, how does this effect the licensing ? The machines in the cloud would be torn down and recreated on a regular basis (machine name would change).  I noticed you allow deactivating a license so the software can be installed on another machine, can this process be automated?

Do you have any plans to have integrated support for any of the cloud platforms (Azure, EC2)?

Thank you.
Cody
Telerik team
 answered on 04 Feb 2013
20 answers
238 views

Hi Telerik Team,

We did the upgrade to version 2011.1.502.0
and now when we use Microsoft Test Manager (MTM) we are getting this error when executing tests:

"File extension specified '.aii' is not a valid test extension."

Any advise on how to fix this ?

Thank you,
Nuno

Cody
Telerik team
 answered on 04 Feb 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?