Tricentis Tosca 16.0 Released on Feb-2023 ----- UFT has been upgraded from UFT 15.0.1 to UFT One 15.0.2, Beginning at November 2020.

Sunday 31 March 2019

Creating Results folder

This function creates a results folder to store Results.

Dim strFolderpath, obj

strFolderpath= "C:\SampleFolder"


Set obj = Createobject("Scripting.FileSystemObject")


If obj.FolderExists(strFolderpath) = false Then
    obj.CreateFolder strFolderpath
End If


Set obj = nothing

Create Report

This  function creates Results file in the results folder and also adds header. Header looks as shown below one.

TestCase Expected Results Actual Results Status
Steps:

No comments:

Post a Comment

Note: only a member of this blog may post a comment.