functional-testing
WSRequest POST a JSON object in FunctionalTest would end up getting 404
I have the following test case that I want to post a piece of json data, but I am getting 404 now, am I doing something wrong here?[详细]
2023-03-30 18:20 分类:问答Functional testing for Mac App
Is there any functiona开发者_StackOverflow中文版l testing framework for Mac apps, similar to Cucumber framework?Frank is perfectly usable for Mac OS X application functional testing.[详细]
2023-03-29 13:19 分类:问答functional test for JavaScript
I really need your assistance. I a开发者_如何学Pythonm developing a project and most of the code is written on JS (backbone.js and jquery).[详细]
2023-03-29 03:42 分类:问答Testing for 400 errors with paste on a web.py app
I\'m using paste to do some functional testing on my \'controllers\' in my web.py app. In one case I\'m trying to test for a 400 response when a malformed post is made to an API endpoint. Here is what[详细]
2023-03-28 20:00 分类:问答Functional Testcases for Form using Symfony
I write Simple code for contqact Form,which contain fields name, email and message. I want to write test cases for it to check user enter fields value are match with the expected value or not. But i m[详细]
2023-03-27 08:04 分类:问答Test case design
I am designing test cases for an online system. This system is composed of several WCF Web services, some ASP.NET web sites, and a SQL server backend database.[详细]
2023-03-27 06:32 分类:问答Difference Between Data Driven and Keyword Driven Testing? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current f开发者_运维技巧orm.[详细]
2023-03-26 22:46 分类:问答How to use polymorphic_path in a functional test in Rails 3
I\'m trying to use polymorphic_path in a functional test in Rails 3. At first I would get NoMethodError: undefined method `polymorphic_path\' for #<ArticlesControllerTest:0x492f17c>[详细]
2023-03-26 20:07 分类:问答Duplicate the behaviour of a data driven test
Right now, if you have a test that looks like this: [TestMethod] [DeploymentItem(\"DataSource.csv\")] [DataSource([详细]
2023-03-26 02:30 分类:问答Testing File uploads in Symfony2
In the Symfony2 documentation it gives the simple example of: $client->request(\'POST\', \'/submit\', array(\'name\' => \'Fabien\'), array(\'photo\' => \'/path/to/photo\'));[详细]
2023-03-24 12:32 分类:问答