Search Results

1
vote

Any suggestions for testing extjs code in a browser, preferably with selenium?

I have been testing my ExtJs web application with selenium. One of the biggest problem was selecting an item in the grid in order to do something with it. For this, I wrote helper method (i …
1
vote

What is the best practice to use ExtJS with Asp.net and WCF in .NET 3.5?

I used ExtJs in conjuction with ASP.NET only through web services. It works just fine if you are willing to work without "Page" and all that stuff. …