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 |
What is the difference between Datadriven and Parameterization?
Hello, How can i capture first letter of any string using QTP. For ex.. i want "j" in the below string "john" could any one explain me? Is there any function for that?
What contains Data Driven Framework document in qtp?
How can you identify the browser and its information using QTP script?
Suppose u write test case in Excel sheet . how u open that test case in Test Director?
how to tell about testing a website in interview using qtp?? what r the points to be covered mainly?
What is the use of low level recording? How does it useful?
What are the types of properties that quick test learns while recording?
tell me about framework types and most used framework in real time. types of output value in details. diff between wr and qtp in detail.
How can I use Call dlls in QTP ?
When The Low Level Recording is Used in QTP
How do know the number of browsers opened?