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 |
Could anyone share FAQs for QA/QC position.
What is the risk factor problem related to project? risk factor ratio in the project?
what are the steps of software QC?
what is angle testing
Hi I have found a web site of online shopping (www.safetots.co.uk).PLEASE write possible "Test scenario" by seeing that site.Please make the end of mine and others doubt in Test scenario.Thanks in advance.
what is the difference between functional requirements and non functional requirements? Which things will come in bothe categories?
What kinds of testing should be considered?
Have u ever converted test scenarois into testcases? If so how?
List out the roles of software quality assurance engineer?
what is entry and exit criteria?
How to plan the time estimations for QA cycle ?
Give me an example of the best and worst experiences you've had with QA.