I want to install zope.testrecorder to create some functional tests for a Plone 4.1 package I m writing.
我遵循了有关这两项措施的指示。 http://plone.org/documentation/kb/testing/zope-testrecorder”rel=“nofollow” 利用同位素测试记录功能测试,但似乎已经过时。
I want to install zope.testrecorder to create some functional tests for a Plone 4.1 package I m writing.
我遵循了有关这两项措施的指示。 http://plone.org/documentation/kb/testing/zope-testrecorder”rel=“nofollow” 利用同位素测试记录功能测试,但似乎已经过时。
Have a look at http://davidjb.com/blog/2010/03/plonezope-utilising-zope-testrecorder-for-unit-testing
他说:
""" Go to http://zopehost:port/++resource++recorder/index.html to access the test recorder, and not try and add an object in the root of Zope (or elsewhere). """
还确保安装ope。 在您的建筑中测试作为鸡蛋和z(不含自动取款机)的胎盘,而不是像阿贝尼在其一片过时的理论中所建议的那样,在产品/目录中打上tar球。
SO Folk, Anyone around these parts know if you can keep Cucumber from cleansing test data at the end of a run? I ve a few tests that continue to fail and I d like to have a look at the data backing ...
We have a web application based on NSpring 1.2 and NHibernate 2 and use HibernateTemplate. The web application is configured to use OpenSessionInViewModule. In our integration tests however the ...
Is there any testing framework for Data access tier? I m using mysql DB.
I m trying to test the routes on my rails 2.3.4 application. There are several sites that explain how to test routes, including the rails docs, but I m getting errors following the instructions. ...
I need some practical examples of stubs and drivers with respect to top-down and bottom-up approaches to testing. I don t require code here. Just the scenario based examples.
We are building a complex Android application consisting of many screens and workflows spread across many Activities. Our workflows are similar to what you might see on a Bank s ATM machine, for ...
I want to do full integration testing for a web application. I want to test many things like AJAX, positioning and presence of certain phrases and HTML elements using several browsers. I m seeking a ...
On our development team, we decided to give Unit Testing a try. We use Simpletest. However, it s been a tough road. After a week, I only have created 1 unit test that tests a certain helper file. That ...