Write a script to delete a specific row in a webtable.
Answers were Sorted based on User's Feedback
Answer / raj kumar
This is the correct answar
'The following example uses the DeleteRow method to delete the third child row of the
'first row of the "UltraWebGrid1" grid.
Browser("Database Updating").Page("Database Updating").WbfUltraGrid("UltraWebGrid1").DeleteRow "0,2"
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / saravanaraja
using row index we can delete a particular record in a web
table.
Browser("").Page("").weblink("html id &index number").click
| Is This Answer Correct ? | 3 Yes | 9 No |
hi guys this is Keerthi, I am searching for job,so I want to know which questions are intervier asking on QTP&MANUAL&QUALITY CENTER,can u send Any one questions&Answers to my id:chinna.ammi@yahoo.co.in
WHAT IS ENVIRONMENT VARIABLES?
7 Answers AZTEC, CTS, Ready Test Go,
Can we add the objects of an application dynamically?
2 Answers KEN Group, LD College,
How to test fly out menu in qtp?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
what are the drawbacks for record and payback in qtp
what is the difference between image and bitmap check point
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position
What are the abbreviations for tsr and mtr?
17 Answers Ordain Solutions, TSR,
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
HoW to open QTP in Real time.after getting the qtp window how to log in .pl answer real time people
How to resume the second iteration in the QTP,, if the error has intrupted the the second iteration. When i use run from step it starting from the first iteration again.