4
votes
4answers
31 views
How can one get a QA team more involved in the SDLC?
I have worked in environments where the QA team has been actively involved in the development process from the onset of a project through maintenance. I generally have found this …
-1
votes
0answers
75 views
Funniest experience at work [closed]
What is the most funniest experience that you had while you were testing? Share us some of your funniest moments.
0
votes
1answer
53 views
Are there compiler flags to get malloc to return pointers above the 4G limit for 64bit testing (various platforms)?
I need to test code ported from 32bit to 64bit where pointers are cast around as integer handles, and I have to make sure that the correct sized types are used on 64 bit platforms. …
2
votes
5answers
77 views
Role of Unit Tests [closed]
I have been reading a lot of literature on testing lately, and I am a bit confused by the expectations of tests and the value they bring into the project. Many advocate many benef …
1
vote
2answers
33 views
Most effective and realistic free web-app load tester?
I'm in the middle of picking tools to load test my Ruby on Rails app. So far I'm trying out -
apachebench
autobench
httperf
selenium
trample
Is there anything else worth lookin …
0
votes
0answers
16 views
Fixtures for Google App Engine
Hello everyone. Are there any Python tools to create fixtures on Google App Engine? I tried Fixture(http://farmdev.com/projects/fixture/). It is the most awesome tool I have come a …
0
votes
2answers
44 views
Clean-rooming when software testing
I want to examine exactly how my code operates when using other libraries to which I do not have the code for. Whilst I can do this online (i.e. with FileMon, RegMon and TCPView fr …
0
votes
0answers
14 views
In your experience, Is JSpec reliable ?
I'm investigating Javascript BDD frameworks, and JSpec has a lot of appeal, especially as a Ruby developer.
I'm wary about the DSL parsing stuff though, since that's a potential p …
6
votes
8answers
160 views
Use of Mocks in Tests
I just started using mock objects (using Java's mockito) in my tests recently. Needless to say, they simplified the set-up part of the tests, and along with Dependency Injection, …
0
votes
3answers
48 views
how to install unsigned android application on the device?
Hi,
Currently a team of developers is working on Android application and during the development process testers already have to test the current state and report issues.
So far I …
2
votes
5answers
107 views
Is there a list of famous software products that do and do not do testing?
I would be interested in looking at a list of projects that did and did not do unit testing, and other forms of regression testing, to see how those companies turned out.
All test …
1
vote
2answers
58 views
Testing complex datatypes?
What's are some ways of testing complex data types such as video, images, music, etc. I'm using TDD and wonder are there alternatives to "gold file" testing for rendering algorithm …
0
votes
1answer
27 views
Are there any Testing Tools for this
We have a Winforms application that is deployed over a load balanced terminal server farm. (If it matters, Users connect to the application using a Propalms client). I am trying to …
1
vote
1answer
23 views
Automated Testing for Oracle APEX Web Application
Good morning, everyone.
I'm currently working on a new web application and it's being developed using Oracle APEX. It's basically a ten page wizard-style web form that gets fille …
3
votes
5answers
80 views
System Testing a desktop application
Hello,
I've got a desktop application written in C# created using VS2008 Pro and unit tested with Nunit framework and Testdriven.net plugin for VS2008. I need to conduct system te …
