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
In qtp, how you can use xpath to identify objects?
what is the difference between the modular framework and datadriven frame work
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
Can you write a script to check if the folder exists or not?
Explain the concept of how quicktest professional (qtp) identifies object?
What is standalone database?
Why do we use breakpoints in QTP?
What is test object model in quicktest professional (qtp)?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
How to handle the exceptions using the recovery scenario manager in qtp?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
Is QTP supports Unix. If yes, then how the test automation is done?
Where we use data driver in qtp?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You