Integration testing is a phase in software testing where individual software modules (or components) are combined and tested in a group. Integration testing happens after unit testing, and before system testing.

learn more… | top users | synonyms

0
votes
2answers
24 views

Need to loop through an array in rspec, test not running

I have a test that needs to loop through 5 elements in an array then verify that all the elements are displayed as list items on the page. I have the code below, it's the last test with the comment ...
0
votes
0answers
11 views

Run post-integration-test goals on failing build

I need the goals in post-integration-test phase to run regardless if some goals in the pre-integration-test or integration-test phase fail. Is it possible?
-2
votes
1answer
15 views

Best open source software for Mobile Application Testing Tool [closed]

I am new to Mobile Application Testing. Can anyone suggest me the best open source Mobile Application Testing Tool for Android and iPhone ?
0
votes
1answer
30 views

Integration test for a method that redirects to an external website

This method redirects to an external website. How do I test this behaviour? I know that the method works correctly because I tested in the browser, but I can't get the test to pass. def create ...
2
votes
2answers
28 views

Why Is there an Error for my Test Code but not When I visit the Page Manually?

I have a site based on the Rails Tutorial. I added a boolean property to my User model called "show_extras" and added a checkbox for it to the User Profile page. My tests now fail when they reach code ...
2
votes
2answers
19 views

How to Catch up On Tests for Rails Site

I learned Rails to create a website and the basic version is up and running. Unfortunately, I only wrote a couple of tests for my code. What should I do now to get test coverage for my code? It will ...
0
votes
0answers
26 views

How to get at test field from testng IInvokedMethodListener?

I'm using TestNG 6.8 + Selenium WebDriver 2.32 to test a gui of a web app. In cases of failed tests I would like to take a screenshot of application GUI. What I have: I can detect test failure by ...
0
votes
0answers
8 views

eWay.php displaying code instead of Payment Gateway

I am not sure why it is displaying like this instead of the actual Payment Gateway? Do anyone had this kind of wired issue? If code is required the below is the code for eWay Test Payment Gateway. ...
0
votes
1answer
12 views

maven-failsafe-plugin won't run on verify and does not find xml on failsafe:verify

The Maven failsafe plugin will not run on my project. If I run mvn verify only surefire runs. If I type mvn failsafe:verify it fails with the following error: [ERROR] Failed to execute goal ...
0
votes
0answers
23 views

exec-maven-plugin starts not in the right phase

I want to start a server in pre-integration-phase and do some integration tests. Problem is that it only starts after the integration tests. My pom looks like this: plugin> ...
0
votes
1answer
17 views

Instantiate Spring MongoRepository manually

I'm trying to test my spring data mongodb repositories, which are interfaces extending from MongoRepository, with embeddedMongoDb. Like this tutorial, I would like to create tests that don't use ...
0
votes
0answers
17 views

Poltergeist doesn't load on feature spec, unless using js: true?

When using poltergeist edge, I'm only able to access its methods when passing js: true to feature specs: scenario "Worst case", js: true do ... end Though I now know scenario() is supposed to not ...
0
votes
0answers
28 views

Grails Tests loading fixture data multiple times when using named datasource

I'm working on a Grails plugin with it's own domain class. My integration tests worked fine until I started using a named data source. Now, when I run my tests the fixture data gets duplicated in ...
0
votes
1answer
15 views

LLVM Test Infrastructure Fails

I have successfully followed all of the steps for installing LLVM's test infrastrucure (LNT) located at this link. The final step is to execute the following command: lnt runtest nt \ --sandbox ...
0
votes
0answers
4 views

Any Way To Submit Form With Capybara-webit Without An Input Element?

Trying to test a form which has no input or anchor element to submit. It actually relies upon users to press Enter to force the browser to submit. I know there are already questions about simulating ...
0
votes
1answer
32 views

Client-Server Integration Test with Maven

I have a simple game which consists of two projects: Client and server. Now I want to test if they interact correctly. Setup is: One Maven-parent project, and server/client/integetion-test as ...
0
votes
1answer
6 views

