The Web Test Recorder does not currently support recording smart client apps, but there is a free tool called Fiddler (www.fiddlertool.com) that might work for you. Fiddler sets up a local proxy server that can record requests and export the recorded requests as a .webtest file. You can then import that webtest into a VS Test Project.
Are you asking if we can automate the client-side UI The answer in that case is no, we don't have UI automation capability right now. You can write web tests or unit tests and run them under load. Perhaps you can test the server side functionality with web tests and some of the client side code with unit tests. I'm not exactly sure what you're asking, though.
VSTS compatibility with 2.0 .net framework
Sai A
thanks a lot. Is there any tool to do recording and to do load test for a smart client application built on 2.0 .Net framework
Jazoned
HKT
The Web Test Recorder does not currently support recording smart client apps, but there is a free tool called Fiddler (www.fiddlertool.com) that might work for you. Fiddler sets up a local proxy server that can record requests and export the recorded requests as a .webtest file. You can then import that webtest into a VS Test Project.
Josh
pfontyn
Are you asking if we can automate the client-side UI The answer in that case is no, we don't have UI automation capability right now. You can write web tests or unit tests and run them under load. Perhaps you can test the server side functionality with web tests and some of the client side code with unit tests. I'm not exactly sure what you're asking, though.
Josh
Sql4088
The steps that i followed:
- We were able to load the application and test that
- There is no option of recording the script and replay the same
- When we load the application, it opens the application and we have to enter details manually.
- Every time it has to be retested, then we need to run a project and enter details manually
- After we do that certain parameters like transaction time etc can be collected as graphs
Please provide some outputs on how we can automate the process..
Thanks a lot.