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 Comparision

'************************************************************************ ' 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 oFSO = CreateObject("Scripting.FileSystemObject") Set...

QTP - Excel Comparision

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ' GAReddy @ OneTestingCenter @ QTP @ Excel Comparison                    '@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ExcelFilePath="D:\GAReddy\OneTestingCenter\QTP\TestData\" ExpectedExcelBook=" D:\GAReddy\OneTestingCenter\QTP\TestData\"QACompleteLearningReferense@AllOne.xls" ActualExcelBook=" D:\GAReddy\OneTestingCenter\QTP\TestData\"QACompleteLearningReferense@AllOne1.xls" DifferenseSheet="MyExcelSheet.xls" ActualSheet="Automation...

QTP - VBScript Functions - One Reference

QTP - VBScript Functions - One Reference VBScript Functions @ One Reference Date/Time Functions CDate: Converts a valid date and time expression to the variant of subtype Date Date: Returns the current system date DateAdd: Returns a date to which a specified time interval has been added DateAdd: Returns a date to which a specified time interval has been added DateDiff: Returns the number of intervals between two dates DatePart: Returns the specified part of a given date DateSerial: Returns the date for a specified...

GAReddy @ OneTestingCenter @ All Articles