How do you add a property to the checkpoint from the script?
Answers were Sorted based on User's Feedback
Answer / prasad
in qtp simply make a right click on the screen and go for
cp option and add whatever u want
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
We cannot add a checkpoint directly from the script as we
need to select the object.
select create menu---->select the chkpoint
vibha
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kumar raju
we can add single property through script . But for
multiple properties we should create from the menu
Eg: for single property.
Button_check_info("btn name",property,size);
eg:
Button_check_info("submit",width,20);
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Get data from database(table) to an excel sheet
How to find the local host name using winrunner ?
What is the purpose of loading WinRunner Add-Ins?
How do you copy and move objects between different gui map files?
can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?
How to set a value in to a data table from the script in winrunner?
pls tell me how to convert string to date format. my problem is in excel i have given date ,after used in the ddt_val function ,it is not converted pls tell me how to convert string to date format urgent
Testing work start at once
how you execute the function
What are the different kinds of testings done by WR
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
How to check property of specific icon is highlighted or not?