What is the concept of introducing a small change to the
program and having the effects of that change show up in
some test?
Answers were Sorted based on User's Feedback
Answer / 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 |
What are the modules of quality center?
Describe Testing Decomposition?
What is the smoke testing and sanity testing..?what is the difference?
I was asked with 4+ expeirence - How did you involve in implementing QA Standards and guide lines in ur project.
can u plz give an example for regression testing with example.
What you consider at the time of Module Integration?
Pliz anyone give me examle of Blocker,critical,Mojor,Mormal,Minor,Tivial,Enhancement Bug.Itz very urgent....
Hi, Friends, Can any one help me to------ how to write DataBase Test case or how to test database.I'm new in this field.I will do manual testing for a web side but don't know database testing.Plz Help me.Just alter or update the statement in db SQL like Update database db_name , Select * from table_name
What is Statement Testing
What is severity ?
Give an example of High sevierity and low priority
what is mean by end to end testing?