I need to know about c# test driver and its significance. how and why is it implemented....could any one help out to know about this as am a .net developer on .net not a tester....please let me know..
Well, I have the following in factories.rb Factory.alias /(.*_)confirmation/, \"\\1\" Factory.define :user do |f|
Is it possible to test with jubula testing tool correspondence between user interface and data that is stored in database? For example I want to be sure that every field shows information is is intend
I\'m using RSpec for tests and I don\'t know how to get this to green. In this case, I have a model called \"PartType\" that holds an attribute called \"quotation\".
This question is a follow up from this other question: Rails 3, locking tables on an auction type engine
I\'m implementing a test for some code I\'ve written which I have distilled down into a sample project pasted below.
My Django site has two apps — Authors and Books. My Books app has a model which开发者_JAVA技巧 has a foreign key to a model in Authors. I have some tests for the Authors app which tests all my models
I have an application that receives some custom XMPP IQ stanzas and process these. I would like to make a stress test on it, to see how many users it can support, I searched it and found Tsung.
Facebook allows you to create test user accounts that can only be used for te开发者_运维知识库sting purpose.
I am just learning Rail开发者_开发知识库s testing and I am not able to run ANY tests (even the \"assert true\" examples) because I get an error from an unrelated model not being able to load a custom