01-24-2008, 12:22 PM
When we record web application via Record and run test on any browser method
Script:
After recorded, i removed the script line 2 and run, it run successfully without show error. Please let me know what the purpose of the line 2?
V.Vadivelan
Script:
Code:
1. Systemutil.Run "C:\Program files\Internet Explorer\iexplore.exe"
2. Browser("XXX").Page("XXX").sync
3. Browser("XXX").Navigate "http://www.google.com"
After recorded, i removed the script line 2 and run, it run successfully without show error. Please let me know what the purpose of the line 2?
V.Vadivelan