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 Comparison

'************************************************************************ ' QTP - Compare Files '************************************************************************ path="C:" file1="MyFile1.txt" file2="MyFile2.txt" Call CompareFiles(path, file1, file2) Public Function CompareFiles(path, file1, file2) Const ForReading = 1, ForWriting = 2, BinaryCompare = 1 Dim fso, MyFile1, MyFile2, comp, ln1, ln2 Set fso = CreateObject("Scripting.FileSystemObject") Set MyFile1 = fso.OpenTextFile(path & "\\" & file1, ForReading) Set...

QTP - Files Comparison

Normal 0 false false false EN-US X-NONE X-NONE ...

QTP - Microsoft Office - Word

 QTP - Working with Word '****************************************************'Create a New Word Document '****************************************************Set objWord = CreateObject("Word.Application")objWord.Visible = TrueSet objDoc = objWord.Documents.Add()'****************************************************  '****************************************************'Create and Save a Word Document '****************************************************Set objWord = CreateObject("Word.Application")objWord.Caption = "QuickTestQTP...

ISTQB Foundation Level Exam Papers

ISTQB ISTQB Foundation Level Exam Papers ISTQB Foundation Level Exam Sample Paper - I ISTQB Foundation Level Exam Sample Paper - II ISTQB Foundation Level Exam Sample Paper - I...

ISTQB Foundation Level Exam Sample Paper - III

ISTQB Foundation level exam Sample paper - III 1.Software testing activities should start a. as soon as the code is writtenb. during the design  stagec. when the requirements have been formally documentedd. as soon as possible in the development life cycle 2.Faults found by users are due to: a. Poor quality softwareb. Poor software and poor testingc. bad luckd. insufficient time for testing 3.What is the main reason for testing software before releasing it? a. to show that system will work after releaseb. to decide when the software...

ISTQB Foundation Level Exam Sample Paper - II

ISTQB Foundation level exam Sample paper - II Q1    A deviation from the specified or expected behavior that is visible to end-users is called: a)    an errorb)    a faultc)    a failured)    a defect Q2  Regression testing should be performed: v)    every weekw)    after the software has changedx)    as often as possibley)    when the environment has changedz)    when the project manager...

GAReddy @ OneTestingCenter @ All Articles