what is Desk Checking?
Answers were Sorted based on User's Feedback
Answer / sekhar raju
Desk Checking is a method to verify the portions of the code
for correctness.Such verification is done by comparing the
code with specifications.
Is This Answer Correct ? | 39 Yes | 8 No |
Answer / ravinder
Manually Testing the Logic of the program in informal way.
mostly done by the developers.
Is This Answer Correct ? | 13 Yes | 5 No |
Answer / abc
Another way of testing the logic of programs is to carry
out a desk-check, that is execute the statements of the
algorithm yourself on a sample data set. This method of
course is not foolproof, you would have to be sure that you
traversed all possible paths through your algorithm, this
might require you to use many data sets. It is useful to
use a tabular layout for this.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / shravan
Desk checking is a way to confirm the logic of a computer
program's algorithm, ensuring there are no bugs or mistakes
present. The process is done manually without computer
assistance.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / md ajij
It is the testing technique where module or program code is
sequentially manually executed by the reviewer, who
understand the logic.
Atfirst he walkhrough meeting to read and understand.
then he calcute the logical things in his view and
calculation done in mentally and checked with output for
either matched or not. If miss matched then findout the
logical errors.Then note the errors in his notebook.
And again walkthrough meeting to submit error notes.
All checking is done in personal computer.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rabbia
Desk checking is a way to confirm the logic of a computer
program's algorithm, ensuring there are no bugs or mistakes
present. The process is done manually without computer
assistance.
R
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shyam
errors are corrected on the spot whenever error is being
detected.
Is This Answer Correct ? | 2 Yes | 2 No |
In Formal Technical review (FTR)Desk checking means
gothrough overall program
Is This Answer Correct ? | 12 Yes | 13 No |
Answer / rajendra prasad reddy penumall
This means checking the application in a Personal computer
which is not connected to network or server.checking the
application behavior on a single network isolated computer
system.
- rajendra_penumalli@yahoo.com
Is This Answer Correct ? | 12 Yes | 18 No |
Answer / arul
Desk Checking is checking under desk who are there without
working
Is This Answer Correct ? | 1 Yes | 10 No |
what is diff., between bug and defect
How do you audit configuration management
What is validation and verification in software testing?
Differentiate verification and validation processes.
what we have to do in white box testing what will be checked in it and how much its necessary for white box tester to be a good programmer too
How would you test an ATM Machine?
What is the basis for choosing the sdlc model for development of software?
what is mutation testing ? when we are using this type of testing?
Explain insurance project modules,and what we need to test on which functionality?
what is system testing ? explain with example ?
13 Answers Icon, Microsoft, Opus, Trend Micro,
If a bug is found at the time of release.what you do?
How would you prepare the test plan without srs?