ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  Load Runner
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
what is mutation testing?
 Question Submitted By :: MercuryTSL
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is mutation testing?
Answer
# 1
Doing test to the tested application to check whether 
testing is completely done or not.

nothing but testing to a tested application is mutation 
testing
 
Is This Answer Correct ?    3 Yes 1 No
Praveen 9885734486
 
  Re: what is mutation testing?
Answer
# 2
This comes in White box testing. This is to find the 
effectiveness of a test case after making some changes in 
the code. Here we have some terms like killed mutants, live 
mutants
 
Is This Answer Correct ?    3 Yes 0 No
Karthik
[Maveric Systems]
 
 
 
  Re: what is mutation testing?
Answer
# 3
Here mutation is nothing but alteration  ...
A method to determine test set thoroughness by measuring 
the extent to which a test set can discriminate the program 
from slight variants of the program.
 
Is This Answer Correct ?    1 Yes 0 No
Balajiyadav
 
  Re: what is mutation testing?
Answer
# 4
mutation is comes under white box testing. mutation is 
nothing but a complex change in coding.In this we r 
forcebly making some changes in the coding and chacking 
whether it gives the correct (or) wrong results. if it give 
wrong result then our test is passed and if it give correct 
result then the test is failed.


Correct me if i posted wrong answer:)
 
Is This Answer Correct ?    2 Yes 1 No
Jyotsna
 
  Re: what is mutation testing?
Answer
# 5
HI

Mutation : What is Mutation ?
            Change in Order (Can be Software code or 
Genetic Code).

Mutation Testing: Change the Existing Software Code(Normal 
Functionality) Through mutation & Test The Application.

Result: The Application Should show Bugs while Text 
Execution.

S.Ramprasad.   
Any Commnet sun_ramprasad@yahoo.com
 
Is This Answer Correct ?    1 Yes 0 No
Ramprasad. S
 
  Re: what is mutation testing?
Answer
# 6
Hi 
Mutation testing is forcibily injecting bugs and testing 
the application.
It means makin changes in code and testing how the 
application works

Correct me if i am wrong
 
Is This Answer Correct ?    3 Yes 1 No
Sowmya
 
  Re: what is mutation testing?
Answer
# 7
Mutation Testing is to Test for Negative Values of Input to
make sure the AUT(Application Under Test) is Passing or
Behaving as per specified.
For Negative Test Data application should give negative
response.

In case of Login window with Negative set of data i.e.,input
data username & Password the Login window should not open
the  Inbox
 
Is This Answer Correct ?    0 Yes 0 No
Sandeep
 
  Re: what is mutation testing?
Answer
# 8
Mutation means change in a program. In this testing 
programmer will change the code without disturbing 
functionality.
 
Is This Answer Correct ?    0 Yes 1 No
Praveen Kumar
 
  Re: what is mutation testing?
Answer
# 9
Mute means bug. In this testing programmer intensionally 
introduce the bug into the program and validates 
completeness and correctness of the program.
 
Is This Answer Correct ?    0 Yes 0 No
Kumar
 
  Re: what is mutation testing?
Answer
# 10
mutation testing is the white box testing .In which the
operator remains constant the operands only change.

example:
 2+4=7
 john+son=johnson
 
Is This Answer Correct ?    0 Yes 0 No
Johnson
 
  Re: what is mutation testing?
Answer
# 11
Mutation testing is a fault-based testing technique that is 
based on the assumption that a program is well tested if 
all simple faults are predicted and removed; complex faults 
are coupled with simple faults and are thus detected by 
tests that detect simple faults.
 
Is This Answer Correct ?    0 Yes 0 No
Raviraju
 
  Re: what is mutation testing?
Answer
# 12
Mutation Testing means a complex change in coding. It means
make a change in coding and run the test if all tests are
passed in that changing area then the test is failed. If
some of the tests are failed in that changing area then the
test is passing. This type of testing is called Mutation
testing. This testing is done in Unit testing.
 
Is This Answer Correct ?    1 Yes 0 No
Ravi Chaitanya Reddy.k
 
  Re: what is mutation testing?
Answer
# 13
Mutations are Change in program,These mutations are 
introduced into the source code of program-in rendering 
pages these  changes will impacts- while testing all the 
impacted areas will be checked.
 
Is This Answer Correct ?    0 Yes 0 No
Ravi
 

 
 
 
Other Load Runner Interview Questions
 
  Question Asked @ Answers
 
In what situation would u want to parameterize a text verification check ?  2
What is mean by Soak testing in Load runner? Wipro3
What is a function to capture dynamic values in the web?  1
Where do you set Iteration for Vuser testing?  2
How can you design a Userdefined Template In Loadrunner analysis? Wipro1
Application Description: My current Project is a .net application & has Active X components also implements AJAX technology for report generation. Flow : A report has to be generated as soon as the preferences have been selected. Issue With Web(http/html) protocol in LR 8.1.4 and LR 9.1: Replay snap shot doesn't show any screens except the login screen(junk data is displayed instead of Reports)..And the last snap shot has "session expired" messsage. Issue with Web(click and Script) Able to record and replay sometimes...but no consistentency. Couldn't execute the script in the controller due to this incosistency. Any suggestions would be really helpfull.E-mail me for any further clarifications/information.  2
How many types of scripts generated in LoadRunner?What are they? Liquid-Crystal4
Explain all the web recording options? What is the difference between Overlay graph and Correlate graph? TCS2
I have generated a script and inserted the rendezous point in that. With the help of dev. we have a created script which tracks the execution of the request and the response on the server machine and shows on the cmd console. I have assigned 10 Vusers and started the execution, then while tracking on the server machine, the requests are assigned one by one on the server. According to the rendezous point, the requests has to hit at a time on the server, but in this case the request are hitting one by one on the server. Any one help me out......  1
What is Ramp up? How do you set this?  3
Explain lr_output_message?  2
What is ment by Module level testing ? (Chandana) TCS1
how to test load test for an web application. what r the steps to do load test. urgently needed. thanks in advance  2
here 100user and 8hours time and 500000 transactions what r the inputs nees for this scenario? TCS3
How to debug Load Runner Script using Vugen? Huawei4
Hi, I'm trying to measure page load times in a web app. How do I verify that the page I go to next is fully loaded? Do I use content verification (web_reg_find)? I am measure the time it takes for a page to load and then the user goes to another page and another and so on. I need to know how long it took for page one. How long it took for page two and so one. I'm using transactions for each page, but I want to make SURE that the page is fully resolved/loaded before the scenario goes to the next page. So, does LoadRunner automatically do this or do I have to use content verification or do I do it in some other way? Thanks, Brian  1
U r taken ORD=All in correlated function.What it represents.Now i want to capture the ORD=3 occurance& place it in web_submit_data of vu gen script. How can u do it? EDS3
What is a scenario? Accenture2
Why do you create parameters?  4
I have observed a scanrio executed/elapsed time in 16 seconds and succeded, when I set the duraion to 'Run Until Completion'. Same scanrio is failed/Gradually exited/stopped, when I set the time duration for 20 seconds (after the Ramp up has been completed). Why it is haapedned. Can anybody tell me the answer and solution also. Thanks in advance.  2
 
For more Load Runner Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com