Hi Manikanta, There are two stages in Scan Insertion. One, to replace the normal flops with their Scan-enable models and second one is Scan chain insertion, where we stitch the Scan-enabled FF in the form of a shift register in the Scan mode.
Coming to Scan-enable model, Normally we use MUXed scan model of Scan enable FF. We will usually have a lib cell for this model. If you are interested in knowing how this model is different from normal flop, here is the explanation : In the MUXed scan model, there will be a 2:1 MUX feeding to the Data-In of the normal flop. and the Inputs to this MUX will be Functional Data-In and other input would be a Serial Input fed from the previous Scan-enable flop in the scan chain. The select line for this MUX will be scan enable signal. If you want to know how the scan operates, you can dig up the threads in the same forum.