English 中文(简体)
Java Alternative for Duncan s vcr?
原标题:Java alternative for Ruby s vcr?

https://www.relishapp.com/myronmarston/vcr“rel=“noreferer” 页: 1

据我所知,使用VCR的好处是巨大的,你可以进行“融合测试”,记录结果,在当地储存这些结果。 现在,从你需要进行测试的下一个时间开始,你就可以用第一跑道记录的数据对你的实际数据库进行模拟。

  1. Is there something similar in java world?
  2. If not, what kind of bottlenecks I might face if I try to implement it?

难民事务委员会只记录吉大港定居区的相互作用,但可以采取这样的做法,记录对我不需要测试的其他班机进行的任何类型的数据库业务/功能通话,这基本上将使我无法通过自动化而篡改这么多的东西。

Here是VCR与Ruby单位测试的一个例子:

最佳回答

Check out betamax. It s a groovy port of VCR. It should work on the JVM with any language, I believe.

关于利用VCR式图书馆记录/反馈行的互动: Sven Fuchs尝试了这一办法,didn t see Much benefits to it

问题回答




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签