Connecting to TFS via ASP.NET, jQuery and Phonegap

Posted by Tony D. on Stack Overflow See other posts from Stack Overflow or by Tony D.
Published on 2012-06-15T21:14:15Z Indexed on 2012/06/15 21:16 UTC
Read the original article Hit count: 154

Filed under:
|
|
|
|

I want to develop a mobile application that would allow the user the ability to run a suite of automated test cases housed in TFS. This is something I thought of this morning so it's all still very preliminary. But I'm curious as to what would be the best route for something like this? Or if it's even possible?

Because the mobile devices from the users will vary from iphones to droids, I would probably want to incorporate something like Phonegap for it's cross platform capabilities.

My initial thought was to develop in ASP.net/C# (which would be stored on a remote server), and have jQuery make calls to that server. Not sure if that would be the most appropriate way of handling this. I'm not too familiar with JSON but I have seen it as a suggestion on various sites to handle the returned data.

Any thoughts or suggestions are appreciated. Thanks.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about ASP.NET