|
If I create a test suite for a development project, should those classes be kept under version control with the rest of the project code?
Started by devonmallory on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
People checking out the latest release should be able to unit test the code documentation on how the code ....
Test classes must stay up-to-date they should.
If the interfaces change, necessitating that the tests change?
Absolutely.
|
|
I'm curious as to what versions of Flash stuff is tested with. How do you manage it across different browsers?
I'm wanting to test things with both swfdec and gnash and hoping maybe there's some way I didn't know about...
Started by mattl on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The Flash Player ....
We target version 8, and testAll the test i run are made over IE 7, Firefox 2 and 3, Safari, Google Chrome and the Stand Alone Player.
You can download previous versions of Flash for testing .
And 10.
|
|
I'm looking for a way to test websites on multiple versions of Firefox. I reckon at a time only one version of Firefox can be setup on each computer? Any help in this regard will be much appreciated! Thanks!
Started by ymasood on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Http://www.webmonkey.com/blog/Test%5FMultiple%5FFirefox%5FVersions.
I have posted a link below.
MultiFox.
|
Ask your Facebook Friends
|
I can only have one IE version installed, but I need to make sure that webpages work on various IE versions, how can I do that without other computers?
Started by newbie on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
There's also IETester ( http://www.my-debugbar....
These are time-limited virtual machines, but should suit your needs .
Download the Internet Explorer Application Compatibility VPC Image that you require .
Or set up virtual machines.
You could use Multiple IE.
|
|
I would like to include a different file depending on the version of GCC. More precisely I want to write:
#if GCC_VERSION >= 4.2 # include <unordered_map> # define EXT std #elif GCC_VERSION >= 4 # include <tr1/unordered_map> # define...
Started by PierreBdR on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
To keep it in a var you could say: GCC_VERSION = $(gcc --version)
success__ // minor __GNUC_PATCHLEVEL....
In a bash script you would execute that command as $(gcc --version).
You can parse the gcc version by gcc --version.
|
|
I want to use Debian for my desktop and laptop. What is best choose for me, Test version or Stable version?
Is there a lot of bug in test version like fedora?
And what version is best for using with a lot of software? I heard that It's very difficult ...
Started by siaswar on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at linuxquestions):
It was initially released as version 6.0.0 on February 6th, 2011 and its latest update, version....
Add the backports repo if you really is version 6.0, codenamed squeeze.
If you need to ask, Stable is the right version for you...
|
|
Hi,
Judging by feedback from when I broke the qt build, there seem to be many more people around doing builds than are participating in the dev list discussion (btw it would be nice if people showed up there!). Thought it might be worth pointing out a...
Started by ajtribick on
, 15 posts
by 5 people.
Answer Snippets (Read the full thread at shatters):
The current status of the Mac version is: would be nice if ChrisL would come out of lurk mode...) For people who want to test the latest (Windows) SVN build, you can download it from the link in my status of the Mac version is: would....
|
Is there any Official (Free of charge) XP version for browser-compatibilty testing (like XP on USB).
Hi,
A friend told me that Microsoft issued an XP version that works on USB. It's minified and already has a browser included.
In fact I doubted that!, Because he told me that it was Free of Charge and that just doesn't make sense to me. Anyway that's ...
Started by Omar Dolaimy on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Are contain an operating system with a version of IE preinstalled, all ready to be used.
|
|
Possible Duplicate:
How do you stress test a web application?
Currently I have configured a project with cc.net, watin and nunit and now I want to do stress, load, and performance testing of my .net projects. Any idea which opensource tool should I use...
Started by sam on
, 15 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
Questions/340564/best-way-to-stress-test-a-website/340588#340588
We use Grinder to run load/stress version: WebLOAD Editions Comparison
If you're on a Windows platform and you have the Visual Studio Enterprise Edition you can use the Application....
|
|
Changes since the Aminet release of 46.4.225:
=> The library checks if FBlit is running and sets the default memory type for icons to ANY public memory to allow FBlit to use FastMem instead of ChipMem.
=> The icon.library can be used with Kickstart...
Started by PeterK on
, 19 posts
by 8 people.
Answer Snippets (Read the full thread at abime):
I thought you could just copy the latest version of icon.library to libs: and it would automatically be used if....
The following lines or something similar to your startup-sequence:
Code: C:Version >NIL: exec.library 45 "Icon Settings".
|