hi Punitha.R

In QTP use CreateObject and then use windowState=Maximized statement

For example
Set q =createObject("InternetExplorer.Application")
q.Visible=True
q.WindowState=Maximized