Is there any tool which provide benchmarks on different criteria for user story and testcases [closed]
Closed 1 hour ago.
What is a normal “functional lines of code” to “test lines of code” ratio?
I’m pretty new to TDD approach and my first experiments say that writing 1 line of functional code means writing about 2-3 lines of testing code. So, in case I’m going to write 1000 LOC, the whole codebase including tests is going to be something like ~3500 LOC.
How should I test my TEST code?
One of the few things that most software developers agree on is that
you shouldn’t rely on code to work correctly unless you test it. If
you don’t test it, it may have hidden bugs that are only going to
cause you more work down the road.
How do I go from “here’s the zip” to a good release strategy?
I can write code, resolve dependencies, and get my program to run on my computer; I have no idea where to go from here though. How do I get the software ready for distribution?
Inserting validation in Data Driven Tests
I am working on a testing tool that provides image comparisons. For test data insertions, I am using excel and csv files that supply the tests with text that is used by the tool to mock actual user interactions – in filling up of forms/screens in the tests.
After the insertion, there is a need for verification to ascertain whether the test has functioned properly or not.
Is functional spec a “design document”?
So I have been a bit lost in the terms, so first of all I present you what I have learned so far:
System requirements specification – what users want, what the system should do
Functional requirement – how the things, which users want, will actually work in the application
What is the best way to handle last minute changes to product scope?
What is the best way to handle changes to product requirements or scope during or after User Acceptance Testing (UAT)? How dangerous is it to make those changes, and how can the danger be mitigated?
Which mobile devices cover the widest spectrum for testing?
My company has decided to purchase a multitude of devices for browser testing our stages e.g. iPhones, Android, Windows and assorted tablets. They’ve tasked me with finding specific devices that cover largest common denominator of users and scenarios.
As a professional developer, is it acceptable to not write unit tests? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Is there much thought towards internal diagnosis testing within an enterprise application?
Imagine a discussion between four people – one a developer, one a manager, one a tester and one a deployment/operations type.