model based need of automation
happy automation..! What is a model? A model is a description of a system's behavior. Behavior can be described in terms of input sequences, actions, conditions, output and flow of data from input to output. It should be practically understandable and can be reusable; shareable must have precise description of the system under test. There are numerous models available and it describes different aspects of the system behavior. Examples of the model are: Data Flow Control Flow Dependency Graphs Decision Tables State transition machines Model Based Testing Model based testing is a testing technique where run time behavior of a software under test is checked against predictions made by a formal specification or model. In other means, it describes how system behaves in respons...