What is Finite state Machine in Testing?
What is High Availability Testing?
What is Incremental Regression Testing?
What is sensitivity Testing?
Plz Reply ASAP.
So Many Questions @ Once... Good
"Finite State Machine in Testing"
We represent complete module or a System with a State diagram. Based on Result of one state we are choosing next state to Test
eg: Consider amount Withdrawal state diagram
correct
start-->Check Pin-----------> withdraw money----> End
|
|Not Correct
Eject Card ---------> End
Here If PIN entered is correct then only we are moving to the state 'withdraw money' and perform Testing of Withdraw Else we are Testing 'Eject Card' functionality.
"High Availability Testing"
Availability Testing is the ability to test the disaster behavior of the system. It is the ability to test how quick the system will recover from any failure. Availability is measured in terms the time system is up during a period of time.
"Incremental Regression Testing"
Many products are developed using Incremental development Methodology. New releases may come in a day, week , or month of time. We perform regression testing on each release. Hence we are Testing New feature of every release and how it is effecting already existing features.
"Sensitivity Testing"
We define the percent of system that can behave well, may consider testing at the variable level. We observe behavior of the system at low level.
| Is This Answer Correct ? | 7 Yes | 0 No |
I have a doubt in writing a test case... if suppose in a round if they ask to write a test case for any situation such as(Search engine)... in the testcase do we need to fill up the actual result and status Column in the test case??(please answer i am confused)
what is Difference between entry criteria and exit criteria ?
What is "pet model" of Bug reporting cycle
Which testing is used only in web based application but not for client-server applications?
What is Analyzing the test results / Reports mean ? plz its urgent
who prepares the Use case?and why it is used?and when is use case prepared?who prepares the srs frs brs use case
write test cases on wall
I want test cases for CLI? can any one send TC for CLI?
Differences Between Whitebox testing and Blackbox testing
21 Answers CSC, IBM,
What Defect Density?
How quickly we need to fix the bug?
What is a Software process?