How to have buildbot running a server and retrieving output after tests

I'd like to run integration tests against a running server and retrieve server output to check it later.
1
vote
0answers
40 views

simulating POP3 mail server for automation service

I have a service that receive mail messages from a provider and my service handle this mail messages (parse the mail message, download attachments, handle attachments etc.). I would like to create ...
2
votes
1answer
53 views

Rspec: Test redirects in Devise::OmniauthCallbacksController subclass

Following the Railscast on Devise and OmniAuth I have implemented an OmniauthCallbacksController < Devise::OmniauthCallbacksController which contains a single method to handle an OmniAuth callback: ...
0
votes
1answer
56 views

Unit root testing codes philips perron

PP.test(MxAlberta_Female45,lshort=TRUE) Phillips-Perron Unit Root Test data: MxAlberta_Female45 Dickey-Fuller = -7.5154, Truncation lag parameter = 3, p-value = 0.01 > ...
0
votes
0answers
32 views

sonar C# ecosystem: how to configure IT test coverage

We have a .NET C# solution with some first integrationtests, but no unit tests. How do I have to configure the sonar-project.properties to get test execution and code coverage to work? When using: ...
5
votes
2answers
103 views

Running Spring tests in parallel with maven

I have a collection of integration tests running with SpringJUnit4ClassRunner. I'm trying to run these in parallel using maven surefire. However, I have noticed that the the code is blocking before ...
0
votes
2answers
31 views

Running Capybara tests at a different url when on Travis CI

I have some integration tests written in Capybara which I'm running on Travis. In the tests I hit a hardcoded url (given by Pow and symlinks) with the visit method. This of course does not work well ...
0
votes
0answers
21 views

post(path, parameters = nil, headers = nil) not working in Rails Integration test

I am writing a Rails Integration test case with Capybara, I am testing a basic functionality of posting some values at a particular path, But it isn't working, I am testing with debugger on to that ...
1
vote
1answer
40 views

Load testing a Facebook canvas app

We created a facebook canvas application that is now ready for load testing. But we are uncertain how to achieve this. I read some posts here on stackoverflow (like ...
0
votes
2answers
33 views

ClassCastException with H2

I'm using h2 for testing purposes, but I have problems when casting to a derived class. The case is: @Entity @DiscriminatorColumn(name = "DTYPE", discriminatorType = ...
0
votes
1answer
40 views

Cannot delete database because it is in use (with Membership)

I'm trying the following in my EF codefirst Seed method: protected override void Seed(TestDbContext context) { SqlConnection.ClearAllPools(); ...
2
votes
1answer
69 views

Compile tests with SBT and package them to be run later

Im working with SBT and Play! Framework. Currently we have a commit stage in our pipeline where we publish to artifactory our binaries. The binaries are generated with the dist task. The pipeline then ...
0
votes
0answers
30 views

How can I get rid of the Java login credential popup when opening a site?

When I load a site on my local host, occasionally it asks for the Java login credentials and domain. It doesn't happen every time, and it is causing problems with my integration testing. Is there a ...
0
votes
1answer
23 views

Test fails when run together but passes alone

I am new to RSPEC and am testing the controllers. Sometimes it happens that the test passes alone like rspec spec/controllers/controller_name_spec.rb it passes but when I run :- rspec spec the ...
0
votes
0answers
11 views

I can't seem to figure out how to debug an integration test in Visual Studios 2010

I have written an integration test for my project. However, I can't seem to debug it. I've tried adding a breakpoint in the test as well as a breakpoint in the actual code without any luck. I also ...
0
votes
0answers
29 views

Rails RSpec request spec for external service

I'm writing some request specs, and I'd like to know how to get the [:get, :post, :put, :delete] helpers to hit an external service. Request specs include ActionDispatch::Integration::Runner. My use ...
0
votes
1answer
37 views

Grails integration test - domain object equality

Setting up some integration tests, I'm having issues with domain class equality. The equality works as expected during normal execution, but when testing the Service methods through an integration ...
0
votes
1answer
95 views

AngularJs E2E how to test if an element exists in DOM

In my angular e2e test I would like to be able to tell if an element exists on the DOM, it's not an test expectation, just a condition I need. I tried to do ...
0
votes
1answer
64 views

Handling custom javascript exceptions in iOS's UIAutomation UIATarget.onAlert

I've set up some UIAutomation scripts that will eventually become jenkins tests. The UIAutomation scripts do not output in jenkins-friendly format, so I'm using tuneup_js, specifically this failure ...
1
vote
2answers
147 views

Integration test best practices

I looked in stackoverflow and could fine one or two questions that have a similar title than this one, but none of it answers what I'm asking. Sorry if this is duplicated. In unity tests, there is a ...
0
votes
0answers
50 views

NHibernate - Business layer testing with in-memory SQLite database. How to change database configuration?

I use Fluent NHibernate code to create a MySQL database SessionFactory. No config files (just one value for the connection string in configuration - connectionStrings section of configuration file). ...
0
votes
0answers
39 views

Integration test all possibilities within one test case

I am running a test to see if an email is valid - valid as in not in use within the application by another user. I want to show when a valid email is entered, that assert true hold, and when an ...
0
votes
0answers
81 views

Why does jetty server hangs after server start and doesn't run integration test?

I am running integration test using maven-jetty-plugin and maven-failsafe-plugin. Here's my configuration: <plugin> <artifactId>maven-failsafe-plugin</artifactId> ...
0
votes
1answer
95 views

Integration Tests of Spring MVC controller

I have a controller which returns XML data in response of a call. Below is the code @RequestMapping(value = "/balance.xml",method = RequestMethod.GET,produces="application/xml") public ...
0
votes
2answers
82 views

Testing Azure dead letter service bus queues

We have a service which listens to a Azure service bus queue. We have another service which listens to the dead letter queue of this queue. We also have a series of tests which run against our Azure ...
0
votes
1answer
40 views

Capybara: Why I can use page.has_button?() works but find() doesn't work

I'm using Capybara to doing integration test. Here is a problem I encounter: HTML: <input id="update" type="submit" value="Update" name="commmit"> For _spec.rb If I use ...
1
vote
0answers
106 views

Issues performing integration tests on ember.js app using js-test-driver

I'm trying to integrate a small ember.js app into an existing web site. The code works just fine, but I'm having trouble getting my integration testing to work. messaging.js window.App = ...
0
votes
1answer
80 views

Angularjs full stack testing

How do you do a full stack testing of an nodejs/angularjs application. I have been having numerous issues with zombiejs where the tests intermittently fail and pass. I want tests that simulate ...
3
votes
4answers
72 views

Testing PHP project after coding is finished

I've got a PHP project to test. I've already (almost) finished coding the project and I didn't have any testing plan at the start. Being new to PHP, I thought I'd finish the coding and start testing ...
1
vote
0answers
36 views

Liquibase Diff Tool missing constraints

We are using with my company Liquibase's diff tool to check schema relevancy of our clients MySQL and Oracle databases automatically via jUNIT tests. For that point Liquibase is great. Our problem ...
0
votes
1answer
49 views

Play with subprojects and integration tests

I execute a minimal integration test in my play project like this: @Test public void test() { Logger.info("start integration test"); running(testServer(3333, ...
0
votes
2answers
106 views

How to access rails request object in rspec integration test?

In Rails 3.2.13, subdomain is provided by default. As such, I want to test my application such that when a merchant signs up, he goes by default to root_url with subdomain 'merchant' i.e. ...
0
votes
1answer
22 views

Rails Capybara Spec not detecting display: none

I'm writing a Capybara spec and trying to detect whether something is visible or not. The following spec is passing and it shouldn't be, because #packages is display: none. it "should navigate ...
3
votes
2answers
163 views

Launchy::ApplicationNotFoundError:

Trying to get save_and_open_page to work at all gives me the following error: 1) index page my first test Failure/Error: save_and_open_page Launchy::ApplicationNotFoundError: No application ...

1 2 3 4 5 29