|
I'm looking for a more developer friendly alternative to HP (Mercury) Quality Center.
I'm interested to find out what other tools developers & testers are using out there to manage their functional and regression test cases.
Started by orj on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
For a much cheaper commercial alternative SpiraTest from Inflectra ... .
We've also used the ArtOfTest WebAii tools before and it had a lot of good support for .net developers .
We've used Selenium before and it's been quite good for our front end testing .
|
|
I have a high end Mac pro, but one thing in is that I'm unhappy with is a DVD drive. It's a Hitachi GH41N. Apple calls it a "superdrive", but it's anything but. The damn thing makes an amazing amount of noise, and isn't too fast either.
What I want is...
Started by deadprogrammer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
What I want is a state of the art, fast, quiet DVD reader
I'm using a Plextor... .
They are also built with Apple/Mac in mind.
My recommendation would be an external DVD drive by LaCie I have this drive and it is the most reliable/quiet drive I have ever owned .
|
|
... and if so how do I load high quality versions?
cheers
Started by undefined on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
"high quality" can be specified as a URL.
Don't know the speed or the preference of the users .
|
Ask your Facebook Friends
|
Is it just me or is the iSight on the most recent iMacs and Mac Books really high quality? The colors are really vibrant and it seems to be really high resolution. I've yet to find a PC equivalent. What's a really high quality PC webcam?
I've tried the...
Started by Brett on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Go Ebay for a DV camcorder (with a defective DV drive even .
The highest quality webcam is NO webcam.
|
|
Can you give some advice on how to maintain the code quality at a high level when you have to finish as soon as possible.
Do you know some special techniques? Is the programming language a critical element for code quality under a tight schedule?
Started by Andrei Savu on
, 33 posts
by 33 people.
Answer Snippets (Read the full thread at stackoverflow):
high quality tools, libs have to reimplement something....
Specifically, you need to have the experience that the small pieces will fit together well in the long run .
Need to be well-prepared in order to write high-quality quickly.
|
|
Question: What are some open source C# projects I can download that implement many best-practices and have a relatively high code quality?
Please accompany your answer with some of the reasons you consider the code is of high quality.
Suggestions so far...
Started by Simucal on
, 29 posts
by 29 people.
Answer Snippets (Read the full thread at stackoverflow):
I didn't see any project with extremely high quality but those project....
On this questions name applications because of their quality for end-users not because they written in high of code in commercial and open-source projects.
|
|
I want to save images with c# but while using .net jpeg format it reduces quality and compression is not enough. It must save the file like its orjinal quality and size. I am using this code but It has not enough quality and compression. I am archiving...
Started by Baran on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You may want its orjinal quality and....
JPEGs are always going to be lossy.
If you need high quality and jpeg isn't doing it for you you may have to goCompression and quality are always a trade off.
Is to reduce the file size.
|
|
Consider a web development company where the team leaders are asked to assess their team members. On what basis or factors should a team leader assess his team member's quality, programming in particular? Suggest me the general qualities too to be considered...
Started by BALA on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Adding comment inputs
Several aspects for developer quality.
EDIT: turning into community wiki.
|
|
I am developing a SharePoint site and I need to implement a high quality designed theme. I've searched online and I cannot find any vendors that do much more than basic manipulation of the standard CSS that comes with a default SharePoint install.
Does...
Started by DaveE on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
SharePoint HQ: Themes.
Have you tried these - Direct from Microsoft?
PixelMill has numerous nice skins .
|
|
I want to scale an image in C# with quality level as good as Photoshop does. Is there any C# image processing library available to do this thing?
Started by Ramesh Soni on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Typical usage is:
// BiCubic is one technique available in PhotoShop DoctaJonez.Drawing... .
Using (Graphics graphics = Graphics.FromImage(result)) { //set the resize quality modes to high quality for various levels of quality.
|