Skip to main content

Posts

Showing posts from May, 2015

How To Open Password Protected Excel Macros

    Jst Follow the Below Steps To Crack The Password Potected Excel Macros:                  Open the Excel File using "Excel" and check the Project properties:                                        Dont know the Password ???????      It's So Simple !!!!!!         Just Install the " Open Office " in Your Machine!!!!!     Open the Same Excel File using the Open Office and Press " ALT + F11 "      Now You can be able to See the Macros without any PASSWORD!!!! Cheers!!!! Happy Learning!!!! J @ !

Attach ScreenShots To ALM Test RUN in HP UFT/QTP

'===================================================================================================================== 'Function Name                              :    QC_AttachScreenshots 'Description                                 :    To attach the screenshots to test run in QC 'Author                                          :    Jay 'Input Parameter                           :     strScreenshotsFolder - The complete path of the folder that has the screenshots 'Return Value                                  :     None 'Date Created                                  :     13/11/2014                                  '===================================================================================================================== Function  QC_AttachScreenshots  ( strScreenshotsFolder )      Dim  objFSO,  objFolderName, objfileList, objFile      Set  objFSO  =   CreateObject ( "Scripting.FileSystemObject" )      Set  objFolderNam

Customised HTML Result Report for UFT/QTP with ScreenShots in HP ALM TestSet attached.

On   Error   Resume   Next '======================================================================================================================================== 'Module Name            :    GenerateCustomReport.qfl ' Author                    :    Jay 'Date Created            :     13/11/2014 'Description                :     The library contains various functions that are used to generate a Custom HTML report '======================================================================================================================================== 'Project/Test Specific Variables Public  blnGlobalHTMLReport : blnGlobalHTMLReport  =   True       ' is a global variable. If this is set to true then Custom HTML Reporting will be enabled for the Test Public  blnGlobalQTPReport : blnGlobalQTPReport  =   True           ' is a global variable. If this is set to FALSE then the Reporter events will NOT be logged by this function only. Reporter event