Telerik Forums
Test Studio Forum
1 answer
55 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
100 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
89 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
36 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
113 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
192 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
1 answer
92 views
Hi,

I've manually created an element that will get populated with a new ID number each time a certain action is created (A note item added into a java script table). The created element identifies the box for the first ID that populates on a given table. I plan to extract this variable after the Item creation and then compare it to another javascript table elsewhere to ensure it has populated correctly.

My issue is I'm not finding an option to extract from this Element.

Must this be added as a coded step? If so can I have some guidance on how to write it in the simplest terms possible.

THanks,

Adam
Boyan Boev
Telerik team
 answered on 04 Feb 2013
1 answer
45 views

Hi there
     is there any way to validate something against the base URL? I know that I could use a data driven value for the URL and then validate against that but it would be much easier if I could call the value of the baseURL in code and then use that for the validation.


Thanks

Carl

Stoich
Telerik team
 answered on 04 Feb 2013
12 answers
135 views
Hi All,

There is a field "ABC" which is an input field. When we save the value entered in this field it gets saved in listbox which is a telerik control.
Now I want to search the entered value in the listbox and select that value. How can I do that using WebUI test studio?
Tanu
Top achievements
Rank 1
 answered on 04 Feb 2013
5 answers
103 views
I recently upgraded to 2012.2.1022.0 for the feature to edit elements and find an element with the data bound strings from excel.  There is more than one row in my excel spreadsheet and the script loops per design. The script is suppose to click on a tag with the innertext string from excel.  However, it seems that on the first iteration, the element is permanently set to the innertext of  the first iteration and never updates to the name of the second iteration.  The script is essentially clicking on the wrong tag everytime.  Is this a limitation of Test Studio?

Thanks,

Jonathan


Jonathan
Top achievements
Rank 1
 answered on 01 Feb 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?