What is the difference between debugging and manual testing?
Answer Posted / murali baggam
from testing side....
Debugging means check the out-print on interface console to
identify the exact error & can report the exact defect the
the actual execution of code
Manual testing means without knowledge on coding doing only
functionality testing, reporting the defect also w.r.t.
front-end
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can you explain equivalence partitioning?
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
What is white box testing?
how will we change the server system time?
what is the cheklist to check SRS document (after releasing) as a test ingineer and how can we check
write test case for gmail login page
Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
When the GUI Testing will be held on the V model ?
What is un-installation testing?
What is exploratory testing and when should it be performed?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
value momentum
do we require any scripting languae to write test cases in test director? what for it is used?it is like back end?only database we can there?
Tell me about Agile scrum and what is your role in Scrum ?