what is mutation testing ? when we are using this type of
testing?
Answer Posted / shankar
Mutation testing is performed as part of Unit Testing. In
this testing phase, programmers will perform some change in
the coding and execute previously completed tests. If all
the tests are passed, then he will concentrates on the
same. If any one of the test is failed then he will
concentrate on the further coding.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are different coverages in function testing?
What generally is the structure of a framework?
write a programme to insert into elements in array?n finding duplicate characters in given sting?
Why do you prefer selenium automation tool?
i need test cases for defect maganement tools
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
Can we do automation testing without a framework? If yes, then why do we need a framework?
Tell me what is regression testing?
what is the difference between keyword driven frame work and data driven frame work.
Tell us what is junit? And what is junit annotation?
How to decide the tool that one should use for automation testing in their projects?
On what basis you can map the success of automation testing?
all clients are using at once if any problem raise?
How to select an automation tool best matched for your project?
Tell me what is a keyword-driven framework?