webtest
WebTest: Testing with decorators + datastore calls
I have a Google App Engine application and my request hadnler has a decorator that does authentication. With WebTest I found out yesterday how you can set a logged in user and administrator.[详细]
2023-01-13 08:36 分类:问答Performance issue with webtest and grails
I have read the documentation for Grails and Webtest in this site: http://www.grails.org/plugin/webtest[详细]
2023-01-06 17:54 分类:问答Display time for webtest plugin in playback UI window
I have written a Visual Stud开发者_StackOverflow中文版io (2008) Webtest plugin, and need to display the time it takes to run in the playback ui window.[详细]
2023-01-06 15:03 分类:问答LR: VUgen web_set_timeout function unrealistic?
I understand that VUGen\'s web_set_timeout function allows me to set a timeout value higher than the usual value (which seems to be 120 seconds).[详细]
2023-01-05 14:45 分类:问答Passing parameter to SOAP Web Service Requests Using Visual Studio Team System 2008
How can I pass in the current datetime parameter to a SOAP request? I know you can pass in parameters by开发者_开发百科 adding a datasource to the web test project and reference it like this {{DataSou[详细]
2023-01-03 06:49 分类:问答Webtest for binary content, how to?
Assume a web page that returns binary content: http://localhost/website/Default.aspx?FileId=value and we have some files with known Ids and checksums (i.e. MD5).[详细]
2023-01-01 21:39 分类:问答python webtest port configuration?
I am attempting to write some tests using webtest to test out my python GAE application.The problem I am running into is that the application is listening on port 8080 but I cannot configure webtest t[详细]
2022-12-29 20:02 分类:问答single web test for 3 diff roles
I have created a we开发者_开发知识库b test in vs2010. which browse through the products. I have 3 roles in my site guest (non logged in ), logged in not verified, logged in verified.[详细]
2022-12-29 15:16 分类:问答Visual Studio Web Testing - Are there any good books/videos available? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2022-12-29 14:48 分类:问答Unit testing authorization in a Pylons app fails; cookies aren't been correctly set or recorded
I\'m having an issue running unit tests for authorization in a Pylons app. It appears as though certain cookies set in the test case may not be correctly written or parsed. Cookies work fine when hitt[详细]
2022-12-28 06:56 分类:问答