Can the user toggle between using Local OR and shared OR for the same action?
No Answer is Posted For this Question
Be the First to Post Answer
How to Analyze the Checpoint results by Text/Text Area Checkpoint?
A web page has two butons with same properties and rotating in clockwise direction. how to click on any of the button?
Can you tell me any books or websites to learn VB Script for QTP ??
Is QTP Object Oriented language or Object Based language? What are the OOPS concepts it will support? Why it wont support all the OOPS concepts?
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
What is action?
I dont know how to configure non standard objects to standard objects in QTP9.2 can i have someone explain me in breify?
The xls contain data. how to get number of columns form the sheet?
What is the use of environment variables?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
Where to use Property Let, Property Get, Property Set in UFT
How many lines of code in each script of QTP?