Tagged Questions

1
vote
2answers
64 views

How to test something rendered correctly?

How does one test if an application rendered something correctly? For example (2D example): How does one know that the shadow is placed correctly or the correct color / outline …
0
votes
2answers
84 views

Testing interview question - Find a book in the library [closed]

Possible Duplicate: Find a book in a huge library (interview question) (Re-opened with programming tag) What is your answer for this question? You are in a very huge lib …
0
votes
4answers
45 views

testing strategies: generating a XML file

I'm writing a couple of classes that generate xml file. (Details probably not important at the moment). I wondering the best testing strategy is. I don't want to re-write the …
2
votes
4answers
72 views

How do you stress test your own software?

I've been working on an app, by myself, and I am at a stage where everything works great--as long as the user does everything he or she is supposed to do. :-) The software needs mo …
1
vote
4answers
45 views

How to initiate automated testing?

I started as a software engineer at the company I'm currently at. Over time, I was either the only one willing to or capable of taking responsibility for various systems, and so I …
49
votes
17answers
2k views

What Makes a Good Unit Test?

I'm sure most of you are writing lots of automated tests and that you also have run into some common pitfalls when unit testing. My question is do you follow any rules of conduct …
4
votes
8answers
211 views

Self Testing Tips?

Basically I'm wondering if anyone has any tips for ensuring your code is well tested without getting any help from anyone else in a limited time frame? In the past I've always bee …
4
votes
2answers
107 views

What are tools and best practices for testing web services?

I'm about to start work on a large project that will involve providing a significant number of web services. We'll be using the Java platform, so, of course, we'll be making heavy …
15
votes
8answers
628 views

Test Automation with Embedded Hardware

Has anyone had success automating testing directly on embedded hardware? Specifically, I am thinking of automating a battery of unit tests for hardware layer modules. We need to h …
8
votes
5answers
305 views

How to test on Live paypal site with dummy credit cards

Right now I am able to test credit card functionality on development server using test/dummy credit cards. But not able to test the same functionality on live server. Are there any …
1
vote
2answers
55 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 se …
4
votes
5answers
295 views

How Much Should Each Unit Test Test?

How much should each of my unit tests examine? For instance I have this test [TestMethod] public void IndexReturnsAView() { IActivityRepository repository = GetPopulatedRepos …
3
votes
5answers
213 views

Introducing Test Driven Development in PHP

My workplace consists of a lot of cowboy coders. Many of them are junior. Which coincidentally contributes to a lot of code quality issues. I'm looking for suggestions on how to …
0
votes
2answers
72 views

How to detect the context from which an application is being executed? Whether from Command Prompt or from within a Windows Form

I am trying to run a set of test cases through one of our internal applications. I need to be able to automate these tests and run them through the command line and log various thi …
3
votes
3answers
111 views

How to manage Build time in TDD

Hi in my project we have hundreds of test cases.These test cases are part of build process which gets triggered on every checkin and sends mail to our developer group.This project …

1 2 next
15 30 50 per page