I want to clear the webedit field without using set"" in
qtp script
Answer Posted / morningray
For this, we can use the Objects' Native properties and set
the value of the field as empty,as in the below code..
Browser("brwQTP").Page("pgQTP").Frame("top").WebEdit
("txtLoginUserID").Object.Value=""
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
how to convert 100 into hundred repees only and viceversa
Explain the checkpoint in qtp?
How many ways is to parameterize the value?
Hi All, I need code for how to execute qtp scripts from excell sheet
write a script to verify the image path(src property) of the images which are in web pages.
how to disable the pop ups through QTP using a script
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
could any help me please, how to work on visual foxpro application using UFT
Explain the concept of how quicktest professional (qtp) identifies object?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
When do go for loop condition in test?