What is the concept of introducing a small change to the
program and having the effects of that change show up in
some test?
Answer Posted / saurabh nayak
Answer among the given Options
A. Introducing mutations
B. Performance testing
C. A mutation error
D. Debugging a program
A.Introducing mutations
As mutation testing means testing of the code having single
or some syntactic changes. For e.g.
If(x<Y) then print"hello" Else print "bye".
This line of code os mutant by
If (y<z) then Print "Hello" else print "bye"
Here x is replaced by y and y is replaced by z.
more e.g.
The variable can e replaced with constant.
Change in the operators e.g. && replaced by ||, etc.
-Regards
Saurabh Nayak
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.
How do you determine user soad for a perf test of a Web application?
what is the architecture of your current project?
what is sanity test (or) build test?
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
what is test case management?explain in brief.
please send me database stored procedure checklist.
1.How can you Pick Integration Test Cases? 2.When will you start Regression Testing? 3.What is the difference between QA & QC? 4.When Will you Exit In Testing? 5.Test Deliverable's 6.What is the difference between windows based appln and web based appln? 7.What are the types of regression testing?
Hi friends I am kranti completed my IT diploma in 2005 & after that complete my software testing course. Now I am working in small software form as software tester. I have 2 + year experience in manual testing. Now I wan to change company. Plz told me is there any effect that I can not have any degree although I have 2 + experience ?
Should testing be done only after the build and execution phases are complete?
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
sanity testing is done during regression testing.is it true.if it is true plz explain?
What is bug severity?
What is the difference between baseline and traceability matrix?
HI, This question is Investment Banking domain related Question. I was asked in an Interview to tell the 5 test cases for Equity,Bond,Futures and options. Please help.. Pragya