If I change the object name in one action will it be updated in all the actions? Or not?
No Answer is Posted For this Question
Be the First to Post Answer
What is the file extension of the code file & object repository file in QTP?
If requirments changed then how we can teach the QTP this is the new requirment
Differences between QTP & Winrunner?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
QTP identifying the child tabs in a maintab like tab_1,tab_2,tab_3,tab_4 while using a for loop for these tabs.its not proceeding from _1 to _2. How can i use "for loop "
Is it possible to call from one action to another action in qtp?
What are some test assets and related extensions of qtp?
How to execute a WinRunner Script in QTP?
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
can i compare two databases using QTP ?
How to identify 2 versions of browsers based on regular expression
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b