Typical scenario for me: The legacy code I work on has a bug that only a client in production is having
I am facing a new task in my job and I need to find out how to generate and administer test data. Googling led to a lot of information about specific test dat开发者_Go百科a generation like filling a d
I have been playing with Solex, http://solex.sourceforge.net/ ... quite a cool Eclipse plugin that allows you to record and playback HTTP traffic, make assertions, request-time header mods based on va
I\'m writing a jmeter script and I have a开发者_Python百科 huge csv file with a bunch of data which I use in my requests, is it possible to start not from first entry but from 5th or nth entry?Looking
I am developing a simple test framework in Java that needs to simulate weblogic deployments by responding to JMS calls. One of the the test configuration options is a delay to simulate latency. I was
I have some increasingly complex XSLT stylesheets and it would be helpful if I 开发者_如何学Ccould run some tests on them as part of my CI build process, and even use TDD to develop them in the first
Does anybody know if JSystem (open source code based on JUnit and ANT for automated tests) can be used for testing Java applets?All I need is Yes or No and if possible a link for reading about it.If y
I\'m trying to automate some manual tests for a desktop app written in Java. I\'m using FEST to do t开发者_运维技巧his. Is it possible to execute some parts of the code on the app being tested from FE
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I am trying to integrate Selenium and phpUnderControl on a headless Linux box, but haven\'t found anything about it. I can run Selenium with Xvfb, and phpUnderControl is running OK.开发者_开发技巧 My