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

HP Unified Functional Testing (UFT)

HP Unified Functional Testing QTP (GUI Testing) + Service Testing (API Testing) = UFT (Unified Functional Testing)   GAReddy @ OneTestingCenter What is HP UFT? What is HP Unified Functional Testing?...

GAReddy @ OneTestingCenter @ QTP Learning Made Easy Part2

GAReddy @ OneTestingCenter @ QTP Learning MadeEasy Part2                                                                             GAReddy @ OneTestingCenter @ QTP Learning Made Easy Part2.QTP QTP Learning Let's Learn QTP QTP Easy Learning QTP...

GAREDDY @ ONETESTINGCENTER @ QTP LEARNING MADE EASY PART1

GAReddy @ OneTestingCenter @ QTP Learning MadeEasy Part1.                                                                             GAReddy @ OneTestingCenter @ QTP Learning Made Easy Part1.QTP QTP Learning Let's Learn QTP QTP Easy Learning QTP...

GAReddy @ OneTestingCenter @ QTP Learning MadeEasy

GAReddy @ OneTestingCenter @ QTP Learning MadeEasy.                                                                             GAReddy @ OneTestingCenter @ QTP Learning MadeEasy.QTP QTP Learning Let's Learn QTP QTP Easy Learning QTP Guide QTP...

GAReddy @ OneTestingCenter

...

Temporary Post Used For Theme Detection (ce7f513a-cfc4-4f40-984b-f65576f1d960 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)

This is a temporary post that was not deleted. Please delete this manually. (824614f9-4fee-43e5-97b5-743ed9d42177 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)...

QTP – Descriptive Programing – Examples

QTP – Descriptive Programing – Examples OneTestingCenter @ QTP @ Descriptive Programming @ Start up Script ‘@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ‘ QTP – Descriptive Programing – Examples ‘@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 'Browser("MyBrowser").Page("MyPage").WebEdit("MySearchBox").Set "GAReddy" 'Browser("MyBrowser").Page("MyPage").WebButton("btnG").Click 'wait(5) ‘@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ' Descriptive Programing - without OR ‘@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ‘@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ '...

QTP – Descriptive Programing – Any Web App - Working with Web Check Boxes

QTP – Descriptive Programing – Any Web App - Working with Web Check Boxes OneTestingCenter @ QTP @ Descriptive Programming @ Web Check Boxes @ DP Script ‘@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ‘ Any Web App – Working with Web Check Boxes ‘ QTP – Descriptive Programing – Working with Web Check Boxes ‘@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Set oWebCheckBox=Description.Create() oWebCheckBox("micClass").value="WebCheckBox" Set oPage=Browser("name:=.*").Page("title:=.*") Set oWebCheckBoxAll=oPage.ChildObjects(oWebCheckBox) MsgBox...

QTP - Descriptive Programming - Any Web App - Working with Web List-boxes

QTP - Descriptive Programming - Any Web App - Working with Web List-boxes OneTestingCenter @ QTP @ Descriptive Programming @ Working with Web Lists '@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 'Any Web App - Working with any list box '@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Set oPage=Browser("name:=.*").Page("title:=.*") Set oWebList=Description.Create() oWebList("micClass").Value="WebList" oWebList("Html Tag").Value="Select" 'oWebList("Index").Value="0" Set AllWebList=oPage.ChildObjects(oWebList) MsgBox "AllWebList" & vbtab &...

QTP - Descriptive Programming - Broken Link Checking

OneTestingCenter @ QTP @ Descriptive Programming @ Broken Link Checking ' @@@@@@@@@@@@@@@@@@@@@@@@@@@@ ' QTP – DP - Broken Link Checker tool for Any Web App ‘ Broken Link Check – Descriptive Programing '@@@@@@@@@@@@@@@@@@@@@@@@@@@@ On Error Resume Next Set oPage=Browser("name:=.*").Page("title:=.*") DataTable.AddSheet "dtLinkName" DataTable.GetSheet("dtLinkName").AddParameter "LinkName","" DataTable.GetSheet("dtLinkName").AddParameter "PageTitle","" Set oLink=Description.Create() oLink("micClass").value="Link" Set AllLinks=oPage.ChildObjects(oLink) PageTitle=oPage.GetROProperty("title") MsgBox...

QTP - Descriptive Programing - Dynamic Object Repository Creation

QTP - Descriptive Programing - Dynamic Object Repository Creation OneTestingCenter @ QTP @ Descriptive Programming @ Dynamic Object Repository Creation ‘@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ' Create a Dynamic Object Repository for  any Web App – Model 1 '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ‘@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 'Set oPage=Browser("name:=.*").Page("title:=.*") 'PageTitle=oPage.GetROProperty("title") DataTable.AddSheet "dtAppOR" DataTable.GetSheet("dtAppOR").AddParameter "ObjectNo","" DataTable.GetSheet("dtAppOR").AddParameter...

GAReddy @ OneTestingCenter @ All Articles