I want to clear the webedit field without using set"" in
qtp script
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 |
when u script reveiwing in which area u more concentrates?
How to connect to a database?
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
In My application, having Copmany Name : Text Box and click Save button. if i enter a vlue, after run..........it shows the already exists. so how to enter random ro mmultiple names names into webedit box(company Name). without using DATATABLE THanks Ramesh
How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?
How will you test a keyboard?
how to pripare BRS/FRS Document for different projects?
How to face prjoect manager round what type of questions they will Ask ? (Chandana)
1 Answers Call Centre, Convergys, IBM,
What is Object Spy in QTP?
can anyone tell me how to search a word/line in a document and to paste it in another file? Thanks in advance.
How u perform exception handling in QTp,what is other name for ths
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?