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 difference between normal mode and fast mode?
What are the Application Functions available in QTP?
How many ways we can parameterize data in quicktest professional?
how to load all resource files(function libraries,object repositories etc) into tests without associating them?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
write the regular expression for date format of mm/dd/yy?
10 Answers CTS, HCL,
can we install qtp on server machine and do automation of application which is installed on client machine.If yes then how? If no then is there any other automation tool for this (client-server) senario.
how to generate numbers in between to numbers suppose numbers in between 500 to 1000 in sequencies using vbscript
Out of 3 recording modes. 1.Standard 2.Analog 3.Low-level, which one is commonly used. As per my knowledge, Analog is used for Graphs , barcoding or DIgital signatures.