Relative Content

Tag Archive for testing

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.

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

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 […]