Tagged Questions

2
votes
0answers
8 views

Functional testing of output files, when output is non-deterministic (or with low control)

A long time ago, I had to test a program generating a postscript file image. One quick way to figure out if the program was producing the correct, expected output was to do an md5 of the result to …
0
votes
2answers
21 views

Public Active directory for testing.

I need to write some .NET code for listing user and groups. I am planing to use LINQ. I do not have access to the Active directory for testing. I do not have a server and can not set up my own Active …
0
votes
2answers
15 views

Selenium Issues

I have been using Selenium a lot lately (testing an ExtJs app) and while in many ways it is wonderful, there are three things that cause me a lot of grief: Inability to directly click on elements …
2
votes
2answers
39 views

Is it ok to use interfaces solely for testing?

Suppose ConcreteService is the only non-testing implementation I'll need. Is it ok to extract an interface (or make its methods/properties virtual) solely for the purpose of being able to test …
3
votes
3answers
76 views

Testing with Thread.sleep

What are the recommended approaches to using Thread.sleep() to speed up tests. I am testing a network library with a retry functionality when connections are dropped or timeout errors occur, etc. …
1
vote
2answers
26 views

How can you “parameterize” Clojure Contrib’s test-is?

Both Junit and TestNG provide mechanisms for iterating over a collection of input parameters and running your tests against them. In Junit this is supported via the Parameterized annotation, while …
1
vote
2answers
30 views

Telling if a .Net app is running as service or app?

How do you tell if a .Net application is running as a Desktop application or running as a service? We are trying to test our application with Fitnesse, which loads the app up as a service then makes …
2
votes
1answer
19 views

Any good resource (non-people) management libraries?

As our automated test infrastructure grows, we have a need to automatically manage the test resources (servers, etc). Not manage updates to the systems but have an automatic (programmatic) way to …
2
votes
4answers
28 views

How can I invoke assertXXX manytimes using setUp() and tearDown()

I'm using JUnit. I want to invoke assertEquals() many times in a test method to test many diferent test cases but I don't want to have many test method. So I use setUp() and tearDown(). But when the …
0
votes
2answers
40 views

How can I run many test cases for a test method

I'm using JUnit.I have a test method to test a method and some test cases. I want to run all tes case in that test method, but I can't do that. When first test case fail, test method don't run second …
2
votes
5answers
54 views

Hallway usability testing: How much of the UI do you actually make functional?

When doing hallway usability tests do most of you make your apps fully or near fully functional? Or do you just make sure the links or flow chain correctly? Or do you just draw on paper and go with …
1
vote
1answer
48 views

Is there a site that does nothing but spit out whatever POST form parameters were sent to it?

Is there a site online available to the general public that does nothing but display whatever form variables (name-value pairs) were sent to it via POST? Yes, it's very simple and I have already made …
0
votes
1answer
18 views

is there any way to automatically run a test suite from within Selenium IDE upon opening firefox?

I would like to create a script or a batch file on windows that automatically opens Selenium IDE (plugin) and opens and runs a test file.
4
votes
8answers
94 views

Unit test helper methods?

Hi, I have classes which prviously had massive methods so i subdivided the work of this method into 'helper' methods. These helper methods are declared private to enforce encapsulation - however I …
0
votes
6answers
98 views

What should a tester report?

I have a web site I am building for a client. I now have a tester on the project with me. I feel testers are needed. REALLY! I cannot test my own code. I also appreciate the value of a new set of …

1 2 3 4 5 97 next
15 30 50 per page