One Testing Center

QTP - Keyword Driven Framework. QTP Learning Book - Learn By Questions. QTP Learning Book - Made Easy - Part1. QTP Learning Book - Made Easy - Part2. QTP Quality Center - QC.

Recent Post

QTP - Files - Files Comparison

QTP - Files - Files Comparison '************************************************************************ ' GAReddy @ OneTestingCenter @ QTP @ Files Comparison '************************************************************************ FilePath="D:\TestData\" MyFile1="OnlineScriptLog.txt" MyFile2="OnlineScriptLog1.txt" ResultFile="D:\TestData\ResultFile.txt" Call CompareFiles(FilePath, MyFile1, MyFile2) Public Function CompareFiles(FilePath, MyFile1, MyFile2) Const ForReading = 1 Const ForWriting = 2 Const BinaryCompare = 0 Set...

QTP - Excel - Excel Comparison

QTP - Excel - Excel Comparison How to compare two excel sheets (Expected and Actual Sheets) '@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ' GAReddy @ OneTestingCenter @ QTP @ Excel Comparison                    '@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ExcelFilePath="D:\GAReddy\OneTestingCenter\QTP\TestData\" ExpectedExcelBook=" D:\GAReddy\OneTestingCenter\QTP\TestData\QACompleteLearningReferense@AllOne.xls" ActualExcelBook="...

GAReddy @ OneTestingCenter @ All Articles