I\'m currently automation a plugging for MS Office. We are creating Coded UI tests in VS 2010. As an option I could use the \"Coded UI test buil开发者_运维百科der\" tool, but it does not suite in my c
I have rich web application with a lot of dynamic stuff (used ExtJS 3.0). I want to find Web Button using HP QuickTest Pro 10. This web butto开发者_如何学JAVAn have only one property , that can unique
I\'m seeing a lot of \"meta\" questions about software testing lately. These are questions like, \"What do I need to know to become a tester?\", \"How do testers do their work?\", and \"How well do I
I have a program with a COM API. I have a suite of functional tests using Python, but I want to provide a suite of VBscript code samples, and I\'d li开发者_运维问答ke to test this suite of code automa
I\'m running team build 2010, and I have a build definition with tests enabled. For some reason most of the tests are failing (that aren\'t failing on a developer machine), and I can\'t figure out why
For an existing ra开发者_C百科ils application, which is better? building integration tests through cucumber or through seleniumThe two tools serve two different purposes, so you can use them together.
Haven\'t foundthis in my search on Stackoverflow - I know I\'ve seen a tool like it before, for obtaining control names or IDs in Windows apps which can then be used for reference in automated testing
Here is script i am planning to use to generate 500 test files populated with random data. for((counter=1;counter<=500;cou开发者_C百科nter++));
I am using WatiN for browser automation. Its cool. But today i ended up in a problem where i need to call the flash object (uploadify button) in my asp.net page.
I have set up a \'freestyle project\' in hudson that checks my source-code out from a svn repository. Then I added a \'shell step\' to build the code: