Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
8answers
1k views

What best practices do you use for testing database queries?

I'm currently in the process of testing our solution that has the whole "gamut" of layers: UI, Middle, and the omnipresent Database. Before my arrival on my current team, query testing was done by ...
3
votes
1answer
284 views

Secure XMPP on Google app engine

Does anyone know if its possible to have end-to-end encryption on xmpp messages from the google app engine, like you can with google talk?
2
votes
3answers
166 views

Python test “framework” for testing input files and their outputs

I'm writing end-to-end tests for my tool, which is written in Python. The tool reads a file as input. I want to test its exit code, and its output. This is a fairly common idiom, and I've seen it ...
2
votes
2answers
168 views

How to manage test fixtures for end-to-end testing?

Having just set up a test framework for a new web application, I realized I missed one of the big questions: "How do I make tests independent from each other?" Years ago I have set up some ...
0
votes
0answers
74 views

UI testing framework for Apache Pivot

Are there any frameworks like FEST for Swing that enable automated GUI testing of Apache Pivot front ends?
0
votes
2answers
134 views

BDD and ASP.NET MVC - Finding the Highway

About half a year ago, I started digging into unit testing. I made my way into TDD (or what I thought it was) and now I want to develop a MVC Application behavior-driven. The concept of acceptance ...
0
votes
1answer
39 views

Using IP address vs host name in end-to-end request with SSL

So, note that this is not about browser-server communication. In server-to-server communication, would using the other server's IP address to make a request, as opposed to using its host name, reduce ...
0
votes
0answers
31 views

IEEE 802.1Q, ad or ah with “end to end principle”

Recently I come to learn about the various IEEE standards for bridging, in particular, the IEEE 802.1Q (vlan aware bridge), ad (provider bridge) and ah (provider backbone bridge) for layer 2. I do not ...