I am working on a tool that will test the server of a开发者_如何学Python Silverlight application. AFAIK, Silverlight uses WCF to communicate with the server. I am curious if here are any free tools ou
I need a test automation tool for Silver开发者_如何转开发light. Basically, I need a tool that would simulate users accessing, clicking buttons etc. on a Silverlight UI.
I\'ve got analysis paralysis looking at all the different functional testing options for a new grails (v1.3.4) application. I\'ve looked at
The title say\'s almost all. What I have is short lived server processes that serves a web-based javascript test suite with optionally accompanying back-ends for integration tests (see here for how it
I have a selenium script that I created with Selenium IDE. I was wondering if there is anyway to store the text that is in a certain
Summary In my WPF application, I needed a TabControl with buttons on the left, so I defined a ControlTemplate with the layout I wanted and it worked fine.
I want to do this in sele开发者_开发问答nium: var variable = editors; if (typeof(variable) == \"undefined\") {};
In our Swing application, we are using an automated testing tool in QA (Qf-Test) that works better when the swing components are named. (calling Component.setName). Although their automatic name assig
The purpose is to check for any inconsistency fonts used across the web application so that the developers can fix the开发者_如何学Go issue.
We are implementing a web test automation project for some intranet applications. To easy the writing of each test, we are designing a Java DSL that can be implementedusing different adapters (we\'ve