Answer Posted / 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 |
Post New Answer View All Answers
What are the contents of test plans and test cases?
What is difference between test effectiveness and test efficiency?
Please, anyone out there that had been a SQA Tester, would You all give me a hint on this Job? Is becoming a SQA Tester is easy? Is it a tough one? Please help me on finding a way on this very first Job of mine?
What are the dimensions of the risks?
Automation testing regarding with qtp, explain the process of testiing the application with qtp????
Explain bug leakage and bug release?
What is the need of test plan document?
insurance domain interview questions ,i done project on insurance (manual testing)
Explain stress testing, load testing and volume testing?
What are the tables in testplans
What is negative testing? How is it different from positive testing?
We have one home page for a web application.It has so many components which are being tested by different teams. If one component testing get delayed but all other components testing is done, can we sign off testing for that home page? If no, what should be done?
Explain the advantages of implementing cmmi.
What is the most critical bug you found in your latest project or overall in your career ?
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username