What is Finite state Machine in Testing?
What is High Availability Testing?
What is Incremental Regression Testing?
What is sensitivity Testing?
Plz Reply ASAP.
Answer Posted / shiv sannalli
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 |
Post New Answer View All Answers
What is Mixed Testing
could u pls anyone tel me .."which is the best instute that provides eficient practical knowledge and also real-time oriented knowldge to do a project in manual and automation testing..in hyd" pls send me to dis mail-id if u find any..? sinducute17@gmail.com
What is remedy testing,expalim that and how can use that
Explain the defect life cycle.
what the purpose of requirement phase
How should validation activities be handled?
What is a test log?
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?
Architectural structure of the insurance project?
please send me database stored procedure checklist.
What r the things,u prefer and prepare before starting testing?
what are questions asked in TCS for database tester (sqlserver)?ay idea
What are bug leakage and bug release?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....