In order to deal with some bro开发者_Python百科wser peculiarities, I find myself needing to send javascript commands during tests.
My manager asked me to do some automated UI tests for our Silverlight application. The problem is that this application uses some custom controls, therefore I cannot programmatically access them right
I am getting the following error Just to add this code was working fine earlier. I havent changed anything. The firefox browser open but nothing happens. I can see webdriver written in bottom right.
According to MSDN, http://msdn.microsoft.com/en-us/library/dd293540.aspx, Visual Studio Professional is not supported in terms of performance and stress testing. I am hoping some onehere can suggest a
I\'m building VS.NEt 2010 Load Test solution. Everything works really good except one thing. When I record .webtest script - it grabs the site domain name, like so:
Where does Microsoft Test Agent or Controller store their temporary data while the开发者_高级运维 test is in remote execution?On the remote test agent, all test data is stored in %USERPROFILE%\\AppDat
I would like to consolidate all my jUnits onto a single web portal (like fitnesse) and build them every night for a consolidated report. Are ther开发者_如何学编程e any opensource tools available for i
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current f开发者_运维技巧orm.
So I\'m working on testing an iPhone app. I\'m trying to setup test cases that we can use later using UIAutomation (I\'m not really tied down to this - I can switch to some other framework). I basical
How to use JMeter with ajax request? I have a button with is clicked and by using fiddler I can find the session id which is being sent to the server.