testing

SOA Testing

How is SOA testing different than traditional testing of application ...

Selenium is to Web UI testing as ________ is to Windows application UI testing

I'm interested in UI testing a client only Java application. What is the most popular framework for doing so? What is your recommended framework? Also, why doesn't Selenium do this (or does it)? It seems to me that anything that can test a web app should be able to test a windows app. ...

Is it possible and/or advisable to generate tests dynamically in rails?

One trick I have found very handy in rails application programming is that class_eval can be used to create methods on the fly. I'm starting to get into testing now and I wonder if a similar idea could be used to generate tests. For example, I have a before_filter to require a user to be logged in for all of the actions in a controller...

How to best test Java code?

I have been working on a comparatively large system on my own, and it's my first time working on a large system(dealing with 200+ channels of information simultaneously). I know how to use Junit to test every method, and how to test boundary conditions. But still, for system test, I need to test all the interfacing and probably so some s...

Automated GUI testing of linux applications

I'm looking for automated GUI testing apps. So far, I've found Froglogic's Squish, Dogtail, and the Linux Desktop Testing Project. Are there any good free tools for testing linux apps out there? I don't have the option of rewriting the applications that I'm testing. ...

Where is the [TestMethod] Attribute in TypeMock?

Ok, dumb question. I'm trying to set up my first TypeMock demo project in VS2005 but it doesn't recognize the [TestMethod] attribute. I've included both the TypeMock and TypeMock.ArrangeActAssert assemblies and I'm referencing them with "using" statements. Even intellisense can't find the attribute. What am I doing wrong here? ...

[XSLT] Test for a value inside a string

Let's say I have the string of "2004,2005,2006,2007,2008,2009" that is assigned to the parameter of "show". Now, this does work: <xsl:if test="$show='2004'"> //stuff </xsl:if> This doesn't work: <xsl:if test="$show='2005'"> //stuff </xsl:if> I'm not sure how to test for part of a string like that. Any idea? ...

Getting uninitialized constant error when trying to run tests

I just updated all my gems and I'm finding that I'm getting errors when trying to run Test::Unit tests. I'm getting the error copied below. That comes from creating new, empty Rails project, scaffolding a simple model, and running rake test. Tried Googling "uninitialized constant" and TestResultFailureSupport. The only thing I found was...

How to test a web application for memory leaks?

How do we test a web application for the memory leaks? How much does it contribute to the overall performance of the site? Please suggest any tool which can help us test the web application for memory leaks. ...

How to test controllers with CodeIgniter PART 2?

I am having difficulties testing Controllers in Codeigniter: I use Toast but when I invoke my Home Controller class I get an exception that "db" is not defined. Has anybody an idea how to test this 1-1? Thanks class Home_tests extends Toast { function __construct() { parent::__construct(__FILE__); // Load any models, libraries e...

which is the best java gui testing tool?

I'm looking for a java gui testing tool in which tests can be created by recording my gui actions (buttons pressed, windows closed, etc.) A scripting mechanism for writing tests is not required. It could be free or commercial, but cheap and great is better than expensive and great. My application is a rich-client app written in Java ...

How would I build an application that can diagnose itself at runtime?

I have an application that uses a variety of external resources (web services, filesystem, database), and therefore can be quite difficult to configure. The plan is to add a self-diagnostic tool to the application so it can report problems with the configuration and allow the user to correct it. Are there any design patterns, libraries...

Code execution path checker?

I recently had the opportunity to shadow a developer for a day. (I'm currently working on my CS degree.) He showed me a tool for generating all possible execution paths through a C program, but I can't remember what it's called, nor have I had any success finding it. I believe it was an open source tool, but I'm not certain. ...

What is the best way to log an error when testing in Perl?

What is the best way to log an error when testing in Perl? I prefer a one-liner solution such as return 0 if $var!=3 and $logger->error("Var is not 3")) Can something like the example shown be implemented? ...

WSDL Testing

Hi, Has anybody worked on wsdl testing? Namely, Schema validation Semantic validation Regression testing of WSDL Interoperability Does anybody have an idea of how to implement the above? ...

How to keep data when run test in rails

Every time I run test. Rails will delete my data from table. I have million of record in my table for testing search performance and corrective. I can't add data every time I run test. How to tell rails "Please don't delete data in this table" when i run test. ps. I found this link http://stackoverflow.com/questions/433724/how-do-i-...

HP LoadRunner and PerformanceCenter differences

Hi, Can someone point out the major differences between Loadrunner and Performance center ? My little research shows that both can be used for load testing and performance monitoring. What additional features are provided by Performance center? Is VUGen a part of Performance center? Please share your thoughts. ...

IPN delivery failed. HTTP error code 405: Method Not Allowed

I am trying to test a servlet I wrote that processes a payapal IPN notification (my servlet is very similar to this example) - thing is even after enabling all the settings in the test account I am using the IPN notification is not firing at all. I then found out that apparently in the sandbox the only way to test IPN is through the IPN...

.NET benchmarking frameworks

Are there any .NET frameworks for writing micro-benchmarks like Japex or this (both are for Java)? ...

Link testing

What is link testing in SOA testing. As some of the information i found spoke about link testing. ...