incomplete upload website - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: incomplete upload website (/Thread-incomplete-upload-website) |
incomplete upload website - stevol - 05-23-2008 Hi, sometimes, for net problem (so totally indipendent from the QT script), the website is slow to upload, or not available (server down or other..): in these situations, my scripts go definitely to error. How can I modify the code to manage these problems? something as to bypass the step and log the problem, or bypass and go on, or bypass and retry. Thanks for every suggestion RE: incomplete upload website - Ankur - 05-23-2008 You can write a vbs/wsh script which checks for the status of server before opening your sites through QTP |