Tagged Questions

0
votes
4answers
57 views

Production/Test Environment easy question

Hi, I am working in a website that in production has only the aspx files and the bin directory and files. Any body knows how any ideas how this website was deployed I usually have my websites and I …
0
votes
1answer
43 views

Create coded webtests

Hi, I'm looking for a tool that plugs into the browser and records user actions and then saves a webtest in either c# or vb.net. Then the tests can be compiled and run without a browser, ie tests use …
1
vote
3answers
94 views

Is this a good way of testing Perl code?

I'm writing a module that has some functions dealing with text files. I'm new to testing, so I decided to go with Test::More. Here's how my test file looks like now: use mymod; use 5.10.0; use …
0
votes
2answers
24 views

what is the difference and advantage of usecase based testing and system testing

Hi, In what way usecase based testing is differen from system testing ? Can we consider system tesing as a subset of usecase based tesing , (ie)system testing consider only usecase of components or …
0
votes
2answers
77 views

Java JUnit: The method X is ambiguous for type Y

I had some tests working fine. Then, I moved it to a different package, and am now getting errors. Here is the code: import static org.junit.Assert.*; import java.util.HashSet; import java.util.Map; …
0
votes
2answers
57 views

my iPhone software is so slow!

I ported one of my mac applications to the iphone. WOW!!! is it slow! At first I started thinking maybe I was doing a lot of disk access. But as I started looking I realized I simply do an offset …
6
votes
2answers
239 views

Unit Testing - How to go about it?

I want to unit test my program (in C) because I know of the benefits of doing so as well, as it shows where the problem is. I also like to blackbox test, since it tells me if the program works (at …
0
votes
2answers
26 views

How do I generate quasi-random statistical data sets?

I'm looking for a tool that will let me generate a data set with certain statistical properties. For example, suppose I want to generate 1 million integers with x number of outliers for use in …
1
vote
1answer
18 views

Dynamically building a URL in QTP

Hi, I've been taking a quick look at QTP with one of our test team. We've figured out some basics like recording a test, capturing text using output values, putting in check points, etc. However, …
0
votes
1answer
30 views

PHP SimpleTest - Handling Exceptions

Hi, I have a few simple classes used in a forum application. I'm trying to run some tests using SimpleTest, but I'm having problems with exceptions. I have a section of code which generates a custom …
0
votes
1answer
29 views

import twice when run test

i have this code in my tests.py: from models import * and in the models.py I have a signal handler and register it with post_save.connect( post_save_note, sender=Note ) and when i run test with …
2
votes
1answer
24 views

How thorough should you get with RSpec testing?

I'm just starting to grasp BDD and RSpec and one thing I'm really having trouble with is figuring out how thorough I should be with my testing. I'm just not understanding how fine-grained my testing …
-1
votes
4answers
35 views

ASP.NET Applications – Testing

Hi, We are building ASP.NET applications using VSTS (Visual Studio Team System) 2008 as IDE & C#.NET as Programming Language. Would you please let me know whether we could test these …
2
votes
6answers
115 views

How can I run Perl test suite automatically when files change?

Hello! Is there a tool that would watch file changes in a directory tree of a Perl application and re-run the test suite every time I save changes to some module? Something akin to masak’s tote.
3
votes
1answer
71 views

Which BDD framework for JavaScript do you use?

I'm developing large application using ExtJS framework. Because it grows too fast, I realized that this might be the time to start doing tests. I want to go for BDD technique, I found several BDD …

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