system-testing Questions
3
Solved
Brief Description
Resetting a test server to a known state causes my tests to fail due to Ajax requests launched by DataTables instances being ongoing at the time the server is reset. I'd like to ...
Comenius asked 23/10, 2014 at 15:41
0
I have a process that runs in a Java Cloud Function and sends notifications to Firebase's FCM using the Firebase admin sdk.
I'm currently testing this with unit tests that mock FCM classes.
I'd lik...
Fourdimensional asked 20/6, 2022 at 14:36
1
Solved
Is there a difference between a feature spec and system spec? Both seem to use Capybara to test the full application yet they have different docs on RSpec.
Owenowena asked 18/4, 2018 at 22:37
1
Solved
The documentation for Rails 5.1 system tests is a bit sparse. I'm unable to get headless tests that execute javascript running. I think one approach entails installing and running xvf. But this is ...
Cleaning asked 5/5, 2017 at 20:8
1
Solved
To run a single test in Rails, we normally do:
rails test TEST=test/system/invitation_test.rb
But that doesn't work with system tests. Neither do this work:
rails test:system TEST=test/system/i...
Tiphany asked 3/4, 2017 at 15:13
9
Solved
I often have to work with fragile legacy websites that break in unexpected ways when logic or configuration are updated.
I don't have the time or knowledge of the system needed to create a S...
Mehetabel asked 20/10, 2009 at 18:37
3
I'm a bit confused about the real difference between system testing and acceptance testing. When I search this topic the answers differ and I fail to see how the testcases can be vastly diffe...
Nates asked 11/4, 2013 at 9:12
2
Looking for a framework for system testing in java. We have a web application running under tomcat (Spring, Hibernate, etc..) with a well defined API that can be easily exposed as RMI (or any...
Surplusage asked 3/3, 2012 at 17:22
1
Solved
Are there non-static equivalents to MSTest's [ClassCleanup] & [ClassInitialize]?
I am using MSTest for some system/integration level tests, and I don't want to have to worry about cleaning &am...
Hedwighedwiga asked 19/1, 2012 at 19:51
3
I was recently asked to help debug an issue with a website that caused IE8 to crash under certain conditions. The company that owns the website was unable to reproduce the problem, but they were re...
Rentier asked 24/8, 2011 at 7:21
3
Solved
I am looking for good End to End testing framework under python, where the tests can be written in python and managed in a comfortable way. I know there are many unit testing frameworks, but ...
Begrime asked 13/5, 2010 at 12:32
3
Solved
For C++, there are lots of good unit test frameworks out there, but I couldn't find a good one for functional testing. With functional testing, I mean stuff which touches the disk, requires the who...
Lift asked 13/1, 2009 at 12:40
3
Solved
My application
I have an application design that looks like this:
web application layer - asp.net MVC app with controllers and views that use POCOs and call services
service layer - business pro...
Hemphill asked 30/9, 2010 at 12:9
1
I'm looking for a tool to design, document, and monitor System Tests for a product.
The basics of what I need are:
1) A tool that can represent some kind of Inheritance between tests (i.e., ...
Trevar asked 25/1, 2009 at 12:32
1
© 2022 - 2024 — McMap. All rights reserved.