How can you test the Ajax code?
Answer / v madhu babu
JSUnit is the client side javascript code used as part of JUnit. JSUnit has been used for Ajax code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?
Is it possible to upload a file using Ajax ? Reason
How does one call a javascript function from the ajax code?
Is it compulsory to have script manager on the page when you are using any control of ajax control tool kit?
Can I use asp.net ajax with any other technology apart from asp.net?
How can we detect asynchronous partial page postbacks?
How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?
Describe the animation extender control and the method by which this control is utilized?
Is adaptive path selling ajax components or trademarking the name? Where can I download it?
Who is using ajax?
What are the browser versions that ajax is compatible with?
How can javascript be debugged?