what is Fault based testing?
Answer / mfsi_krushnas
1.
Fault-based testing is a very effective technique for
determining the validity of test suites.
2.
By introducing faults into code, either by hand-seeding
or using an automated mutant generator, then running a
set of tests on the mutants, one can determine if the
test set is sufficient for the program or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
diff b/w regression, re-testing & repeative testing
When will the testing starts?
In Agile process, If you have not completed task in the Sprint time, How do you complete the task or do you add the task to next sprint.
what r the GUI Test Cases for calculator?
What is the concept of introducing a small change to the program and having the effects of that change show up in some test?
wht is test scenario?
What is QTP? What is Regression and retest? What is end to end testing? What is Latest QTP version and TD version? TD is test mgmt tool or resource mgmt tool? Why QTP and WR is called mercury interactive tool? Difference between end to end and system testing? Types of Testing performed in your project? What is testing component? What is test script?
what is the difference between test senario and use case
which metrics you collect after testing process?
Difference between Agile process and Water Fall model
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand
What is webbased application testing?