Telerik Forums
Test Studio Forum
1 answer
132 views
Hi,

I am currently trying to evalute a tool, which best suits out application. The app which i am working on is a WPF.

Is it possible to record the action on the application which is already launched instead launching it thru telerik. Please do let me know.
Plamen
Telerik team
 answered on 11 Feb 2013
1 answer
97 views

Hi Telerik Team,

i need to Serializ the testresult of a automation Test. The result is a trx file. I currently use the class Testreult (ArtOfTest.WebAii.Design.Execution.TestResult), but I always get an exception. The innerException is ({"There was an error reflecting property 'Parent'."}).

what should I do
to serialize the result of the test?!!!!

HERE IS MY CODE AND THE TRX-File

 

//Serializing

 

public static ArtOfTest.WebAii.Design.Execution.TestResult GetConfigEnvironment(string strPath)

{

 

XmlSerializer ser = new XmlSerializer(typeof(ArtOfTest.WebAii.Design.Execution.TestResult));

 

using (var settingsFile = System.IO.File.OpenRead(strPath))

{

 

 

return (ArtOfTest.WebAii.Design.Execution.TestResult)ser.Deserialize(settingsFile);

}

}

Plamen
Telerik team
 answered on 08 Feb 2013
5 answers
83 views
There is a field in my application which is data driven.
Suppose data is like
Col1
a
b
c
d

Now application tries to insert record "a" in the application but if "a" exists in the application then I want to pick record "b" to insert in the application.

Alan
Top achievements
Rank 2
 answered on 07 Feb 2013
1 answer
83 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
259 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
102 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
91 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
89 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
132 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
123 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
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?