what is mutation testing ? when we are using this type of
testing?
Answers were Sorted based on User's Feedback
mutations r introduced into a program to test the adequacy
of the test data.A mutation is a SMALL CHANGE made to the
program.The effects of that data should be made up in some
tests.If it doesnot ,the test set is probably inadeqate.
and this type of testing is called mutation
testing...also called as bebugging
The person who is changing the code by adding mutations
should see how the code works.
| Is This Answer Correct ? | 2 Yes | 0 No |
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 |
Answer / anand kumar
Mutaion means a change.
While u r doing unit testing u'l prerpare some unit
testcases and test the program. After that to estimate the
testing u have conducted u'll introduce some mutations
(changes) in ur program/unit and repeat the same tests then
few test should give wrong results as u use the same data
and test procedure then it shows the completeness of ur
test cases for ur unit test. if ur test passes even after
making these mutations meens u r not test all flows of ur
program which implies that ur test casae r not completely
tests the unit.
| Is This Answer Correct ? | 1 Yes | 0 No |
In Selenium how a test suit is run and report is generated.
What is in-house tool?
in keyword driven frame work..where Driver Script is locate? is there any inbuilt script for driver script?who writes the driver script?how to call it any body can tell me with an example...like(yahoo login,inbox, logout).
Which protocol cam be used to makw jdbc connection woth loadrunner
I want to learn the data base testing, how can I start my psactice? I already reading the books of basic for data base? If any other books that make my study simple please suggest.
how can we reverse the string without using the revese of String function in QTP?
Hi All! Am new to Selenium and would really appreciate your help writing test cases for the following scenario: 1. Manually create 2 logins User A and User B on say, orkut.com or facebook.com. 2. Have User A invite User B as a friend. 3. Have User B accept the friend request. 4. Have User A post a comment on his own profile. 5. Have User B post a reply to that comment. 6. Each User logs out of his respective account. 7. Do not use Selenium IDE. 8. Use Selenium RC and Java.
How do i startup with Remedy testing tool. Couldnot able to find any links for startup. Please help me to startup with this remedy tool.
How did you use automating testing tools in your job?
Can you list some other automation testing tools that you are familiar with?
When will you automate a test?
Give some examples for functional & regression test tools?