0
votes
2answers
63 views
How does Pricegrabber find and link to all the products?
I'm building a site where vendors will link their products to our product pages (for affiliate sales) and was wondering what algorithms people use to automate/facilitate this proce …
1
vote
1answer
30 views
How can I go about automating the testing of the migration of local web apps from IE6 to IE8?
I have been researching this a wee bit and it seems to boil down to:
'Eyeball Mark 1'
The best tip seems to be the use of SuperPreview from Microsoft's Expression team.
If anyon …
0
votes
2answers
53 views
Experiences with phpMyVersion
Hi!
I've been looking for an easy and automated way to detect changes on my database structure so I can check them into subversion and be able to roll back to older versions etc.
…
1
vote
1answer
56 views
Software testing
Hey
In my workplace we use scenario based testing. However whenever somethign is fixed or a new patch is added new scenarios are added as a result the list keeps getting longer an …
0
votes
0answers
44 views
How to automate svn check-in in cruisecontrol ?
I have cc.net configured to automatically checkout build,unit test and version a given branch on svn.. but how do i automate check-in the source back into an svn tag together with …
12
votes
8answers
1k views
What is the single best open source automation tool for functional web testing
I wanted to check out a new open source tool for automated testing of a website. I prefer multi-browser support, even multi-platform.
2
votes
4answers
787 views
Capistrano for Java?
I'm a big fan of Capistrano but I need to develop an automated deployment script for a Java-only shop. I've looked at Ant and Maven and they don't seem to be well geared towards r …
0
votes
0answers
104 views
What are the best-practices for automated testing of a WCF that returns a datatable
I am trying to automated the testing of a reporting website. I need to verify that the content of a datagridview is as expected for the reports. The datagridview will display colum …
3
votes
5answers
379 views
Which is better for web testing? Record-Play automation or coding?
I am working on a new project and I wanted to know which automation tool is the best to use. Should I record-play or code?
0
votes
0answers
55 views
Windows 2008: automated backup of data files [closed]
Hi,
Does anyone know how to run an automatic backup of specific directories in Windows 2008? Looking at Windows Server Backup (I guess the "replacement" for NTBackup.exe) it seems …
0
votes
3answers
74 views
Automated FTP
I need to set up some sort of infrastructure to automatically FTP some files from one remote server to another. The FTP transaction will occur on a scheduled basis. Both these serv …
0
votes
1answer
59 views
Why is it not possible to inherit tests methods from other assemblies
WHy is it not possible to inheritance tests from other assemblies to run:
namespace TestProject.Base
{
[TestClass]
public abstract class TestBaseClass
{
[Te …
0
votes
2answers
579 views
Automate Photoshop to insert text from file
I have a multilanguage website and need automate the process of updating textlayers in psd-files from a csv-source.
I know that there might be glitches in the psp because of chang …
1
vote
1answer
91 views
VS Team Tester failed to run dynamic web test
I have a Testing project that contains a csv file which a webtest uses to run against one of our projects.
For some reason, even though it is referenced correctly I receive the fo …
3
votes
5answers
283 views
Tips on a tool to measure code quality?
I'm looking for a tool that can provide code quality metrics.
For instance it could report
very long functions (spaghetti code)
very complex classes (which could contain do-it-a …
