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
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
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.
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:)
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
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
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
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.
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.
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.
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.
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......
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
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?
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.