functional-testing
How to check if WCF services are alive and restart them if needed?
I have a few WCF services that live inside one Windows managed service. These services perform distributed functional testing on several units under test. Quite often Windows on the units goes into bl[详细]
2023-03-24 01:23 分类:问答how to validate data retrieved from db using jmeter?
I want to retrieve the data from a db using jmeter and take the results, compare with values which i sent in request. Can anyone suggest m开发者_高级运维e few ideas on how to accomplish this using jme[详细]
2023-03-22 08:43 分类:问答c++ boost calculate time spent in function
Hi again with a boost question: I need to calculate the time spent in my function in my boost thread: here is the code:[详细]
2023-03-21 16:22 分类:问答Ruby on Rails: 2.3.8, custom before filters don't work?
So, I\'ve been trying to set up a before_filter for checking permissions for whether or not someone can delete an object.But it hasn\'t been working... eventually I do the following:[详细]
2023-03-20 19:10 分类:问答Simple Rspec test fails - for what reason?
Coding one of my first rspec tests. headers == nil prints true, but the next test line headers should be_nil fails. Why?[详细]
2023-03-20 17:09 分类:问答Ruby on Rails 2.3.8: Freaking destroy behavior ignores before filter
So, I\'m messing around with testing user permission in me app, but this test is really weird. Here is the before filter I\'m trying to get to work in my ContentsController:[详细]
2023-03-20 14:34 分类:问答.net MVC functional testing
How do I functional test a .net mvc controller/action. I just came from many years of Rails development into a gig where I\'m hacking on .net mvc. It hurts but I\'m hoping that a large part of this i[详细]
2023-03-20 06:17 分类:问答Ruby on Rails 2.3.8: Functional Testing: assert_redirect_to not finding action?
Here is zhe error: NoMethodError: undefined method `dashboard_url\' for #<AccountsController:0x105212680 @real_format=nil>[详细]
2023-03-19 11:37 分类:问答Are these controller specs good enough?
I am new to testing controllers with RSpec. In my controller, I have these methods: def edit @widget = Widget.find(params[:id])[详细]
2023-03-17 11:58 分类:问答Authentication failing during functional tests
I have a Ruby on Rails app that I\'m working on and I\'m having some problems with my functional tests.In particular, I keep getting denied access during my tests to pages that are possible to access[详细]
2023-03-17 06:00 分类:问答