QTP easy to write HTML log

Source: Internet
Author: User

People who use QTP automation know that the report is a very important document, but also the test is passed the certificate, then how to better write log it? Today I open the head, may have to be in the back to update this module content; First, let's give you an example;

Function wrt_html (ostr) Dim fso,ologdim filedir ' file path ' on Error Resume nextconst forreading=1,forwriting=2,forappending= 8                 ' parameter assignment (1: Read-only, 2: Write only, 3: append) Set FSO = CreateObject ("Scripting.FileSystemObject") ' Open file Set Olog = FSO. OpenTextFile ("D:\ test. HTML ", 8, True) Olog.writeline (CStr (" Ostr "))   ' write file ' close and release olog.closeset Olog = NothingSet FSO = NothingEnd Function

The above code is written in the D-disk directory below the HTML file call method is: called Wrt_html ("111") and then the HTML will appear

This is just the beginning will teach you to write the following report: color, hyperlink, etc., please look forward to ...

QTP easy to write HTML log

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.