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 |
Without the gui map, use the phy desc directly?
who prepare the RTM?
which testcases do u automate?
How to have winrunner insert yesterdays date into a field in the application?
By Default if you save a File with just pause statement in the script how it is going to store in winrunner?
wahat do u mean by exceptional handling in winrunner
What is the process of file parsing in winrunner?
can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?
How to check the background colour of the screen in WR?
How do you do digital signature test in winrunner?
Testing work start at once
what are types of black box and white box testing?