Adam Dymitruk wrote:
> How about mobile app development (WAP and all that)? What tools do we have
> to enable TDD in such situations? Can anyone share their experiences?
If your server-side is ASP.NET, you can have ASP.NET detect WAP-enabled
devices via their agent-string and then have your controls output things
accordingly.
Parsing the WML document that comes back shouldn't be difficult, and
shouldn't require Javascript.
|