hi,
I want the scripts to delete the field values.Since i dont have reset option in my application.Plz help me.
I want the scripts to delete the field values.Since i dont have reset option in my application.Plz help me.
|
How to delete field values using qtp?
|
|
hi,
I want the scripts to delete the field values.Since i dont have reset option in my application.Plz help me.
If you want to delete values in the fields, you can use,
Code: Browser("").Page("").WebEdit("").Set ""this sets the values in the fields to empty.
hi,
I tried ur script.but it is not deleting the fields.any idea plz share with me
Have you inserted the Browser,Page and Webedit values in the code?
Code: Browser("").Page("").WebEdit("").Set ""
s i have inserted.I used
Code: window("").winobject("").set ""Code: rowser("").Page("").WebEdit("").Set ""check the object's property "readedit". It must be 0. Readonly Indicates whether the content of the object is read-only. If it is 1 then u can't edit.
You can also use press key func
Code: Browser("").Page("").WebEdit("").PressKey micDel |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| getting the value from the field | learning | 0 | 1,371 |
03-19-2019, 09:13 AM Last Post: learning |
|
| Delete Firefox history and Cookies | Anupama | 0 | 1,803 |
06-18-2018, 11:57 AM Last Post: Anupama |
|
| Mandatory field validation in QTP | Yog | 0 | 3,688 |
03-05-2015, 01:48 PM Last Post: Yog |
|
| How to delete particular mails in Gmail using QTP | rajkumarsm | 1 | 4,636 |
10-06-2014, 07:03 PM Last Post: rajkumarsm |
|
| How to delete the cookies (1000 records) | akhandesh | 1 | 3,129 |
09-03-2014, 09:57 AM Last Post: vinod123 |
|