0
votes
2answers
27 views
How to fix a spec for stripping hml tags after adding javascript to a view in Rails?
Working on a request to add a pretty tooltip to a page (using jQuery tooltip plugin, as recommended by others on my team). Pretty tooltip is working fine, but two of the existing specs now fail, an …
0
votes
0answers
10 views
please compare QTP, RIATest , Selenium for Flex Application Automation Testing
please suggest which tool should i use - QTP, RIATest , Selenium for Flex Application Functional Automation Testing . please help me compare them with different advantages and disadvantages.
any help …
0
votes
1answer
39 views
What are good test automation frameworks?
I am looking for a tool to integrate many different types of automation and test frameworks in order to automate fully end-to-end scenarios for testing. For example, a typical workflow might be:
…
1
vote
3answers
134 views
Alternatives to userfly.com
During my master thesis I need to study how my users interact with my webapp.
There are alternatives to userfly.com? I want just to know how I can do some usability testing without much hassle.
…
13
votes
14answers
3k views
How to set up unit testing for Visual Studio C++
I'm having trouble figuring out how to get the testing framework set up and usable in Visual Studio 2008 for C++ presumably with the built-in unit testing suite.
Any links or tutorials would be …
2
votes
4answers
58 views
How to motivate stake holders to test the sprint delivered software
One recurring problem we have in projects is the fact that the stake holders only start looking properly into the delivered software until the near the final release date even though we deploy the …
2
votes
4answers
96 views
Is there a tool to automate/stress POST calls to my site for testing?
I would like to stress (not sure this is the right word, but keep reading) the [POST] actions of my controllers. Does a tool exist that would generate many scenarios, like omitting fields, adding …
2
votes
1answer
33 views
Is there a right way to implement a continuous improvement (AKA software hardening) process?
Each release it seems that our customers find a few old issues with our software. It makes it look like every release has multiple bugs, when in reality our new code is generally solid.
We have tried …
2
votes
3answers
35 views
Unit Testing: Using another method to check the method under test ran correctly
I am working on writing unit tests properly, and I wonder is it bad technique to test the result of a method under test by calling another method to verify the result?
ie. in the below example I can …
1
vote
5answers
102 views
Bad form for JUnit test to throw exception?
Hi. I'm pretty new to JUnit, and I don't really know what best practices are for exceptions and exception handling.
For example, let's say I'm writing tests for an IPAddress class. It has a …
0
votes
1answer
158 views
Parsing a Flex Application Object Hierarchy Using FunFX
I'm attempting to test a Flex application in which Objects do not have static IDs. I'd like to use FunFX for automation, since it can easily be kicked off from a Linux shell.
This said, FunFX …
2
votes
11answers
1k views
Automated testing of FLEX based applications
What tools, preferably open source, are recommended for driving an automated test suite on a FLEX based web application? The same tool also having built in capabilities to drive Web Services would be …
1
vote
4answers
60 views
JUnit: pause for user input
I'm learning JUnit. Since my app includes graphical output, I want the ability to eyeball the output and manually pass or fail the test based on what I see. It should wait for me for a while, then …
0
votes
1answer
17 views
VS2008 Unit Test Project bugs…
Hi,
I'm using VS 2008 Developer Edition and am finding some bugs with the Test Projects.
I am getting one error that doesn't make sense - I have a class called 'Foo' which I need to test and created …
2
votes
10answers
132 views
Is there a single software for multiple browser testing?
Hi,
I was interested to know if there in single software which have multiple browser testing facility?
If there is something like that please suggest. I have already heard about browser cam …
