@Raaj,
There are functions available for your first and second question.
1. Use SQR function. Refer QTP help
a=SQR(4) will return 2.
2. Use Round function for this.
3. if you are talking about browser, there are methods (such as Maximize, minimize) available to do that.
Regards,
Ankesh
There are functions available for your first and second question.
1. Use SQR function. Refer QTP help
a=SQR(4) will return 2.
2. Use Round function for this.
3. if you are talking about browser, there are methods (such as Maximize, minimize) available to do that.
Regards,
Ankesh

