Tell me about a difficult time you had at work and how you
worked through it.
Answer / p.s.krishna mohan, sg technolo
It is a process running in the background of the program
being tested. Its purpose is to keep track of any events
that are not desirable in the execution or operation of the
program or any deviation from the expected behaviour. It
lets the programmers know what the bugs are so they can
figure out how to fix then.
| Is This Answer Correct ? | 2 Yes | 0 No |
What type of testing you are doing ?
What is CMM?
What is error cusing tecnique
From what phase of project, testing will starts, what tester will do at starting stage?
What is Buddy testing?
Genarally what we have to tell. If anybody asks in the interview. what are challenges u faced in the Project and what are the Risks u faced in the Project, Anybody can suggest it ......Thanks in Advance....
difference between QA, QC
What is difference between the Web application testing and Client Server testing?
is it possible web application make it as executable file
What all possible test scenarios can be written for the PAINT OF An Airplane?
what is uml
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }