06-10-2008, 12:52 PM
Hi,
Here you go with the automation framework design,
First make all your scripts eg. Login, Navigation, check Lookups, check searchdetails scripts. into functions
like
Function <Function Name>
script lines
End Function
Ex:
Function Login
script lines
End Function
In the same way create all scripts into functions and make them .vbs file and place them in the function library.
Now you create one script called (Driver Script - which drives which script to run, which script to not to run etc)
Please let me know if you need more info on this
Regards,
Pavan
Here you go with the automation framework design,
First make all your scripts eg. Login, Navigation, check Lookups, check searchdetails scripts. into functions
like
Function <Function Name>
script lines
End Function
Ex:
Function Login
script lines
End Function
In the same way create all scripts into functions and make them .vbs file and place them in the function library.
Now you create one script called (Driver Script - which drives which script to run, which script to not to run etc)
Please let me know if you need more info on this
Regards,
Pavan