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
I want to test a mobile software by an automation tool which is a IP telephony based software designed for both ios and android phone, basically this apps is develop for make call though few low cost audio codecs from Aircraft to Ground and Ground to Aircraft so anyone can suggest me which testing tool we can use for it
Tell us the line of code webdriver driver = new firefoxdriver();.?
I am new to jmeter and i am working on .net application.I am recording the requests and pop up images data are not recording.can some one suggest an idea regarding this
Give some examples for test management tools?
What is data - driven automation?
Any one suggest me for Free ware (Opensource) Automation tool for regression testing.
Tell us what automation tools could be used for post-release validation with continuous integration?
Tell us what you know about table-driven testing?
What should you do after finding a bug?
What is functional and regression testing?
What kinds of annotations are used in testng?
Elaborate the scripting standard while executing testing
Discuss the economics of automation and the role of metrics in testing.
On Test Complete I recorded some keyword test. while I'm running the batch test, if one test case failed, then how test complete skip the failed test case and again continue to run the test case? please provide some way to resolve this issue.
Do you know what is the purpose of deselectall() method?