Hi
Can I know the Test Studio is able to do the both static and dynamic code analysis...? actually we have a .net 3.5 application integrated with oracle database and now our team wants perform dynamic code analysis of the that application is it possible with that tool?
1 Answer, 1 is accepted
0
Cody
Telerik team
answered on 29 Apr 2014, 02:36 PM
Hi Prasad,
I'm not sure what "static and dynamic code analysis" is. Test Studio is a tool primarily intended for functional testing of HTML and Silverlight and WPF applications. It does this using UI automation for driving the application just like a real person would. It's more of a "black box" tool in that it doesn't look at the source code of the application at all. It does look at the UI elements in order to perform verifications e.g. does this element exist, does it have the right text, and so on.
We also can do performance testing i.e. how long does it take from clicking a button until the next page appears, and load testing of HTML based websites.