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 do you that one record was entered in to a particular table using winrunner?
What is database check points? how many types are there?Explain?
How will you automate a test case?How will u find a IPconfig of an appln or a machine?
write a function for addition of two numbers
Where did you learn winrunner and testdirector?
Is Gui Map Created when you record in Analog mode?
How do you configure gui map?
What is the extension of GUI check points check list file?
when obligatory & optional properties cannot uniquely identifying an object then in that case which method u r follow for identifying object in Win Runner ?
How do you add a property to the checkpoint from the script?
what is the diff. Between GUI_unload() and GUI_close()?
How to write a content in to the file..which function did u use for that..?